diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-12-19 07:55:37 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-12-19 07:55:37 +0100 |
commit | 056ba155b4fd4e8814031df3b542e36e133cebdc (patch) | |
tree | f33fd7d9b4f65f9700784190d5af62d94a9865e0 | |
parent | c78c849ac90b81689095b5c4a382e9fc7f45cc2f (diff) |
Fix nits in ansible/site.yml
Change-Id: I83cd8a7994a1aab9411a8a5b94aee51f23fc5c3c
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
-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 31cf7e474..36bfdad42 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 |