diff options
author | waqas.ikram <waqas.ikram@ericsson.com> | 2018-05-11 21:45:23 +0100 |
---|---|---|
committer | Jorge Hernandez <jh1730@att.com> | 2018-05-12 15:25:44 +0000 |
commit | d87e09acbd1e1802f1bf5f37a413cef6a81ee126 (patch) | |
tree | de80afb372ee5d260e77b263bbe2d3ec8fcd4d54 | |
parent | 04650bbf354dd2c7c1880a92a8ee6d548ae9f074 (diff) |
Fix error stability test jmx file
Change-Id: Ideb306e12b5cd8e65f2a894371942aeff1ddfebc
Issue-ID: POLICY-525
Signed-off-by: waqas.ikram <waqas.ikram@ericsson.com>
-rw-r--r-- | testsuites/stability/src/main/resources/amsterdam/droolsPdpStabilityTestPlan.jmx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuites/stability/src/main/resources/amsterdam/droolsPdpStabilityTestPlan.jmx b/testsuites/stability/src/main/resources/amsterdam/droolsPdpStabilityTestPlan.jmx index 0dc2cca2d..570fe0a04 100644 --- a/testsuites/stability/src/main/resources/amsterdam/droolsPdpStabilityTestPlan.jmx +++ b/testsuites/stability/src/main/resources/amsterdam/droolsPdpStabilityTestPlan.jmx @@ -1,3 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> <!-- ============LICENSE_START======================================================= stability @@ -17,8 +18,7 @@ limitations under the License. ============LICENSE_END========================================================= --> - -<?xml version="1.0" encoding="UTF-8"?> + <jmeterTestPlan version="1.2" properties="4.0" jmeter="4.0 r1823414"> <hashTree> <TestPlan guiclass="TestPlanGui" testclass="TestPlan" testname="DROOLS PDP STABILITY TEST PLAN" enabled="true"> |