summaryrefslogtreecommitdiffstats
path: root/sfc/lib/config.py
diff options
context:
space:
mode:
authorManuel Buil <mbuil@suse.com>2018-05-21 14:48:30 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-05-21 14:48:30 +0000
commit9dbeb0ec446817dafd163f9f6f8f177bb96b2eff (patch)
treebb20047ad6a81b3ee57f68d8ef367d635839e968 /sfc/lib/config.py
parent42b733746dcd155025065a389a5ef7ee28445ca3 (diff)
parent46aff74719b3a949db89ae172229e3945cf8d5e7 (diff)
Merge "Increase logging" into stable/fraser
Diffstat (limited to 'sfc/lib/config.py')
-rw-r--r--sfc/lib/config.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/sfc/lib/config.py b/sfc/lib/config.py
index 8adf668c..b8b0c148 100644
--- a/sfc/lib/config.py
+++ b/sfc/lib/config.py
@@ -56,6 +56,7 @@ class CommonConfig(object):
self.config_file = os.path.join(self.sfc_test_dir,
"config-pike.yaml")
+ logger.info("The config file used is {}".format(self.config_file))
self.vim_file = os.path.join(self.sfc_test_dir, "register-vim.json")
self.installer_type = env.get('INSTALLER_TYPE')