diff options
author | rameshiyer27 <ramesh.murugan.iyer@est.tech> | 2023-10-11 13:30:38 +0100 |
---|---|---|
committer | rameshiyer27 <ramesh.murugan.iyer@est.tech> | 2023-10-11 15:21:18 +0100 |
commit | 27b75e445554999b1102f98934fb66578db31d2c (patch) | |
tree | 80c999a0fd33ec9ef832c4ac00148be1a3e27435 /testsuites/run-s3p-test.sh | |
parent | 9b0780e59376d20ae9044575ce9921fb7e6b519f (diff) |
Fix s3p script for api
Issue-ID: POLICY-4853
Signed-off-by: rameshiyer27 <ramesh.murugan.iyer@est.tech>
Change-Id: Ib110640ad0aff8479aa17dd46011501c682baa4d
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 1ff941c0..b3cc0024 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 $API_PERF_TEST_FILE; + bash start-s3p-tests.sh run $API_PERF_TEST_FILE api; elif [ $2 == "stability" ] then - bash start-s3p-tests.sh run $API_STAB_TEST_FILE; + bash start-s3p-tests.sh run $API_STAB_TEST_FILE api; else echo "echo Invalid arguments provided. Usage: $0 [option..] {performance | stability}" fi |