blob: 8df250ec0c39796293a4d3735ff3649ac0be8a4f [file] [log] [blame]
Michael Lando6e600062017-06-19 19:51:24 +03001---
2driver:
3 name: vagrant
4
5provisioner:
6 name: chef_zero
7 # You may wish to disable always updating cookbooks in CI or other testing environments.
8 # For example:
9 # always_update_cookbooks: <%= !ENV['CI'] %>
10 always_update_cookbooks: true
11
12verifier:
13 name: inspec
14
15platforms:
16 - name: ubuntu-16.04
17 - name: centos-7.3
18
19suites:
20 - name: default
21 run_list:
22 - recipe[sdc-os-common::default]
23 verifier:
24 inspec_tests:
25 - test/smoke/default
26 attributes: