Fix issue where apex-pdp test is failing in gitlab 92/121292/1
authora.sreekumar <ajith.sreekumar@bell.ca>
Wed, 12 May 2021 16:32:01 +0000 (17:32 +0100)
committera.sreekumar <ajith.sreekumar@bell.ca>
Wed, 12 May 2021 16:32:08 +0000 (17:32 +0100)
commitb599e62ad4e142da77e0500068e198350454a1d2
treeaced6ef3dae79b024ced993618805f89d6107ab8
parent84f7dcdcae44d4b46c09dd6f0b5fdaec749c55f8
Fix issue where apex-pdp test is failing in gitlab

One of the testcases in APEX-PDP is failing only in gitlab,
but not failing in jenkins or local builds.
The reason is "/I/Dont/Exist*" is an invlaid path in jenkins etc,
but it is valid in gitlab somehow.

Changing this to "/I/Dont/Exist\0" so that the path is invalid
irrespective of the build platform.

Change-Id: I42bbc9ae21f0d827082f446f8dd416dcc10349e2
Issue-ID: POLICY-3306
Signed-off-by: a.sreekumar <ajith.sreekumar@bell.ca>
testsuites/performance/performance-benchmark-test/src/test/java/org/onap/policy/apex/testsuites/performance/benchmark/eventgenerator/EventGeneratorTest.java