-
Notifications
You must be signed in to change notification settings - Fork 22
/
kitchen.yml
41 lines (37 loc) · 943 Bytes
/
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
driver:
name: vagrant
provisioner:
name: chef_zero
deprecations_as_errors: true
chef_license: accept-no-persist
verifier:
name: inspec
platforms:
- name: amazonlinux-2
- name: centos-7
- name: centos-8
- name: ubuntu-16.04
run_list:
- recipe[apt::default]
- name: ubuntu-18.04
run_list:
- recipe[apt::default]
- name: ubuntu-20.04
run_list:
- recipe[apt::default]
suites:
- name: component_runit_supervisor_create
run_list:
- recipe[enterprise_test::setup]
- recipe[enterprise_test::component_runit_supervisor_create]
attributes:
enterprise:
name: testproject
- name: component_runit_supervisor_delete
run_list:
- recipe[enterprise_test::setup]
- recipe[enterprise_test::component_runit_supervisor_create]
- recipe[enterprise_test::component_runit_supervisor_delete]
attributes:
enterprise:
name: testproject