8a290c8125631297128d1eaad30ea4db396bada9
[functest.git] / ansible / site.cntt.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.11'
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 containers
21             containers:
22               - name: functest-healthcheck
23                 ref_arg: BRANCH
24                 path: docker/healthcheck
25               - name: functest-smoke-cntt
26                 ref_arg: BRANCH
27                 path: docker/smoke-cntt
28               - name: functest-benchmarking-cntt
29                 ref_arg: BRANCH
30                 path: docker/benchmarking-cntt
31               - name: functest-vnf
32                 ref_arg:
33                 path: docker/vnf
34       suites:
35         - container: functest-healthcheck
36           tests:
37             - connection_check
38             - tenantnetwork1
39             - tenantnetwork2
40             - vmready1
41             - vmready2
42             - singlevm1
43             - singlevm2
44             - vping_ssh
45             - vping_userdata
46             - cinder_test
47             - odl
48             - tempest_smoke
49             - tempest_horizon
50         - container: functest-smoke-cntt
51           tests:
52             - tempest_neutron_cntt
53             - tempest_cinder_cntt
54             - tempest_keystone_cntt
55             - tempest_heat_cntt
56             - rally_sanity_cntt
57             - tempest_full_cntt
58             - tempest_scenario_cntt
59             - tempest_slow_cntt
60         - container: functest-benchmarking-cntt
61           tests:
62             - rally_full_cntt
63             - rally_jobs_cntt
64             - vmtp
65             - shaker
66         - container: functest-vnf
67           tests:
68             - cloudify
69             - cloudify_ims
70             - heat_ims
71             - vyos_vrouter
72             - juju_epc
73           properties:
74             execution-type: SEQUENTIALLY