-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.kitchen.yml
46 lines (42 loc) · 1.04 KB
/
.kitchen.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
---
driver:
name: vagrant
provisioner:
name: chef_zero
# You may wish to disable always updating cookbooks in CI or other testing environments.
# For example:
# always_update_cookbooks: <%= !ENV['CI'] %>
always_update_cookbooks: true
verifier:
name: inspec
platforms:
- name: oracle-7.3
suites:
- name: test-a
run_list:
- recipe[kitchen-example::default]
verifier:
inspec_tests:
- test/smoke/test-a
attributes:
provisioner:
nodes_path: test/smoke/test-a/nodes
- name: test-b
run_list:
- recipe[kitchen-example::default]
verifier:
inspec_tests:
- test/smoke/test-b
attributes:
provisioner:
nodes_path: test/smoke/test-b/nodes
- name: test-secret
run_list:
- recipe[kitchen-example::using_secret]
verifier:
inspec_tests:
- test/smoke/test-using_secret
attributes:
provisioner:
data_bags_path: test/smoke/test-using_secret/data_bags
encrypted_data_bag_secret_key_path: test/fixtures/encrypted_data_bag_secret