diff options
-rw-r--r-- | .github/workflows/gerrit-policy-api-performance.yaml | 4 | ||||
-rwxr-xr-x | 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 |