Deploy Functest CI toolchains
[functest.git] / ansible / site.yml
1 ---
2 - hosts: 127.0.0.1
3   roles:
4     - role: collivier.xtesting
5       project: functest
6       docker_args:
7         env:
8           DEPLOY_SCENARIO: os-nosdn-nofeature-noha
9           NAMESERVER: 8.8.8.8
10         volumes:
11           - /home/opnfv/functest/openstack.creds:/home/opnfv/functest/conf/env_file
12           - /home/opnfv/functest/images:/home/opnfv/functest/images
13       suites:
14         - repo: opnfv
15           container: functest-healthcheck
16           tag: latest
17           tests:
18             - connection_check
19             - tenantnetwork1
20             - tenantnetwork2
21             - vmready1
22             - vmready2
23             - singlevm1
24             - singlevm2
25             - vping_ssh
26             - vping_userdata
27             - cinder_test
28             - odl
29             - api_check
30             - snaps_health_check
31         - repo: opnfv
32           container: functest-smoke
33           tag: latest
34           tests:
35             - tempest_smoke
36             - neutron-tempest-plugin-api
37             - rally_sanity
38             - rally_jobs
39             - refstack_defcore
40             - patrole
41             - snaps_smoke
42             - neutron_trunk
43             - networking-bgpvpn
44             - networking-sfc
45             - barbican
46         - repo: opnfv
47           container: functest-benchmarking
48           tag: latest
49           tests:
50             - vmtp
51             - shaker
52         - repo: opnfv
53           container: functest-components
54           tag: latest
55           tests:
56             - tempest_full
57             - tempest_scenario
58             - rally_full
59         - repo: opnfv
60           container: functest-vnf
61           tag: latest
62           tests:
63             - cloudify
64             - cloudify_ims
65             - heat_ims
66             - vyos_vrouter
67             - juju_epc
68         - repo: opnfv
69           container: functest-features
70           tag: latest
71           tests:
72             - doctor-notification
73             - bgpvpn
74             - functest-odl-sfc
75             - barometercollectd
76             - fds
77             - vgpu
78             - stor4nfv_os