blob: fd43c813a2f69470a8e0f1c70fa0ce388f91264e [file] [log] [blame]
Martin Polreiche0592082017-05-15 12:32:11 +02001---
2driver:
3 name: docker
4 hostname: libvirt.ci.local
5 use_sudo: false
6
7provisioner:
8 name: salt_solo
9 salt_install: bootstrap
10 salt_bootstrap_url: https://bootstrap.saltstack.com
11 salt_version: latest
12 require_chef: false
13 log_level: error
14 formula: libvirt
15 grains:
16 noservices: True
17 state_top:
18 base:
19 "*":
20 - libvirt
21 pillars:
22 top.sls:
23 base:
24 "*":
25 - libvirt
26
27verifier:
28 name: inspec
29 sudo: true
30
31
32platforms:
33 - name: <%=ENV['PLATFORM'] || 'ubuntu-xenial'%>
34 driver_config:
35 image: <%=ENV['PLATFORM'] || 'trevorj/salty-whales:xenial'%>
36 platform: ubuntu
37
38suites:
39
40 - name: network
41 provisioner:
42 pillars-from-files:
43 libvirt.sls: tests/pillar/network.sls
44
45 - name: pool
46 provisioner:
47 pillars-from-files:
48 libvirt.sls: tests/pillar/pool.sls
49
50 - name: simple
51 provisioner:
52 pillars-from-files:
53 libvirt.sls: tests/pillar/simple.sls
54# vim: ft=yaml sw=2 ts=2 sts=2 tw=125