Michael Lando | 6e60006 | 2017-06-19 19:51:24 +0300 | [diff] [blame] | 1 | --- |
2 | driver: | ||||
3 | name: vagrant | ||||
4 | |||||
5 | provisioner: | ||||
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 | |||||
12 | verifier: | ||||
13 | name: inspec | ||||
14 | |||||
15 | platforms: | ||||
16 | - name: ubuntu-16.04 | ||||
17 | - name: centos-7.3 | ||||
18 | |||||
19 | suites: | ||||
20 | - name: default | ||||
21 | run_list: | ||||
22 | - recipe[sdc-os-common::default] | ||||
23 | verifier: | ||||
24 | inspec_tests: | ||||
25 | - test/smoke/default | ||||
26 | attributes: |