summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwaynedunican <wayne.dunican@est.tech>2024-11-06 11:17:46 +0000
committerwaynedunican <wayne.dunican@est.tech>2024-11-07 13:19:05 +0000
commit85680ab703fddb69486be1a91d9a2273661bdfc6 (patch)
treeee89aa6a7923c7f05b0a7b26ceb26b538221d922
parent0fc9d4058c9e9b580f70d3595c5ea73d3130654a (diff)
Fix directory name for s3p automation
Issue-ID: POLICY-5149 Change-Id: I57b8691b3a66a67aab40506dac6f2d4c50e1641f Signed-off-by: waynedunican <wayne.dunican@est.tech>
-rw-r--r--.github/workflows/gerrit-policy-api-performance.yaml4
-rwxr-xr-xtestsuites/run-s3p-test.sh2
2 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/gerrit-policy-api-performance.yaml b/.github/workflows/gerrit-policy-api-performance.yaml
index 47f436cd..96698f75 100644
--- a/.github/workflows/gerrit-policy-api-performance.yaml
+++ b/.github/workflows/gerrit-policy-api-performance.yaml
@@ -64,11 +64,11 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: policy-api-s3p-results
- path: ${{ github.workspace }}/testsuites/automate-performance/s3pTestResults.jtl
+ path: ${{ github.workspace }}/testsuites/automate-s3p-test/s3pTestResults.jtl
- name: Archive JMeter logs
uses: actions/upload-artifact@v4
with:
name: policy-api-s3p-jmeter-log
- path: ${{ github.workspace }}/testsuites/automate-performance/jmeter.log
+ path: ${{ github.workspace }}/testsuites/automate-s3p-test/jmeter.log
diff --git a/testsuites/run-s3p-test.sh b/testsuites/run-s3p-test.sh
index b3cc0024..bee3a44b 100755
--- a/testsuites/run-s3p-test.sh
+++ b/testsuites/run-s3p-test.sh
@@ -29,7 +29,7 @@ export API_STAB_TEST_FILE=$TESTDIR/stability/src/main/resources/testplans/policy
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