summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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')