1 # -*- coding: utf-8 -*-
4 # Copyright (C) The Arvados Authors. All rights reserved.
6 # SPDX-License-Identifier: Apache-2.0
8 # For help on this file's format, see https://kitchen.ci/
13 run_command: /lib/systemd/systemd
27 - name: debian-11-tiamat-py3
29 image: saltimages/salt-tiamat-py3:debian-11
30 - name: debian-10-tiamat-py3
32 image: saltimages/salt-tiamat-py3:debian-10
33 - name: ubuntu-2004-tiamat-py3
35 image: saltimages/salt-tiamat-py3:ubuntu-20.04
36 - name: ubuntu-1804-tiamat-py3
38 image: saltimages/salt-tiamat-py3:ubuntu-18.04
39 - name: centos-7-tiamat-py3
41 image: saltimages/salt-tiamat-py3:centos-7
44 - name: debian-11-master-py3
46 image: saltimages/salt-master-py3:debian-11
47 - name: debian-10-master-py3
49 image: saltimages/salt-master-py3:debian-10
50 - name: ubuntu-2004-master-py3
52 image: saltimages/salt-master-py3:ubuntu-20.04
53 - name: ubuntu-1804-master-py3
55 image: saltimages/salt-master-py3:ubuntu-18.04
56 - name: centos-7-master-py3
58 image: saltimages/salt-master-py3:centos-7
61 - name: debian-11-3004.1-py3
63 image: saltimages/salt-3004.1-py3:debian-11
64 - name: debian-10-3004.1-py3
66 image: saltimages/salt-3004.1-py3:debian-10
67 - name: ubuntu-2004-3004.1-py3
69 image: saltimages/salt-3004.1-py3:ubuntu-20.04
70 - name: ubuntu-1804-3004.1-py3
72 image: saltimages/salt-3004.1-py3:ubuntu-18.04
73 - name: centos-7-3004.1-py3
75 image: saltimages/salt-3004.1-py3:centos-7
78 - name: debian-11-3003.4-py3
80 image: saltimages/salt-3003.4-py3:debian-11
81 - name: debian-10-3003.4-py3
83 image: saltimages/salt-3003.4-py3:debian-10
84 - name: ubuntu-2004-3003.4-py3
86 image: saltimages/salt-3003.4-py3:ubuntu-20.04
87 - name: ubuntu-1804-3003.4-py3
89 image: saltimages/salt-3003.4-py3:ubuntu-18.04
90 - name: centos-7-3003.4-py3
92 image: saltimages/salt-3003.4-py3:centos-7
95 - name: debian-10-3002.8-py3
97 image: saltimages/salt-3002.8-py3:debian-10
98 - name: ubuntu-2004-3002.8-py3
100 image: saltimages/salt-3002.8-py3:ubuntu-20.04
101 - name: ubuntu-1804-3002.8-py3
103 image: saltimages/salt-3002.8-py3:ubuntu-18.04
104 - name: centos-7-3002.8-py3
106 image: saltimages/salt-3002.8-py3:centos-7
109 # https://www.inspec.io/
112 # cli, documentation, html, progress, json, json-min, json-rspec, junit
117 #### api,websocket,keepproxy,keepweb,controller
120 hostname: fixme.example.net
124 path: test/salt/states/examples
127 source: https://github.com/saltstack-formulas/locale-formula.git
130 source: https://github.com/saltstack-formulas/postgres-formula.git
133 source: https://github.com/saltstack-formulas/nginx-formula.git
138 - single_host.host_entries
139 - single_host.snakeoil_certs
150 - arvados.keepbalance
151 - arvados.shell.resources.virtual_machines
161 - example_nginx_websocket
162 - example_nginx_keepweb
163 - example_nginx_controller
164 # keepproxy expects to retrieve a list of services from API, so
165 # installing/testing it without an api server running will fail
166 - example_nginx_keepproxy
168 # yamllint disable rule:line-length
169 arvados.sls: test/salt/pillar/arvados.sls
170 example_locale.sls: test/salt/pillar/examples/locale.sls
171 example_postgres.sls: test/salt/pillar/examples/postgresql.sls
172 example_nginx.sls: test/salt/pillar/examples/nginx_passenger.sls
173 example_nginx_api.sls: test/salt/pillar/examples/nginx_api_configuration.sls
174 example_nginx_websocket.sls: test/salt/pillar/examples/nginx_websocket_configuration.sls
175 example_nginx_keepweb.sls: test/salt/pillar/examples/nginx_keepweb_configuration.sls
176 example_nginx_keepproxy.sls: test/salt/pillar/examples/nginx_keepproxy_configuration.sls
177 example_nginx_controller.sls: test/salt/pillar/examples/nginx_controller_configuration.sls
178 # yamllint enable rule:line-length
181 - path: test/integration/api
182 - path: test/integration/websocket
183 - path: test/integration/keepproxy
184 - path: test/integration/keepweb
185 - path: test/integration/controller
186 - path: test/integration/keepbalance
187 #### workbench,workbench2,webshell
190 hostname: workbench.fixme.example.net
194 path: test/salt/states/examples
197 source: https://github.com/saltstack-formulas/nginx-formula.git
202 - single_host.host_entries
203 - single_host.snakeoil_certs
214 - example_nginx_workbench
215 - example_nginx_workbench2
216 - example_nginx_webshell
218 # yamllint disable rule:line-length
219 arvados.sls: test/salt/pillar/arvados.sls
220 example_nginx.sls: test/salt/pillar/examples/nginx_passenger.sls
221 example_nginx_workbench.sls: test/salt/pillar/examples/nginx_workbench_configuration.sls
222 example_nginx_workbench2.sls: test/salt/pillar/examples/nginx_workbench2_configuration.sls
223 example_nginx_webshell.sls: test/salt/pillar/examples/nginx_webshell_configuration.sls
224 # yamllint enable rule:line-length
227 - path: test/integration/repo
228 - path: test/integration/workbench
229 - path: test/integration/workbench2
233 hostname: shell.fixme.example.net
239 # We also test repo here. No sense for a whole separate suite
248 arvados.sls: test/salt/pillar/arvados_dev.sls
251 - path: test/integration/shell
255 hostname: keep0.fixme.example.net
269 arvados.sls: test/salt/pillar/arvados_dev.sls
272 - path: test/integration/keepstore