summaryrefslogtreecommitdiffstats
path: root/dovetail/test_runner.py
diff options
context:
space:
mode:
Diffstat (limited to 'dovetail/test_runner.py')
-rw-r--r--dovetail/test_runner.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/dovetail/test_runner.py b/dovetail/test_runner.py
index 9b5114f8..a783daae 100644
--- a/dovetail/test_runner.py
+++ b/dovetail/test_runner.py
@@ -145,6 +145,7 @@ class DockerRunner(object):
config_item['os_insecure'] = os.getenv("OS_INSECURE")
if 'DEPLOY_SCENARIO' in os.environ:
config_item['deploy_scenario'] = os.environ['DEPLOY_SCENARIO']
+ config_item['ram_num'] = os.getenv('RAM_NUM')
config_item['dovetail_home'] = os.getenv("DOVETAIL_HOME")
return config_item