Add keystone-tempest-plugin
[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             - tempest_cinder
59             - tempest_keystone
60             - rally_sanity
61             - refstack_compute
62             - refstack_object
63             - refstack_platform
64             - tempest_full
65             - tempest_scenario
66             - tempest_slow
67             - patrole
68             - neutron_trunk
69             - networking-bgpvpn
70             - networking-sfc
71             - barbican
72             - octavia
73         - container: functest-benchmarking
74           tests:
75             - rally_full
76             - rally_jobs
77             - vmtp
78             - shaker
79         - container: functest-vnf
80           tests:
81             - cloudify
82             - cloudify_ims
83             - heat_ims
84             - vyos_vrouter
85             - juju_epc
86           properties:
87             execution-type: SEQUENTIALLY