Merge "Fix s3p script for api"
authorAdheli Tavares <adheli.tavares@est.tech>
Thu, 12 Oct 2023 08:31:24 +0000 (08:31 +0000)
committerGerrit Code Review <gerrit@onap.org>
Thu, 12 Oct 2023 08:31:24 +0000 (08:31 +0000)
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