--- driver: name: dokken provisioner: name: dokken transport: name: dokken verifier: name: inspec platforms: # @see https://github.com/chef-cookbooks/testing_examples/blob/master/kitchen.dokken.yml # @see https://hub.docker.com/u/dokken - name: ubuntu-18.04 driver: image: dokken/ubuntu-18.04 pid_one_command: /bin/systemd intermediate_instructions: - RUN /usr/bin/apt-get update - name: centos-7 driver: image: dokken/centos-7 pid_one_command: /usr/lib/systemd/systemd suites: - name: default run_list: - recipe[<%= cookbook_name %>::default] verifier: inspec_tests: - test/integration/default attributes: