Fix run-s3p-test.sh 41/136141/1
authorsaul.gill <saul.gill@est.tech>
Wed, 11 Oct 2023 12:54:22 +0000 (13:54 +0100)
committersaul.gill <saul.gill@est.tech>
Wed, 11 Oct 2023 12:54:26 +0000 (13:54 +0100)
Add missing arg in script

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

index b654c14..1177140 100755 (executable)
@@ -35,10 +35,10 @@ then
 
   if [ $2 == "performance" ]
   then
-    bash start-s3p-tests.sh run $APEX_PERF_TEST_FILE;
+    bash start-s3p-tests.sh run $APEX_PERF_TEST_FILE apex-pdp;
   elif [ $2 == "stability" ]
   then
-    bash start-s3p-tests.sh run $APEX_STAB_TEST_FILE;
+    bash start-s3p-tests.sh run $APEX_STAB_TEST_FILE apex-pdp;
   else
     echo "echo Invalid arguments provided. Usage: $0 [option..] {performance | stability}"
   fi