From 85680ab703fddb69486be1a91d9a2273661bdfc6 Mon Sep 17 00:00:00 2001 From: waynedunican Date: Wed, 6 Nov 2024 11:17:46 +0000 Subject: [PATCH] Fix directory name for s3p automation Issue-ID: POLICY-5149 Change-Id: I57b8691b3a66a67aab40506dac6f2d4c50e1641f Signed-off-by: waynedunican --- .github/workflows/gerrit-policy-api-performance.yaml | 4 ++-- testsuites/run-s3p-test.sh | 2 +- 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 -- 2.16.6