aboutsummaryrefslogtreecommitdiffstats
path: root/functest/ci
diff options
context:
space:
mode:
authorCedric Ollivier <cedric.ollivier@orange.com>2017-08-23 13:32:58 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-08-23 13:32:58 +0000
commit5065847a3af28f6d465b293cef3b060a8b222e6e (patch)
tree8b5dd00f28351e98744e7d258a801faecc70057c /functest/ci
parent35373ca7f27431f8dd59b45f8d2cf7618b98c699 (diff)
parentb7fc08d97bc0c3650ec19b991b4f9d189d381852 (diff)
Merge "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 c40e32660..9ed585f3d 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 = None
+pod_arch = os.getenv("HOST_ARCH", None)
arch_filter = ['aarch64']
CONFIG_FUNCTEST_PATH = pkg_resources.resource_filename(