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_tacker_test2.bash | |
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_tacker_test2.bash')
-rwxr-xr-x | tests/functest/odl-sfc/sfc_tacker_test2.bash | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/functest/odl-sfc/sfc_tacker_test2.bash b/tests/functest/odl-sfc/sfc_tacker_test2.bash index 04e6506e..156b19cb 100755 --- a/tests/functest/odl-sfc/sfc_tacker_test2.bash +++ b/tests/functest/odl-sfc/sfc_tacker_test2.bash @@ -2,8 +2,8 @@ BASEDIR=`dirname $0` #import VNF descriptor -tacker vnfd-create --vnfd-file ${BASEDIR}/test2-vnfd1.yaml -tacker vnfd-create --vnfd-file ${BASEDIR}/test2-vnfd2.yaml +tacker vnfd-create --vnfd-file ${BASEDIR}/vnfd-templates/test2-vnfd1.yaml +tacker vnfd-create --vnfd-file ${BASEDIR}/vnfd-templates/test2-vnfd2.yaml #create instances of the imported VNF tacker vnf-create --name testVNF1 --vnfd-name test-vnfd1 |