forked from zuazo/dovecot-cookbook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.kitchen.docker.yml
44 lines (40 loc) · 1.06 KB
/
.kitchen.docker.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
---
driver:
name: docker
use_sudo: false
provisioner:
name: chef_zero
data_bags_path: ./test/data_bags
# If you add new platforms below, include them in the .travis.yml file matrix
platforms:
- name: centos-6.7
# Does not have full/proper systemd installed
# fails with:
# STDERR: Failed to get D-Bus connection: Operation not permitted
# STDERR: Failed to connect to bus: No such file or directory
# STDERR: System has not been booted with systemd as init system (PID 1). Can't operate
# - name: centos-7.4
# - name: opensuse-leap-42
# - name: fedora-28
- name: debian-7.11
run_list: recipe[apt]
- name: debian-9.4
run_list: recipe[apt]
suites:
- name: default
run_list:
- recipe[dovecot_test]
- name: ldap
run_list:
- recipe[dovecot_test::ldap]
- name: attributes
run_list:
- recipe[dovecot_test::attributes]
- name: create_pwfile
run_list:
- recipe[dovecot_test::create_pwfile]
excludes:
# old versions of Dovecot does not support default_field_values
- centos-6.7
# by default does not have 'snakeoil' self-signed cert and key
- debian-9.4