blob: d1fd812b16f5ce2d4527f26ce0d2c98093152d8d [file] [log] [blame]
Martin8191d6f0a82017-03-17 17:38:11 +01001---
2driver:
3 name: docker
4 hostname: iptables.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: iptables
15 grains:
16 noservices: True
17 state_top:
18 base:
19 "*":
20 - iptables
21 pillars:
22 top.sls:
23 base:
24 "*":
25 - iptables
26
27verifier:
28 name: inspec
29 sudo: true
30
31platforms:
32 - name: <%=ENV['PLATFORM'] || 'ubuntu-xenial'%>
33 driver_config:
34 image: <%=ENV['PLATFORM'] || 'trevorj/salty-whales:xenial'%>
35 platform: ubuntu
36
37suites:
38
39 - name: iptables_server
40 provisioner:
41 pillars-from-files:
42 iptables.sls: tests/pillar/iptables_server.sls
43# vim: ft=yaml sw=2 ts=2 sts=2 tw=125