summaryrefslogtreecommitdiffstats
path: root/dovetail/container.py
diff options
context:
space:
mode:
authorxudan <xudan16@huawei.com>2018-02-11 04:10:16 -0500
committerGeorg Kunz <georg.kunz@ericsson.com>2018-02-16 15:59:54 +0000
commit18f117ce3b88ef626f6de5e5037e220be0f0f0ac (patch)
tree72adfdf4832e8d386544094ca4179c6a44ca8d86 /dovetail/container.py
parent8e266094f9bb31e444f90263119389d857d1001e (diff)
Add Functest test case snaps_smoke into proposed_tests test suite
Add snaps_smoke into proposed_tests test suite. Then this test case can be run by Dovetail on CI. JIRA: DOVETAIL-596 Change-Id: I8fc4bb656bcac551ae4b693dbc4d817b665c6111 Signed-off-by: xudan <xudan16@huawei.com>
Diffstat (limited to 'dovetail/container.py')
-rw-r--r--dovetail/container.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/dovetail/container.py b/dovetail/container.py
index e1191094..69dd5e9a 100644
--- a/dovetail/container.py
+++ b/dovetail/container.py
@@ -237,6 +237,10 @@ class Container(object):
src_path = os.path.join(prefix_path, 'pre_config', file_name)
dest_path = '/home/opnfv/functest/images'
Container.pre_copy(container_id, src_path, dest_path)
+ file_name = dt_cfg.dovetail_config['ubuntu14_image']
+ src_path = os.path.join(prefix_path, 'pre_config', file_name)
+ dest_path = '/home/opnfv/functest/images'
+ Container.pre_copy(container_id, src_path, dest_path)
if type.lower() == 'yardstick':
cls.set_yardstick_conf_file(container_id)