blob: 92f883b2476bebc8e8bb5a69d9784819a1c90f70 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
---
- hosts: 127.0.0.1
roles:
- role: collivier.xtesting
suites:
- container: xtesting
tests:
- first
- second
- third
- fourth
- fifth
- sixth
- eighth
- container: xtesting-mts
tests:
- seventh
|