forked from saltstack-formulas/mongodb-formula
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.kitchen.yml
37 lines (33 loc) · 763 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
---
driver:
name: docker
use_sudo: false
privileged: true
provisioner:
name: salt_solo
require_chef: false
formula: mongodb
state_top:
base:
'*':
- mongodb
pillars:
top.sls:
base:
"*":
- mongodb
platforms:
- name: ubuntu-16.04
driver_config:
provision_command:
- apt-get update && apt-get install -y locales && locale-gen en_US.UTF-8
run_command: /sbin/init
suites:
- name: default
provisioner:
pillars-from-files:
mongodb.sls: test/pillar/mongodb.sls
verifier:
name: shell
remote_exec: false
command: py.test -vvv --connection=docker --hosts=root@$KITCHEN_CONTAINER_ID --junit-xml junit-$KITCHEN_INSTANCE.xml test/integration/$KITCHEN_SUITE