-
-
Notifications
You must be signed in to change notification settings - Fork 85
Expand file tree
/
Copy pathkitchen.yml
More file actions
46 lines (39 loc) · 776 Bytes
/
kitchen.yml
File metadata and controls
46 lines (39 loc) · 776 Bytes
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
gui: false
customize:
cpus: 2
memory: 4096
transport:
name: winrm
elevated: true
max_wait_until_ready: 600
connection_retries: 10
connection_retry_sleep: 10
provisioner:
name: chef_infra
product_name: cinc
product_version: latest
channel: stable
chef_license: accept
enforce_idempotency: true
multiple_converge: 2
deprecations_as_errors: true
verifier:
name: inspec
platforms:
- name: windows-2019
driver:
box: tas50/windows_2019
x-run_lists:
default: &default_run_list
- recipe[test::default]
x-verifiers:
default: &default_verifier
inspec_tests:
- path: test/integration/default
suites:
- name: default
run_list: *default_run_list
verifier: *default_verifier