Issue-ID: POLICY-5149
Change-Id: I57b8691b3a66a67aab40506dac6f2d4c50e1641f
Signed-off-by: waynedunican <wayne.dunican@est.tech>
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
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