aboutsummaryrefslogtreecommitdiffstats
path: root/sfc/lib/config.py
diff options
context:
space:
mode:
authorManuel Buil <mbuil@suse.com>2017-09-11 13:55:51 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-09-11 13:55:51 +0000
commit00ec6171218b0d43d9ac566515ca04cd6b8b4b28 (patch)
tree3049641b1fc7f5c70865b248653d6872ce877b36 /sfc/lib/config.py
parentf2d9ca06bd9a70b4ee50c0dd51fcb061cf2baaca (diff)
parent56fb19b663557ce07be6d4e5c07fd4a5b9276ed2 (diff)
Merge "Adapt functionality to the new Tacker API"
Diffstat (limited to 'sfc/lib/config.py')
-rw-r--r--sfc/lib/config.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/sfc/lib/config.py b/sfc/lib/config.py
index 16613eab..fe95e983 100644
--- a/sfc/lib/config.py
+++ b/sfc/lib/config.py
@@ -39,9 +39,11 @@ class CommonConfig(object):
self.vnfd_dir = os.path.join(self.sfc_test_dir, "vnfd-templates")
self.vnfd_default_params_file = os.path.join(
self.sfc_test_dir, "vnfd-default-params-file")
+ self.vnffgd_dir = os.path.join(self.sfc_test_dir, "vnffgd-templates")
self.functest_results_dir = os.path.join(
CONST.dir_results, "odl-sfc")
self.config_file = os.path.join(self.sfc_test_dir, "config.yaml")
+ self.vim_file = os.path.join(self.sfc_test_dir, "register-vim.json")
self.installer_type = CONST.__getattribute__('INSTALLER_TYPE')