-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
kitchen.yml
72 lines (63 loc) · 1.54 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
60
61
62
63
64
65
66
67
68
69
70
71
72
---
driver:
name: vagrant
customize:
cpus: 2
memory: 4096
transport:
name: winrm
elevated: true
provisioner:
name: chef_zero
deprecations_as_errors: true
chef_license: accept-no-persist
verifier:
name: inspec
platforms:
- name: windows-2012r2
driver:
box: tas50/windows_2012r2
- name: windows-2016
driver:
box: tas50/windows_2016
- name: windows-2019
driver:
box: tas50/windows_2019
suites:
- name: default
run_list:
- recipe[windows_print::default]
verifier:
inspec_tests:
- test/integration/default
- name: distributed-scan
run_list:
- recipe[test_windows_ad::setup_forest]
- recipe[windows_print::distributed_scan_server]
verifier:
inspec_tests:
- test/integration/distributed_scan_server
excludes:
- tas50/windows_2019
- name: internet-printing
run_list:
- recipe[windows_print::internet_printing]
verifier:
inspec_tests:
- test/integration/internet_printing
- name: lpd-service
run_list:
- recipe[windows_print::lpd_service]
verifier:
inspec_tests:
- test/integration/lpd_service
- name: resources
data_bags_path: "test/fixtures/data_bags"
run_list:
- recipe[windows_print::default]
- recipe[test_windows_print::create_printers_data_bag]
- recipe[test_windows_print::create_printer_settings_data_bag]
- recipe[test_windows_print::restore_printer_settings_data_bag]
verifier:
inspec_tests:
- test/integration/resources