aboutsummaryrefslogtreecommitdiffstats
path: root/functest/ci
diff options
context:
space:
mode:
authorMorgan Richomme <morgan.richomme@orange.com>2017-08-24 15:43:01 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-08-24 15:43:01 +0000
commita7c04235d89ab994fce7559395d7017f89c4d7ad (patch)
treeaa208d41b11892c9df3cb324e91f029b8408c54a /functest/ci
parentbc25ad7ad1a9299a07aca77bd9207342711f4bd9 (diff)
parent294f4ec7dfe25affe7fd18f3285ddb7c4fd63c15 (diff)
Merge "Patch Read aarch64 architecture"
Diffstat (limited to 'functest/ci')
-rw-r--r--functest/ci/prepare_env.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/functest/ci/prepare_env.py b/functest/ci/prepare_env.py
index 9ed585f3d..a354dbe83 100644
--- a/functest/ci/prepare_env.py
+++ b/functest/ci/prepare_env.py
@@ -33,7 +33,7 @@ actions = ['start', 'check']
logger = logging.getLogger('functest.ci.prepare_env')
handler = None
# set the architecture to default
-pod_arch = os.getenv("HOST_ARCH", None)
+pod_arch = os.getenv("POD_ARCH", None)
arch_filter = ['aarch64']
CONFIG_FUNCTEST_PATH = pkg_resources.resource_filename(