Fix run-s3p-test.sh 38/136138/1
authorsaul.gill <saul.gill@est.tech>
Wed, 11 Oct 2023 12:51:24 +0000 (13:51 +0100)
committersaul.gill <saul.gill@est.tech>
Wed, 11 Oct 2023 12:51:30 +0000 (13:51 +0100)
Add missing arg in script

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

index 9a4d044..cec230e 100755 (executable)
@@ -35,10 +35,10 @@ then
 
   if [ $2 == "performance" ]
   then
-    bash start-s3p-tests.sh run $ACM_PERF_TEST_FILE;
+    bash start-s3p-tests.sh run $ACM_PERF_TEST_FILE clamp;
   elif [ $2 == "stability" ]
   then
-    bash start-s3p-tests.sh run $ACM_STAB_TEST_FILE;
+    bash start-s3p-tests.sh run $ACM_STAB_TEST_FILE clamp;
   else
     echo "echo Invalid arguments provided. Usage: $0 [option..] {performance | stability}"
   fi