Fix directory name for s3p automation 37/139337/3
authorwaynedunican <wayne.dunican@est.tech>
Wed, 6 Nov 2024 11:17:46 +0000 (11:17 +0000)
committerwaynedunican <wayne.dunican@est.tech>
Thu, 7 Nov 2024 13:19:05 +0000 (13:19 +0000)
Issue-ID: POLICY-5149
Change-Id: I57b8691b3a66a67aab40506dac6f2d4c50e1641f
Signed-off-by: waynedunican <wayne.dunican@est.tech>
.github/workflows/gerrit-policy-api-performance.yaml
testsuites/run-s3p-test.sh

index 47f436c..96698f7 100644 (file)
@@ -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
 
index b3cc002..bee3a44 100755 (executable)
@@ -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