summaryrefslogtreecommitdiffstats
path: root/dovetail/run.py
diff options
context:
space:
mode:
authorSerenaFeng <feng.xiaowei@zte.com.cn>2018-03-09 18:46:27 +0800
committerDan Xu <xudan16@huawei.com>2018-03-15 03:44:15 +0000
commit6de223dad312a4fac4a410fc4a4a21f457c06f27 (patch)
tree7e0834e4ae33d87ba0858e5969e629a020e269fd /dovetail/run.py
parent3330fb68a80794f8df503b2956a03f57613a601a (diff)
substitute image copy with docker volume
Change-Id: Ie470d03bd168c909fd02c316523049c67a6bb095 Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
Diffstat (limited to 'dovetail/run.py')
-rwxr-xr-xdovetail/run.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/dovetail/run.py b/dovetail/run.py
index a615173b..1537fb6b 100755
--- a/dovetail/run.py
+++ b/dovetail/run.py
@@ -211,6 +211,8 @@ def get_result_path():
return None
result_path = os.path.join(dovetail_home, 'results')
dt_cfg.dovetail_config['result_dir'] = result_path
+ dt_cfg.dovetail_config['images_dir'] = os.path.join(dovetail_home,
+ 'images')
pre_config_path = os.path.join(dovetail_home, 'pre_config')
patch_set_path = os.path.join(dovetail_home, 'patch')
dt_cfg.dovetail_config['config_dir'] = pre_config_path