-
Notifications
You must be signed in to change notification settings - Fork 2
/
kitchen.dokken.yml
56 lines (51 loc) · 1.17 KB
/
kitchen.dokken.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
---
driver:
name: dokken
chef_version: <%= ENV['CHEF_VERSION'] || 'current' %>
use_sudo: false
privileged: true
env: [CHEF_LICENSE=accept]
transport:
name: dokken
provisioner:
name: dokken
chef_binary: /opt/chef/bin/chef-solo
chef_options: "-Etest"
chef_log_level: debug
chef_output_format: doc
platforms:
- name: ubuntu-20.04
driver:
image: dokken/ubuntu-20.04
pid_one_command: /bin/systemd
intermediate_instructions:
- RUN /usr/bin/apt-get update
verifier:
name: inspec
suites:
- name: agent
data_bags_path: "test/integration/data_bags"
run_list:
- recipe[ros_buildfarm::agent]
verifier:
inspec_tests:
- test/integration/agent
attributes:
- name: jenkins
data_bags_path: "test/integration/data_bags"
attributes:
ros_buildfarm:
smtp: true
run_list:
- recipe[ros_buildfarm::agent]
- recipe[ros_buildfarm::jenkins]
verifier:
inspec_tests:
- test/integration/jenkins
- name: repo
data_bags_path: "test/integration/data_bags"
run_list:
- recipe[ros_buildfarm::repo]
verifier:
inspec_tests:
- test/integration/repo