-
Notifications
You must be signed in to change notification settings - Fork 22
/
kitchen.yml
59 lines (55 loc) · 1.12 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
47
48
49
50
51
52
53
54
55
56
57
58
59
---
driver:
name: vagrant
provisioner:
name: chef_zero
deprecations_as_errors: false
chef_license: accept-no-persist
verifier:
name: inspec
platforms:
- name: ubuntu-16.04
- name: ubuntu-18.04
- name: ubuntu-20.04
- name: centos-6
- name: centos-7
- name: windows-2012r2
driver:
box: tas50/windows_2012r2
- name: windows-2016
driver:
box: tas50/windows_2016
customize:
memory: 3072
- name: windows-2019
driver:
box: tas50/windows_2016
customize:
memory: 3072
suites:
- name: default
run_list:
- recipe[sensu_test::default]
- recipe[sensu_test::postgres]
- recipe[sensu_test::ctl]
verifier:
inspec_tests:
- test/integration/default
- test/integration/postgres
- test/integration/ctl
attributes:
username: admin
password: password
driver:
network:
excludes:
- windows-2012r2
- windows-2016
- windows-2019
- name: agent
run_list:
- recipe[sensu_test::agent]
verifier:
inspec_tests:
- test/integration/agent
attributes: