X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=testsuites%2Frun-s3p-test.sh;h=915760701093b2c97429440b405e016b0c675704;hb=cc661bcef2f7219f3e34e65d99b99780f8c3c391;hp=a9453212b1543123adb212a69e31363116f18988;hpb=42c18ef1c6506e63151b55a96d90362da9fbda63;p=policy%2Fpap.git diff --git a/testsuites/run-s3p-test.sh b/testsuites/run-s3p-test.sh index a9453212..91576070 100755 --- a/testsuites/run-s3p-test.sh +++ b/testsuites/run-s3p-test.sh @@ -35,10 +35,10 @@ then if [ $2 == "performance" ] then - bash start-s3p-tests.sh run $PAP_PERF_TEST_FILE; + bash start-s3p-tests.sh run $PAP_PERF_TEST_FILE pap; elif [ $2 == "stability" ] then - bash start-s3p-tests.sh run $PAP_STAB_TEST_FILE; + bash start-s3p-tests.sh run $PAP_STAB_TEST_FILE pap; else echo "echo Invalid arguments provided. Usage: $0 [option..] {performance | stability}" fi