diff options
author | a.sreekumar <ajith.sreekumar@bell.ca> | 2021-02-18 16:24:58 +0000 |
---|---|---|
committer | Jim Hahn <jrh3@att.com> | 2021-02-18 16:17:21 -0500 |
commit | 5576a927ee2999f6bfa48219941c5c16693a9967 (patch) | |
tree | dfda8ac95491c78b62242e43008756f1a0e71e6e /tests/policy/drools-applications/drools-applications-test.robot | |
parent | 49679a66c9c84b0cfc2f0d0fbab5109c5dad3730 (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/drools-applications/drools-applications-test.robot')
-rw-r--r-- | tests/policy/drools-applications/drools-applications-test.robot | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/policy/drools-applications/drools-applications-test.robot b/tests/policy/drools-applications/drools-applications-test.robot index 0b73ccf8..2ab05810 100644 --- a/tests/policy/drools-applications/drools-applications-test.robot +++ b/tests/policy/drools-applications/drools-applications-test.robot @@ -122,7 +122,7 @@ DeployXacmlPolicies ${headers}= Create Dictionary Accept=application/json Content-Type=application/json ${resp}= Post Request policy /policy/pap/v1/pdps/deployments/batch data=${postjson} headers=${headers} Log Received response from pap ${resp.text} - Should Be Equal As Strings ${resp.status_code} 200 + Should Be Equal As Strings ${resp.status_code} 202 ${result}= Run Process ${SCR2}/wait_topic.sh POLICY-PDP-PAP ... responseTo xacml ACTIVE restart Log Received status ${result.stdout} @@ -140,7 +140,7 @@ DeployDroolsPolicies ${headers}= Create Dictionary Accept=application/json Content-Type=application/json ${resp}= Post Request policy /policy/pap/v1/pdps/deployments/batch data=${postjson} headers=${headers} Log Received response from pap ${resp.text} - Should Be Equal As Strings ${resp.status_code} 200 + Should Be Equal As Strings ${resp.status_code} 202 ${result}= Run Process ${SCR2}/wait_topic.sh POLICY-PDP-PAP ... responseTo drools ACTIVE Log Received status ${result.stdout} |