Fix s3p script for api 45/136145/1
authorrameshiyer27 <ramesh.murugan.iyer@est.tech>
Wed, 11 Oct 2023 12:30:38 +0000 (13:30 +0100)
committerrameshiyer27 <ramesh.murugan.iyer@est.tech>
Wed, 11 Oct 2023 14:21:18 +0000 (15:21 +0100)
Issue-ID: POLICY-4853
Signed-off-by: rameshiyer27 <ramesh.murugan.iyer@est.tech>
Change-Id: Ib110640ad0aff8479aa17dd46011501c682baa4d

testsuites/run-s3p-test.sh

index 1ff941c..b3cc002 100755 (executable)
@@ -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