diff options
author | saul.gill <saul.gill@est.tech> | 2023-10-20 12:06:52 +0100 |
---|---|---|
committer | saul.gill <saul.gill@est.tech> | 2023-10-24 15:42:15 +0100 |
commit | babdc373f453258794b29ab6f872d0c20b59d471 (patch) | |
tree | 6b8a23c97ceb207078788a75c7809475a54fe395 /testsuites/run-s3p-test.sh | |
parent | 73bdb4b3d657c9187d817f7c0691983916268075 (diff) |
Fix stability and performance tests
Issue-ID: POLICY-4840
Change-Id: I88bdb3945beaaef79a10f652ce0e9f974c6168ef
Signed-off-by: saul.gill <saul.gill@est.tech>
Diffstat (limited to 'testsuites/run-s3p-test.sh')
-rwxr-xr-x | testsuites/run-s3p-test.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuites/run-s3p-test.sh b/testsuites/run-s3p-test.sh index cec230e30..9a4d044f0 100755 --- a/testsuites/run-s3p-test.sh +++ b/testsuites/run-s3p-test.sh @@ -35,10 +35,10 @@ then 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 |