summaryrefslogtreecommitdiffstats
path: root/sfc/lib/config.py
diff options
context:
space:
mode:
authorManuel Buil <manuelbuil87@gmail.com>2017-01-17 10:01:55 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-01-17 10:01:55 +0000
commita4f17c371efa443c190950337eefddd475558621 (patch)
treef8fb97237fffbe0a7bec04ca36c086a9246f6624 /sfc/lib/config.py
parented1c664e33fc5ae330c914eb1ec625e1fc0232e9 (diff)
parent5a0874f8ad00df81ed923f7326493897f4b34b4e (diff)
Merge "Fix wrong configuration lookup for functest_data folder"
Diffstat (limited to 'sfc/lib/config.py')
-rw-r--r--sfc/lib/config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfc/lib/config.py b/sfc/lib/config.py
index bb7f13f2..e9fcd582 100644
--- a/sfc/lib/config.py
+++ b/sfc/lib/config.py
@@ -67,7 +67,7 @@ class CommonConfig(object):
self.url = ft_utils.get_parameter_from_yaml(
"defaults.url", self.config_file)
self.dir_functest_data = ft_utils.get_functest_config(
- "general.directories.dir_functest_data")
+ "general.dir.functest_data")
self.image_path = os.path.join(
self.dir_functest_data, self.image_file_name)