diff options
author | 2025-04-24 14:31:34 +0100 | |
---|---|---|
committer | 2025-04-24 15:09:53 +0100 | |
commit | 09a6dbaf6f9adfecc895b2be5227ba2fde26f97f (patch) | |
tree | 5d0e7d68193ac2801554605608eae23f6b2b6332 /testsuites/stability/src | |
parent | d6451e56a26664871ff5afd458063eb5cf98b230 (diff) |
Issue-ID: POLICY-5346
Change-Id: I3677ab33ec3c26e4da2bfee887117bfd32ba6b94
Signed-off-by: waynedunican <wayne.dunican@est.tech>
Diffstat (limited to 'testsuites/stability/src')
-rw-r--r-- | testsuites/stability/src/main/resources/s3p.jmx | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/testsuites/stability/src/main/resources/s3p.jmx b/testsuites/stability/src/main/resources/s3p.jmx index cde152771..6311f61dd 100644 --- a/testsuites/stability/src/main/resources/s3p.jmx +++ b/testsuites/stability/src/main/resources/s3p.jmx @@ -1,4 +1,21 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + ============LICENSE_START======================================================= + ONAP Policy Drools Applications + ================================================================================ + Copyright (C) 2025 OpenInfra Foundation Europe. All rights reserved. + ================================================================================ + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + http://www.apache.org/licenses/LICENSE-2.0 + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + ============LICENSE_END========================================================= + --> <jmeterTestPlan version="1.2" properties="5.0" jmeter="5.6.3"> <hashTree> <TestPlan guiclass="TestPlanGui" testclass="TestPlan" testname="PDP-D Stability"> @@ -47,7 +64,7 @@ </elementProp> <elementProp name="duration" elementType="Argument"> <stringProp name="Argument.name">duration</stringProp> - <stringProp name="Argument.value">259200</stringProp> + <stringProp name="Argument.value">3600</stringProp> <stringProp name="Argument.metadata">=</stringProp> </elementProp> <elementProp name="HTTP" elementType="Argument"> |