From 513ca96fb0d4051552319b6ab209f7afda38468f Mon Sep 17 00:00:00 2001 From: waynedunican Date: Thu, 21 Nov 2024 09:04:42 +0000 Subject: Fix weekly S3P tests Issue-ID: POLICY-5151 Change-Id: Ibc1f468c85f59dee3e574fb7d6dd3ace122b76dd Signed-off-by: waynedunican --- testsuites/run-s3p-test.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'testsuites/run-s3p-test.sh') 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 - -- cgit 1.2.3-korg