diff options
author | George Paraskevopoulos <geopar@intracom-telecom.com> | 2016-12-07 14:12:16 +0200 |
---|---|---|
committer | Manuel Buil <manuelbuil87@gmail.com> | 2016-12-08 14:57:16 +0000 |
commit | 98f71874a230bf60dc78433ff6833b74e4f7b21c (patch) | |
tree | 96d899d89e2b6eb9eb803b6064a99d3fec8ac090 /tests/functest/odl-sfc/sfc.py | |
parent | 7af574e792b1433191b5e470782fd09d4fd5a274 (diff) |
Move vnfd yaml files into separate directory
Create vnfd-templates directory where all TOSCA VNFD files will be
stored.
Change-Id: I3286da41800f9a42e5a3ffce51ee6cc6809b734e
Signed-off-by: George Paraskevopoulos <geopar@intracom-telecom.com>
Diffstat (limited to 'tests/functest/odl-sfc/sfc.py')
-rwxr-xr-x | tests/functest/odl-sfc/sfc.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/functest/odl-sfc/sfc.py b/tests/functest/odl-sfc/sfc.py index 5c7a8522..0cc2d14a 100755 --- a/tests/functest/odl-sfc/sfc.py +++ b/tests/functest/odl-sfc/sfc.py @@ -103,12 +103,14 @@ def main(): srv_prv_ip = srv_instance.networks.get(TESTCASE_CONFIG.net_name)[0] tosca_file = os.path.join(COMMON_CONFIG.sfc_test_dir, + COMMON_CONFIG.vnfd_dir, TESTCASE_CONFIG.test_vnfd_red) os_tacker.create_vnfd( tacker_client, tosca_file=tosca_file) tosca_file = os.path.join(COMMON_CONFIG.sfc_test_dir, + COMMON_CONFIG.vnfd_dir, TESTCASE_CONFIG.test_vnfd_blue) os_tacker.create_vnfd( tacker_client, |