diff options
-rwxr-xr-x | Testcases/RunTests.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Testcases/RunTests.sh b/Testcases/RunTests.sh index 8a915b9..d5ca99b 100755 --- a/Testcases/RunTests.sh +++ b/Testcases/RunTests.sh @@ -1,7 +1,7 @@ #!/bin/bash -PATH=${OVNO_COMMIT}/Testcases:$PATH -cd ${OVNO_COMMIT}/Testcases +PATH=/home/opnfv/ovno/Testcases:$PATH +cd /home/opnfv/ovno/Testcases # Create the config wrapper OCL_IP=`echo $OS_AUTH_URL | cut -d "/" -f3 | cut -d ":" -f1` |