diff options
author | Manuel Buil <manuel.buil@ericsson.com> | 2016-07-25 11:20:05 +0200 |
---|---|---|
committer | Manuel Buil <manuel.buil@ericsson.com> | 2016-07-25 11:22:03 +0200 |
commit | a6e8b23db1d3106d790a506c8e8277b1e638ddbd (patch) | |
tree | 8fa49bd6fd9074ab92f78bf7f5c1c08094638026 /testcases/features/sfc/sfc_tacker.bash | |
parent | 0f6c6171d514f6f7c3cb376bd40f20468a37bc41 (diff) |
Bug fix for SFC test case
The path is fixed in the sfc_tacker script, some minor bug fixes in sfc.py are
made and the "FAILED" messages are not handled by log.error instead of debug
Change-Id: I2facbd985c1c0c0cac3865504b1bf65940b7ce50
Signed-off-by: Manuel Buil <manuel.buil@ericsson.com>
Diffstat (limited to 'testcases/features/sfc/sfc_tacker.bash')
-rwxr-xr-x | testcases/features/sfc/sfc_tacker.bash | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testcases/features/sfc/sfc_tacker.bash b/testcases/features/sfc/sfc_tacker.bash index 8b53eeb7c..690d5f52e 100755 --- a/testcases/features/sfc/sfc_tacker.bash +++ b/testcases/features/sfc/sfc_tacker.bash @@ -1,5 +1,5 @@ #!/bin/bash -BASEDIR=`pwd` +BASEDIR=`dirname $0` #import VNF descriptor tacker vnfd-create --vnfd-file ${BASEDIR}/test-vnfd1.yaml |