summaryrefslogtreecommitdiffstats
path: root/xci/playbooks/roles/prepare-tests/templates/prepare-tests.sh.j2
diff options
context:
space:
mode:
authorFatih Degirmenci <fdegir@gmail.com>2018-09-17 10:59:26 +0200
committerFatih Degirmenci <fdegir@gmail.com>2018-09-18 14:26:15 +0200
commitdc707acb1e679abae1e0fea8438833dadd3c5d98 (patch)
tree8de5214a1e1c61446e53d4662069a29af4ac9b57 /xci/playbooks/roles/prepare-tests/templates/prepare-tests.sh.j2
parent84e736bed99882021d5aa74f84ac185bef2bcc89 (diff)
Switch to Functest Hunter
A new var FUNCTEST_VERSION is introduced to jobs to control the version to use for Functest. Change-Id: Ice7aa9f910db2353ce3d0bef198bef9fa3efe9fd Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
Diffstat (limited to 'xci/playbooks/roles/prepare-tests/templates/prepare-tests.sh.j2')
-rw-r--r--xci/playbooks/roles/prepare-tests/templates/prepare-tests.sh.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/xci/playbooks/roles/prepare-tests/templates/prepare-tests.sh.j2 b/xci/playbooks/roles/prepare-tests/templates/prepare-tests.sh.j2
index afc1cbbe..1b779cb9 100644
--- a/xci/playbooks/roles/prepare-tests/templates/prepare-tests.sh.j2
+++ b/xci/playbooks/roles/prepare-tests/templates/prepare-tests.sh.j2
@@ -1,7 +1,7 @@
#!/bin/bash
# Variables that we need to pass from XCI to testing
-XCI_ENV=(INSTALLER_TYPE XCI_FLAVOR OPENSTACK_OSA_VERSION CI_LOOP BUILD_TAG NODE_NAME FUNCTEST_MODE FUNCTEST_SUITE_NAME)
+XCI_ENV=(INSTALLER_TYPE XCI_FLAVOR OPENSTACK_OSA_VERSION CI_LOOP BUILD_TAG NODE_NAME FUNCTEST_MODE FUNCTEST_SUITE_NAME FUNCTEST_VERSION)
# Extract variables from xci.env file
if [[ -e /root/xci.env ]]; then