Fix run-s3p-test.sh 39/136139/1
authorsaul.gill <saul.gill@est.tech>
Wed, 11 Oct 2023 12:58:56 +0000 (13:58 +0100)
committersaul.gill <saul.gill@est.tech>
Wed, 11 Oct 2023 12:58:59 +0000 (13:58 +0100)
Add missing arg in script

Issue-ID: POLICY-4853
Change-Id: I33a249977194beff13ed704273f65fddedf09f11
Signed-off-by: saul.gill <saul.gill@est.tech>
testsuites/run-s3p-test.sh

index a945321..9157607 100755 (executable)
@@ -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