summaryrefslogtreecommitdiffstats
path: root/dovetail/container.py
diff options
context:
space:
mode:
authorxudan <xudan16@huawei.com>2017-05-23 08:28:58 -0400
committerxudan <xudan16@huawei.com>2017-05-24 00:05:26 -0400
commited7de0f59902094646ec53e0c3af192538833611 (patch)
tree31dcfaa749cc7de9ca1ad6fc1d0e7fb490c6bafe /dovetail/container.py
parentbd5ff3bd10fffd84e79dad47be4d6fb7eea66d26 (diff)
SDNVPN test cases failed in CI
JIRA: DOVETAIL-439 1. SDNVPN test cases run in CI failed, because the file /home/opnfv/repos/sdnvpn/sdnvpn/test/functest/config.yaml is empty. 2. copy the file userconfig/sdnvpn_config_testcase1/2/4/8.yaml to /home/opnfv/repos/sdnvpn/sdnvpn/test/functest/config.yaml in Functest container Change-Id: Ie904f83c755efc0d9e0abe5dcd44fe4a5056123e Signed-off-by: xudan <xudan16@huawei.com>
Diffstat (limited to 'dovetail/container.py')
-rw-r--r--dovetail/container.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/dovetail/container.py b/dovetail/container.py
index 11c64f49..d91c184b 100644
--- a/dovetail/container.py
+++ b/dovetail/container.py
@@ -148,7 +148,7 @@ class Container(object):
cls.logger.debug("Can just use password in %s.", pod_file)
config_volume = \
' -v %s:%s ' % (dovetail_config['userconfig_dir'],
- dovetail_config["functest"]['config']['dir'])
+ dovetail_config[type]['config']['dir'])
hosts_config = ""
hosts_config_path = os.path.abspath(