inspec/kitchen.vagrant.yml
Tim Smith a03f5674fb Update the kitchen vagrant contents
Update the platforms to current in the kitchen config

Signed-off-by: Tim Smith <tsmith@chef.io>
2019-12-17 13:10:42 -08:00

40 lines
737 B
YAML

---
driver:
name: vagrant
provisioner:
name: chef_solo
verifier:
name: inspec
sudo: true
lifecycle:
pre_converge:
- local: gem build inspec-core.gemspec --output test/kitchen/cookbooks/os_prepare/files/inspec-core-local.gem
platforms:
- name: centos-6
- name: centos-7
- name: centos-8
- name: debian-8
- name: debian-9
- name: debian-10
- name: fedora-latest
- name: freebsd-12
- name: opensuseleap-15
- name: ubuntu-16.04
- name: ubuntu-18.04
suites:
- name: default
run_list:
- recipe[os_prepare]
- name: find_files
run_list:
- recipe[os_prepare::find_files]
verifier:
inspec_tests:
- test/kitchen/policies/find_files
excludes:
- freebsd-12