Code Review
/
functest.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
9a9856b
)
Read aarch64 architecture
91/39991/1
author
Delia Popescu
<delia.popescu@enea.com>
Wed, 23 Aug 2017 12:50:53 +0000
(15:50 +0300)
committer
Delia Popescu
<delia.popescu@enea.com>
Wed, 23 Aug 2017 12:59:03 +0000
(15:59 +0300)
Read aarch64 architecture from env variable exported
by changes from patch https://gerrit.opnfv.org/gerrit/#/c/38689/
Change-Id: If0fc94e8fe67871b94934c305c019b57872ecb07
Signed-off-by: Delia Popescu <delia.popescu@enea.com>
functest/ci/prepare_env.py
patch
|
blob
|
history
diff --git
a/functest/ci/prepare_env.py
b/functest/ci/prepare_env.py
index
c40e326
..
9ed585f
100644
(file)
--- 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(