diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2017-08-24 15:43:01 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-08-24 15:43:01 +0000 |
commit | a7c04235d89ab994fce7559395d7017f89c4d7ad (patch) | |
tree | aa208d41b11892c9df3cb324e91f029b8408c54a /functest | |
parent | bc25ad7ad1a9299a07aca77bd9207342711f4bd9 (diff) | |
parent | 294f4ec7dfe25affe7fd18f3285ddb7c4fd63c15 (diff) |
Merge "Patch Read aarch64 architecture"
Diffstat (limited to 'functest')
-rw-r--r-- | functest/ci/prepare_env.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/functest/ci/prepare_env.py b/functest/ci/prepare_env.py index 9ed585f3..a354dbe8 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( |