diff options
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 |