forked from sensu/sensu-go-chef
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.kitchen.appveyor.yml
48 lines (44 loc) · 906 Bytes
/
.kitchen.appveyor.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
---
driver:
name: proxy
host: localhost
reset_command: "exit 0"
port: 5985
username: <%= ENV["machine_user"] %>
password: <%= ENV["machine_pass"] %>
provisioner:
name: chef_zero
client_rb:
chef_license: accept
platforms:
- 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
verifier:
name: inspec
suites:
- name: agent
run_list:
- recipe[sensu_test::agent]
verifier:
inspec_tests:
- test/integration/agent
attributes:
# - name: remove
# run_list:
# - recipe[sensu_test::agent]
# - recipe[sensu_test::remove_agent]
# verifier:
# inspec_tests:
# - test/integration/remove_agent
# attributes: