blob: 27c360cef1195074fe7b0794a5708f292703743b [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:
Martin Polreich610b84d2018-02-21 10:57:15 +010033 - name: <%=ENV['PLATFORM'] || 'saltstack-ubuntu-xenial-salt-stable' %>
Martin Polreiche0592082017-05-15 12:32:11 +020034 driver_config:
Martin Polreichdb7c5382018-04-18 15:27:02 +020035 image: <%=ENV['PLATFORM'] || 'epcim/salt:saltstack-ubuntu-xenial-salt-stable'%>
Martin Polreiche0592082017-05-15 12:32:11 +020036 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