diff options
author | 2018-09-17 10:59:26 +0200 | |
---|---|---|
committer | 2018-09-18 14:26:15 +0200 | |
commit | dc707acb1e679abae1e0fea8438833dadd3c5d98 (patch) | |
tree | 8de5214a1e1c61446e53d4662069a29af4ac9b57 /xci/config/env-vars | |
parent | 84e736bed99882021d5aa74f84ac185bef2bcc89 (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/config/env-vars')
-rwxr-xr-x | xci/config/env-vars | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xci/config/env-vars b/xci/config/env-vars index 7ab7e2ba..0458f311 100755 --- a/xci/config/env-vars +++ b/xci/config/env-vars @@ -28,6 +28,7 @@ export XCI_PLAYBOOKS=${XCI_PATH}/xci/playbooks # Functest parameters export FUNCTEST_MODE=${FUNCTEST_MODE:-"tier"} export FUNCTEST_SUITE_NAME=${FUNCTEST_SUITE_NAME:-"healthcheck"} +export FUNCTEST_VERSION=${FUNCTEST_VERSION:-"latest"} # CI paremeters export CI_LOOP=${CI_LOOP:-"daily"} |