From ed3d7f310efbad4094e924aa722978cb3ffa5ecb Mon Sep 17 00:00:00 2001
From: Jose Lausuch <jalausuch@suse.com>
Date: Thu, 21 Sep 2017 16:32:27 +0200
Subject: [Functest] Support functest-suite with Alpine containers

Updated all the jobs that use functest-suite.
For single test cases, we need to know to which docker image
the test belongs to.

Change-Id: If7db231ccc891233423f2f2bc3aa5b95d048b30a
Signed-off-by: Jose Lausuch <jalausuch@suse.com>
---
 jjb/apex/apex.yml.j2 | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

(limited to 'jjb/apex/apex.yml.j2')

diff --git a/jjb/apex/apex.yml.j2 b/jjb/apex/apex.yml.j2
index 3c36e8f62..ec68852b6 100644
--- a/jjb/apex/apex.yml.j2
+++ b/jjb/apex/apex.yml.j2
@@ -370,7 +370,8 @@
                 current-parameters: false
                 predefined-parameters: |
                   DEPLOY_SCENARIO=$DEPLOY_SCENARIO
-                  FUNCTEST_SUITE_NAME=healthcheck
+                  FUNCTEST_MODE=tier
+                  FUNCTEST_TIER=healthcheck
                   GERRIT_BRANCH=$GERRIT_BRANCH
                   GERRIT_REFSPEC=$GERRIT_REFSPEC
                   GERRIT_CHANGE_NUMBER=$GERRIT_CHANGE_NUMBER
-- 
cgit