blob: 333c42614be79f326b54d04a1b46ef1503204387 [file] [log] [blame]
azvyagintseve5c4e832018-01-25 20:02:46 +02001---
2driver:
3 name: docker
4 hostname: debmirror.ci.local
5 #socket: tcp://127.0.0.1:2376
6 use_sudo: false
7
8
9
10provisioner:
11 name: salt_solo
12 salt_install: bootstrap
13 salt_bootstrap_url: https://bootstrap.saltstack.com
14 salt_version: latest
15 require_chef: false
16 formula: debmirror
17 log_level: info
18 state_top:
19 base:
20 "*":
21 - debmirror
22 pillars:
23 top.sls:
24 base:
25 "*":
26 - debmirror
27 grains:
28 noservices: True
29
30
31platforms:
32 - name: ubuntu-16.04
33
34
35verifier:
36 name: inspec
37 sudo: true
38
39
40suites:
41 - name: default
42 # provisioner:
43 # pillars-from-files:
44 # debmirror.sls: tests/pillar/default.sls
45
46# vim: ft=yaml sw=2 ts=2 sts=2 tw=125