Merge "Add healthcheck Horizon tests"
[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       suites:
40         - container: functest-healthcheck
41           tests:
42             - connection_check
43             - tenantnetwork1
44             - tenantnetwork2
45             - vmready1
46             - vmready2
47             - singlevm1
48             - singlevm2
49             - vping_ssh
50             - vping_userdata
51             - cinder_test
52             - odl
53             - tempest_smoke
54             - tempest_horizon
55         - container: functest-smoke
56           tests:
57             - neutron-tempest-plugin-api
58             - rally_sanity
59             - refstack_compute
60             - refstack_object
61             - refstack_platform
62             - tempest_full
63             - tempest_scenario
64             - tempest_slow
65             - patrole
66             - neutron_trunk
67             - networking-bgpvpn
68             - networking-sfc
69             - barbican
70             - octavia
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