summaryrefslogtreecommitdiffstats
path: root/sfc/lib/config.py
diff options
context:
space:
mode:
authorDimitrios Markou <mardim@intracom-telecom.com>2017-09-01 14:26:45 +0300
committerDimitrios Markou <mardim@intracom-telecom.com>2017-09-07 15:53:08 +0300
commit56fb19b663557ce07be6d4e5c07fd4a5b9276ed2 (patch)
tree1ba1c2d0e28c537e73f20a3f701974bab3af5de0 /sfc/lib/config.py
parentb864bfbdff816dc621e5b4cd91431ec9ac4a47c0 (diff)
Adapt functionality to the new Tacker API
Change-Id: I078e9f26d3040cf04120abd425f03cb4f2e8daef Signed-off-by: Dimitrios Markou <mardim@intracom-telecom.com>
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')