Remove snaps testcases from site.yml
[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.9
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_defcore
62             - tempest_full
63             - tempest_scenario
64             - patrole
65             - neutron_trunk
66             - networking-bgpvpn
67             - networking-sfc
68             - barbican
69         - container: functest-benchmarking
70           tests:
71             - rally_full
72             - rally_jobs
73             - vmtp
74             - shaker
75         - container: functest-vnf
76           tests:
77             - cloudify
78             - cloudify_ims
79             - heat_ims
80             - vyos_vrouter
81             - juju_epc
82         - container: functest-features
83           tests:
84             - doctor-notification
85             - functest-odl-sfc
86             - barometercollectd
87             - vgpu
88             - stor4nfv_os