aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Hahn <jrh3@att.com>2021-03-10 16:01:12 +0000
committerGerrit Code Review <gerrit@onap.org>2021-03-10 16:01:12 +0000
commitc24da430e8cc895a40734760ca6a9bb5717afac4 (patch)
treecc851fa5a4ae0f041ffd2f7b2e571033bb8b398f
parent9262ad50b236a7447cf1b7b43fff80d89dfd7293 (diff)
parentd20531dea8f5c7e82f8c639a57767c8dbd859089 (diff)
Merge "add a sleep 5 sec for robot"
-rw-r--r--csit/tests/xacml-pdp-test.robot1
1 files changed, 1 insertions, 0 deletions
diff --git a/csit/tests/xacml-pdp-test.robot b/csit/tests/xacml-pdp-test.robot
index 03b0ca7a..9fd4ed25 100644
--- a/csit/tests/xacml-pdp-test.robot
+++ b/csit/tests/xacml-pdp-test.robot
@@ -81,6 +81,7 @@ DeployPolicies
${session}= Create Session policy https://${POLICY_PAP_IP}:6969 auth=${auth}
${headers}= Create Dictionary Accept=application/json Content-Type=application/json
${resp}= Post Request policy /policy/pap/v1/pdps/policies data=${postjson} headers=${headers}
+ Sleep 5s
Log Received response from policy5 ${resp.text}
${postjsonobject} To Json ${postjson}
Should Be Equal As Strings ${resp.status_code} 202