blob: b3f0ed1241048fa0a4b3a3a40f372a8d52ad7e71 [file] [log] [blame]
Petr Michalec82af7ef2016-11-16 00:27:36 +01001---
2driver:
3 name: docker
4 hostname: ntp.ci.local
Petr Michalec82af7ef2016-11-16 00:27:36 +01005 use_sudo: false
6
Petr Michalec82af7ef2016-11-16 00:27:36 +01007provisioner:
8 name: salt_solo
9 salt_install: bootstrap
10 salt_bootstrap_url: https://bootstrap.saltstack.com
11 salt_version: latest
12 require_chef: false
Martin81906960192017-03-24 15:38:59 +010013 log_level: error
Petr Michalec82af7ef2016-11-16 00:27:36 +010014 formula: ntp
Martin81906960192017-03-24 15:38:59 +010015 grains:
16 noservices: True
Petr Michalec82af7ef2016-11-16 00:27:36 +010017 state_top:
18 base:
19 "*":
20 - ntp
21 pillars:
22 top.sls:
23 base:
24 "*":
25 - ntp
Petr Michalec82af7ef2016-11-16 00:27:36 +010026
27verifier:
28 name: inspec
29 sudo: true
30
Martin Polreichea5a5662019-01-08 15:03:40 +010031docker_images:
Martin Polreichea5a5662019-01-08 15:03:40 +010032 - &xenial-20177 <%=ENV['IMAGE_XENIAL_20177'] || 'docker-dev-local.docker.mirantis.net/epcim/salt/saltstack-ubuntu-xenial-salt-2017.7/salt:2018_11_19'%>
33 - &xenial-stable <%=ENV['IMAGE_XENIAL_STABLE'] || 'docker-dev-local.docker.mirantis.net/epcim/salt/saltstack-ubuntu-xenial-salt-stable/salt:2018_11_19'%>
34
Martin81906960192017-03-24 15:38:59 +010035platforms:
Martin Polreichea5a5662019-01-08 15:03:40 +010036 - name: xenial-2017.7
37 driver_config:
38 image: *xenial-20177
39 platform: ubuntu
40
41 - name: xenial-stable
42 driver_config:
43 image: *xenial-stable
Martin81906960192017-03-24 15:38:59 +010044 platform: ubuntu
Petr Michalec82af7ef2016-11-16 00:27:36 +010045
46suites:
Petr Michalec82af7ef2016-11-16 00:27:36 +010047 - name: client
48 provisioner:
49 pillars-from-files:
50 ntp.sls: tests/pillar/client.sls
51
52 - name: server
53 provisioner:
54 pillars-from-files:
55 ntp.sls: tests/pillar/server.sls
Ondrej Smolad3c67032018-04-04 12:16:05 +020056
57 - name: client_auth
58 provisioner:
59 pillars-from-files:
60 ntp.sls: tests/pillar/client_auth.sls
61
62 - name: server_auth
63 provisioner:
64 pillars-from-files:
65 ntp.sls: tests/pillar/server_auth.sls
Petr Michalec82af7ef2016-11-16 00:27:36 +010066# vim: ft=yaml sw=2 ts=2 sts=2 tw=125