From ed7de0f59902094646ec53e0c3af192538833611 Mon Sep 17 00:00:00 2001 From: xudan Date: Tue, 23 May 2017 08:28:58 -0400 Subject: 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 --- dovetail/container.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dovetail/container.py') 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( -- cgit 1.2.3-korg