diff options
Diffstat (limited to 'ansible/site.yml')
-rw-r--r-- | ansible/site.yml | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/ansible/site.yml b/ansible/site.yml index a6f71522d..38dbfacd5 100644 --- a/ansible/site.yml +++ b/ansible/site.yml @@ -33,9 +33,6 @@ - name: functest-benchmarking ref_arg: BRANCH path: docker/benchmarking - - name: functest-components - ref_arg: - path: docker/components - name: functest-vnf ref_arg: path: docker/vnf @@ -58,13 +55,14 @@ - odl - api_check - snaps_health_check + - tempest_smoke - container: functest-smoke tests: - - tempest_smoke - neutron-tempest-plugin-api - rally_sanity - - rally_jobs - refstack_defcore + - tempest_full + - tempest_scenario - patrole - snaps_smoke - neutron_trunk @@ -73,13 +71,10 @@ - barbican - container: functest-benchmarking tests: + - rally_full + - rally_jobs - vmtp - shaker - - container: functest-components - tests: - - tempest_full - - tempest_scenario - - rally_full - container: functest-vnf tests: - cloudify |