diff options
author | jhh <jorge.hernandez-herrero@att.com> | 2021-03-29 15:41:55 -0500 |
---|---|---|
committer | jhh <jorge.hernandez-herrero@att.com> | 2021-03-29 15:41:55 -0500 |
commit | 96503deee83e83dbc5f9d44c91ed6f27535463bf (patch) | |
tree | 7ec95d0433f535924690c34a7c91b9d2c3491b11 /testsuites/stability/src/main/resources | |
parent | 4e9855e3f7605d996a10c9ce23f52e0d3ab35977 (diff) |
Change pap deploy response code to 202 for jmeter
Issue-ID: POLICY-3108
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
Change-Id: I04ef297c2a7941dd2d174ce2ce95337c0776efa4
Diffstat (limited to 'testsuites/stability/src/main/resources')
-rw-r--r-- | testsuites/stability/src/main/resources/testplans/stability.jmx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/testsuites/stability/src/main/resources/testplans/stability.jmx b/testsuites/stability/src/main/resources/testplans/stability.jmx index 10575601..d59ebaf4 100644 --- a/testsuites/stability/src/main/resources/testplans/stability.jmx +++ b/testsuites/stability/src/main/resources/testplans/stability.jmx @@ -971,7 +971,7 @@ <hashTree/> <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Response Assertion" enabled="true"> <collectionProp name="Asserion.test_strings"> - <stringProp name="49586">200</stringProp> + <stringProp name="49588">202</stringProp> </collectionProp> <stringProp name="Assertion.custom_message"></stringProp> <stringProp name="Assertion.test_field">Assertion.response_code</stringProp> @@ -1022,7 +1022,7 @@ <hashTree/> <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Response Assertion" enabled="true"> <collectionProp name="Asserion.test_strings"> - <stringProp name="49586">200</stringProp> + <stringProp name="49588">202</stringProp> </collectionProp> <stringProp name="Assertion.custom_message"></stringProp> <stringProp name="Assertion.test_field">Assertion.response_code</stringProp> @@ -1073,7 +1073,7 @@ <hashTree/> <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Response Assertion" enabled="true"> <collectionProp name="Asserion.test_strings"> - <stringProp name="49586">200</stringProp> + <stringProp name="49588">202</stringProp> </collectionProp> <stringProp name="Assertion.custom_message"></stringProp> <stringProp name="Assertion.test_field">Assertion.response_code</stringProp> @@ -1124,7 +1124,7 @@ <hashTree/> <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Response Assertion" enabled="true"> <collectionProp name="Asserion.test_strings"> - <stringProp name="49586">200</stringProp> + <stringProp name="49588">202</stringProp> </collectionProp> <stringProp name="Assertion.custom_message"></stringProp> <stringProp name="Assertion.test_field">Assertion.response_code</stringProp> |