Protect tag in functest.yaml
[functest.git] / ansible / site.yml
1 ---
2 - hosts:
3     - 127.0.0.1
4   roles:
5     - role: collivier.xtesting
6       project: functest
7       gerrit_project: functest
8       builds:
9         dependencies:
10           - repo: _
11             dport:
12             container: alpine
13             tag: '3.10'
14         steps:
15           - name: build opnfv/functest-core
16             containers:
17               - name: functest-core
18                 ref_arg: BRANCH
19                 path: docker/core
20           - name: build opnfv/functest-tempest
21             containers:
22               - name: functest-tempest
23                 ref_arg: BRANCH
24                 path: docker/tempest
25           - name: build containers
26             containers:
27               - name: functest-healthcheck
28                 ref_arg: BRANCH
29                 path: docker/healthcheck
30               - name: functest-smoke
31                 ref_arg: BRANCH
32                 path: docker/smoke
33               - name: functest-benchmarking
34                 ref_arg: BRANCH
35                 path: docker/benchmarking
36               - name: functest-vnf
37                 ref_arg:
38                 path: docker/vnf
39               - name: functest-features
40                 ref_arg: BRANCH
41                 path: docker/features
42       suites:
43         - container: functest-healthcheck
44           tests:
45             - connection_check
46             - tenantnetwork1
47             - tenantnetwork2
48             - vmready1
49             - vmready2
50             - singlevm1
51             - singlevm2
52             - vping_ssh
53             - vping_userdata
54             - cinder_test
55             - odl
56             - tempest_smoke
57         - container: functest-smoke
58           tests:
59             - neutron-tempest-plugin-api
60             - rally_sanity
61             - refstack_compute
62             - refstack_object
63             - refstack_platform
64             - tempest_full
65             - tempest_scenario
66             - patrole
67             - neutron_trunk
68             - networking-bgpvpn
69             - networking-sfc
70             - barbican
71         - container: functest-benchmarking
72           tests:
73             - rally_full
74             - rally_jobs
75             - vmtp
76             - shaker
77         - container: functest-vnf
78           tests:
79             - cloudify
80             - cloudify_ims
81             - heat_ims
82             - vyos_vrouter
83             - juju_epc
84           properties:
85             execution-type: SEQUENTIALLY
86         - container: functest-features
87           tests:
88             - doctor-notification
89             - functest-odl-sfc
90             - barometercollectd
91             - vgpu
92             - stor4nfv_os