diff options
author | 2024-11-21 09:04:42 +0000 | |
---|---|---|
committer | 2024-11-21 15:27:54 +0000 | |
commit | 513ca96fb0d4051552319b6ab209f7afda38468f (patch) | |
tree | 96fb2f43ec5f6cb4121d161d6e75af848794e3a8 /testsuites/run-s3p-test.sh | |
parent | 3c7ae72cf52b7bbc0392c828d34fc925ba04ef1b (diff) |
Fix weekly S3P tests
Issue-ID: POLICY-5151
Change-Id: Ibc1f468c85f59dee3e574fb7d6dd3ace122b76dd
Signed-off-by: waynedunican <wayne.dunican@est.tech>
Diffstat (limited to 'testsuites/run-s3p-test.sh')
-rwxr-xr-x | testsuites/run-s3p-test.sh | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/testsuites/run-s3p-test.sh b/testsuites/run-s3p-test.sh index 1177140df..942bdf456 100755 --- a/testsuites/run-s3p-test.sh +++ b/testsuites/run-s3p-test.sh @@ -1,6 +1,6 @@ #!/bin/bash # ============LICENSE_START======================================================= -# Copyright (C) 2023 Nordix Foundation. All rights reserved. +# Copyright (C) 2023-2024 Nordix Foundation. All rights reserved. # ================================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -29,7 +29,7 @@ export APEX_STAB_TEST_FILE=$TESTDIR/apex-pdp-stability/src/main/resources/apexPd if [ $1 == "run" ] then - mkdir automate-performance;cd automate-performance; + mkdir automate-s3p-test;cd automate-s3p-test; git clone "https://gerrit.onap.org/r/policy/docker" cd docker/csit @@ -46,4 +46,3 @@ then else echo "Invalid arguments provided. Usage: $0 [option..] {run | uninstall}" fi - |