-
Notifications
You must be signed in to change notification settings - Fork 0
/
.kitchen.yml
57 lines (51 loc) · 1.22 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
---
driver:
name: vagrant
gui: false
customize:
cpus: 2
memory: 4096
ssh:
pty: true
provisioner:
name: chef_zero
# You many wish to test your CHEF::Log.<level> messages while using test-kitchen. Change the below
# value to the level of choice. For cleaner output, comment this option out.
# log_level: info
# 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: centos-7.2
suites:
- name: occm
run_list:
- recipe[netapp_ontap_cloud::occm_setup]
verifier:
inspec_tests:
- test/smoke/occm
attributes:
occm:
user:
company_name: 'Exosphere'
install_pkg: true
- name: ontap_aws
run_list:
- recipe[netapp_ontap_cloud::occm_install]
- recipe[netapp_ontap_cloud::ontap_cloud_aws_standalone]
verifier:
inspec_tests:
- test/smoke/occm
attributes:
occm:
user:
company_name: 'Exosphere'
install_pkg: true
ontap_cloud:
ontap:
standalone:
name: 'demolab'
size: '100GB'