Fix stability and performance tests
Issue-ID: POLICY-4840
Change-Id: I88bdb3945beaaef79a10f652ce0e9f974c6168ef
Signed-off-by: saul.gill <saul.gill@est.tech>
diff --git a/testsuites/run-s3p-test.sh b/testsuites/run-s3p-test.sh
index cec230e..9a4d044 100755
--- a/testsuites/run-s3p-test.sh
+++ b/testsuites/run-s3p-test.sh
@@ -35,10 +35,10 @@
if [ $2 == "performance" ]
then
- bash start-s3p-tests.sh run $ACM_PERF_TEST_FILE clamp;
+ bash start-s3p-tests.sh run $ACM_PERF_TEST_FILE;
elif [ $2 == "stability" ]
then
- bash start-s3p-tests.sh run $ACM_STAB_TEST_FILE clamp;
+ bash start-s3p-tests.sh run $ACM_STAB_TEST_FILE;
else
echo "echo Invalid arguments provided. Usage: $0 [option..] {performance | stability}"
fi