aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/functest/odl-sfc/config.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/functest/odl-sfc/config.py b/tests/functest/odl-sfc/config.py
index 556302e6..b1a2ec09 100644
--- a/tests/functest/odl-sfc/config.py
+++ b/tests/functest/odl-sfc/config.py
@@ -19,6 +19,7 @@ class CommonConfig(object):
self.repo_path = ft_constants.SFC_REPO_DIR
self.sfc_test_dir = os.path.join(self.repo_path, "tests",
"functest", "odl-sfc")
+ self.vnfd_dir = os.path.join(self.sfc_test_dir, "vnfd-templates")
self.functest_results_dir = os.path.join(
ft_constants.FUNCTEST_RESULTS_DIR, "odl-sfc")
self.config_file = os.path.join(self.sfc_test_dir, "config.yaml")