aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdheli Tavares <adheli.tavares@est.tech>2023-10-12 08:31:24 +0000
committerGerrit Code Review <gerrit@onap.org>2023-10-12 08:31:24 +0000
commitcfaf1d110cae9a4bdf31a93dc26f6186143c1858 (patch)
tree64d179590fa33d89ab57f22986b190cc29ee9e9b
parenteeba72bb6669b23b89bb945586629168286f1730 (diff)
parent27b75e445554999b1102f98934fb66578db31d2c (diff)
Merge "Fix s3p script for api"
-rwxr-xr-xtestsuites/run-s3p-test.sh4
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