From: rameshiyer27 Date: Wed, 11 Oct 2023 12:30:38 +0000 (+0100) Subject: Fix s3p script for api X-Git-Tag: 3.0.1~3^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=27b75e445554999b1102f98934fb66578db31d2c;p=policy%2Fapi.git Fix s3p script for api Issue-ID: POLICY-4853 Signed-off-by: rameshiyer27 Change-Id: Ib110640ad0aff8479aa17dd46011501c682baa4d --- diff --git a/testsuites/run-s3p-test.sh b/testsuites/run-s3p-test.sh index 1ff941c0..b3cc0024 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 $API_PERF_TEST_FILE; + bash start-s3p-tests.sh run $API_PERF_TEST_FILE api; elif [ $2 == "stability" ] then - bash start-s3p-tests.sh run $API_STAB_TEST_FILE; + bash start-s3p-tests.sh run $API_STAB_TEST_FILE api; else echo "echo Invalid arguments provided. Usage: $0 [option..] {performance | stability}" fi