From 5576a927ee2999f6bfa48219941c5c16693a9967 Mon Sep 17 00:00:00 2001 From: "a.sreekumar" Date: Thu, 18 Feb 2021 16:24:58 +0000 Subject: 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 Signed-off-by: Jim Hahn --- tests/policy/apex-pdp/apex-pdp-test.robot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/policy/apex-pdp') 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 -- cgit 1.2.3-korg