diff options
author | xudan2189 <xudanstudy@gmail.com> | 2016-09-21 04:40:44 -0400 |
---|---|---|
committer | xudan <xudan16@huawei.com> | 2016-09-23 03:25:07 -0400 |
commit | c554b6951f8ee8298d3f8ae8f53ba468dbf4c164 (patch) | |
tree | 1c00e69f31fcd3b04d88073700eddf1f1d620b06 /scripts/conf/dovetail_config.py | |
parent | d8ee3fd2cb9e221466e49703a25e9b7e1343be62 (diff) |
Move copyfile to container and remove hard-code
JIRA: DOVETAIL-17
Change-Id: Id4ad126169cf83c6c72a7b599f3309f0f930e461
Signed-off-by: xudan <xudan16@huawei.com>
Diffstat (limited to 'scripts/conf/dovetail_config.py')
-rw-r--r-- | scripts/conf/dovetail_config.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/scripts/conf/dovetail_config.py b/scripts/conf/dovetail_config.py index 8d60cd97..92d1f479 100644 --- a/scripts/conf/dovetail_config.py +++ b/scripts/conf/dovetail_config.py @@ -26,7 +26,3 @@ container_config = {} container_config['functest'] = dovetail_config['functest'] container_config['yardstick'] = dovetail_config['yardstick'] - -container_config['functest']['has_pull'] = False -container_config['yardstick']['has_pull'] = False -container_config['yardstick']['has_build_images'] = False |