diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-12-19 07:54:32 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-12-19 07:54:32 +0100 |
commit | bf0b4cec937b2e63104989104a3b661aaf40d417 (patch) | |
tree | 021b124e2ea5073c6b31fd4ce56e770a98d481df /ansible | |
parent | dc10a3a0cfb7e5c7957c27738dbac52ef6a34e34 (diff) |
Fix nits in ansible/site.yaml
Change-Id: Iab87d6b3d8acd07c400ce800e76a4dd82ab7b7d5
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'ansible')
-rw-r--r-- | ansible/site.yml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/ansible/site.yml b/ansible/site.yml index 98acc8715..641eadfe1 100644 --- a/ansible/site.yml +++ b/ansible/site.yml @@ -30,7 +30,7 @@ - snaps_health_check - repo: opnfv container: functest-smoke - tag: latest + tag: hunter tests: - tempest_smoke - neutron-tempest-plugin-api @@ -45,20 +45,20 @@ - barbican - repo: opnfv container: functest-benchmarking - tag: latest + tag: hunter tests: - vmtp - shaker - repo: opnfv container: functest-components - tag: latest + tag: hunter tests: - tempest_full - tempest_scenario - rally_full - repo: opnfv container: functest-vnf - tag: latest + tag: hunter tests: - cloudify - cloudify_ims @@ -67,7 +67,7 @@ - juju_epc - repo: opnfv container: functest-features - tag: latest + tag: hunter tests: - doctor-notification - bgpvpn |