Merge "Added means to override the RC file credentials."
[functest.git] / functest / ci / prepare_env.py
index c40e326..9ed585f 100644 (file)
@@ -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(