forked from codenamephp/chef.cookbook.php
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.kitchen.yml
59 lines (55 loc) · 1.18 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
---
driver:
name: vagrant
provisioner:
name: chef_solo
chef_license: accept
verifier:
name: inspec
platforms:
- name: debian-9.3
- name: debian-10
suites:
- name: default
run_list:
- recipe[codenamephp_php::add_sury_repository]
- recipe[codenamephp_php::7.3] # a php version needs to be installed for composer to be installed
verifier:
inspec_tests:
- test/smoke/default
attributes:
- name: "5.6"
run_list:
- recipe[codenamephp_php::5.6]
verifier:
inspec_tests:
- test/smoke/5.6
attributes:
- name: "7.1"
run_list:
- recipe[codenamephp_php::7.1]
verifier:
inspec_tests:
- test/smoke/7.1
attributes:
- name: "7.2"
run_list:
- recipe[codenamephp_php::7.2]
verifier:
inspec_tests:
- test/smoke/7.2
attributes:
- name: "7.3"
run_list:
- recipe[codenamephp_php::7.3]
verifier:
inspec_tests:
- test/smoke/7.3
attributes:
- name: "7.4"
run_list:
- recipe[codenamephp_php::7.4]
verifier:
inspec_tests:
- test/smoke/7.4
attributes: