From 09cf9bc21d9e020747bb749bef5e7446068dde33 Mon Sep 17 00:00:00 2001
From: =?utf8?q?C=C3=A9dric=20Ollivier?= <cedric.ollivier@orange.com>
Date: Wed, 19 Dec 2018 15:56:21 +0100
Subject: [PATCH] Fix Gambia's ansible/site.yml
MIME-Version: 1.0
Content-Type: text/plain; charset=utf8
Content-Transfer-Encoding: 8bit

Change-Id: I67a8514d76b33a3e7fda51d7f7d2ca329b784916
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
---
 ansible/site.yml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/ansible/site.yml b/ansible/site.yml
index 36bfdad42..00b580199 100644
--- a/ansible/site.yml
+++ b/ansible/site.yml
@@ -30,7 +30,7 @@
             - snaps_health_check
         - repo: opnfv
           container: functest-smoke
-          tag: hunter
+          tag: gambia
           tests:
             - tempest_smoke
             - neutron-tempest-plugin-api
@@ -45,20 +45,20 @@
             - barbican
         - repo: opnfv
           container: functest-benchmarking
-          tag: hunter
+          tag: gambia
           tests:
             - vmtp
             - shaker
         - repo: opnfv
           container: functest-components
-          tag: hunter
+          tag: gambia
           tests:
             - tempest_full
             - tempest_scenario
             - rally_full
         - repo: opnfv
           container: functest-vnf
-          tag: hunter
+          tag: gambia
           tests:
             - cloudify
             - cloudify_ims
@@ -67,7 +67,7 @@
             - juju_epc
         - repo: opnfv
           container: functest-features
-          tag: hunter
+          tag: gambia
           tests:
             - doctor-notification
             - bgpvpn
-- 
2.16.6