aboutsummaryrefslogtreecommitdiffstats
path: root/tests/policy/apex-pdp/apex-pdp-test.robot
diff options
context:
space:
mode:
authora.sreekumar <ajith.sreekumar@bell.ca>2021-02-18 16:24:58 +0000
committerJim Hahn <jrh3@att.com>2021-02-18 16:17:21 -0500
commit5576a927ee2999f6bfa48219941c5c16693a9967 (patch)
treedfda8ac95491c78b62242e43008756f1a0e71e6e /tests/policy/apex-pdp/apex-pdp-test.robot
parent49679a66c9c84b0cfc2f0d0fbab5109c5dad3730 (diff)
Update CSIT to check for 202 response during PAP Deployment
Xacml pdp-type is now configurable - added it to the config file. Change-Id: I026f62efb8eb07b4e4ca42cf34f8ca2af9662df6 Issue-ID: POLICY-2526 Signed-off-by: a.sreekumar <ajith.sreekumar@bell.ca> Signed-off-by: Jim Hahn <jrh3@att.com>
Diffstat (limited to 'tests/policy/apex-pdp/apex-pdp-test.robot')
-rw-r--r--tests/policy/apex-pdp/apex-pdp-test.robot2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/policy/apex-pdp/apex-pdp-test.robot b/tests/policy/apex-pdp/apex-pdp-test.robot
index 9fdbc12e..54838a39 100644
--- a/tests/policy/apex-pdp/apex-pdp-test.robot
+++ b/tests/policy/apex-pdp/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