blob: 672703415226f681d6f08b04bde3b9d4ba3843f8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
---
- hosts: 127.0.0.1
roles:
- role: collivier.xtesting
builds:
dependencies:
- repo: _
dport:
container: alpine
tag: '3.13'
steps:
- name: opnfv/xtesting
containers:
- name: xtesting
ref_arg: BRANCH
path: docker/core
- name: opnfv/xtesting-mts
containers:
- name: xtesting-mts
ref_arg: BRANCH
path: docker/mts
suites:
- container: xtesting
tests:
- first
- second
- third
- fourth
- fifth
- sixth
- container: xtesting-mts
tests:
- seventh
|