aboutsummaryrefslogtreecommitdiffstats
path: root/csit
diff options
context:
space:
mode:
authora.sreekumar <ajith.sreekumar@bell.ca>2021-02-18 15:51:32 +0000
committerAjith Sreekumar <ajith.sreekumar@bell.ca>2021-02-18 17:57:56 +0000
commitb5979be3371f7647182e9f63fb1e26d4795ec39c (patch)
tree28230df4d83fe2a0dd22df5e0a4fceffece0b77f /csit
parent4e05982e36aa66b83fa0ee44b9631412442c3969 (diff)
Update CSIT to check for 202 response during PAP Deployment
Change-Id: I947207f10cfd3bc54193ee7c8d356ad40587f072 Issue-ID: POLICY-2526 Signed-off-by: a.sreekumar <ajith.sreekumar@bell.ca>
Diffstat (limited to 'csit')
-rw-r--r--csit/tests/apex-pdp-test.robot2
1 files changed, 1 insertions, 1 deletions
diff --git a/csit/tests/apex-pdp-test.robot b/csit/tests/apex-pdp-test.robot
index 9fdbc12e6..54838a399 100644
--- a/csit/tests/apex-pdp-test.robot
+++ b/csit/tests/apex-pdp-test.robot
@@ -48,7 +48,7 @@ DeployPolicy
${resp}= Post Request policy /policy/pap/v1/pdps/deployments/batch data=${postjson} headers=${headers}
Log Received response from policy5 ${resp.text}
${postjsonobject} To Json ${postjson}
- Should Be Equal As Strings ${resp.status_code} 200
+ Should Be Equal As Strings ${resp.status_code} 202
RunEventOnApexEngine
Create Session apexSession http://${APEX_IP}:23324 max_retries=1