forked from vkhatri/chef-filebeat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
kitchen.yml
58 lines (50 loc) · 1.08 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
---
driver:
name: dokken
privileged: true
chef_version: 16.17.4
chef_image: cincproject/cinc
pull_chef_image: false
transport:
name: dokken
provisioner:
name: dokken
chef_binary: /opt/cinc/bin/cinc-client
attributes:
apt:
confd:
install_recommends: false
verifier:
name: inspec
platforms:
- name: ubuntu-18.04
driver:
image: dokken/ubuntu-18.04
pid_one_command: /bin/systemd
intermediate_instructions:
- RUN /usr/bin/apt-get update
- name: ubuntu-20.04
driver:
image: dokken/ubuntu-20.04
pid_one_command: /bin/systemd
intermediate_instructions:
- RUN /usr/bin/apt-get update
suites:
- name: current-ver
verifier:
inspec_tests:
- test/smoke/current-ver
run_list:
- recipe[filebeat_test::current-ver]
# - name: previous-ver
# verifier:
# inspec_tests:
# - test/smoke/previous-ver
# run_list:
# - recipe[filebeat_test::previous-ver]
- name: runit
verifier:
inspec_tests:
- test/smoke/runit
run_list:
- recipe[filebeat_test::runit]