diff options
author | Jim Hahn <jrh3@att.com> | 2021-07-13 12:05:59 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-07-13 12:05:59 +0000 |
commit | b7693cb482e80a836596d9ffaf50defc761c235d (patch) | |
tree | cca0630d855a5d0555100e6b14bade83286c5b11 /csit/xacml-pdp/tests | |
parent | 9a12d024fe42fd3c57477c513382c3b78983b9ce (diff) | |
parent | fa0661613294583be553a81350677852e1e41907 (diff) |
Merge "Check exit status of wait_topic in xacml-pdp CSIT"
Diffstat (limited to 'csit/xacml-pdp/tests')
-rw-r--r-- | csit/xacml-pdp/tests/xacml-pdp-test.robot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/csit/xacml-pdp/tests/xacml-pdp-test.robot b/csit/xacml-pdp/tests/xacml-pdp-test.robot index e19e0042..c88959d0 100644 --- a/csit/xacml-pdp/tests/xacml-pdp-test.robot +++ b/csit/xacml-pdp/tests/xacml-pdp-test.robot @@ -54,9 +54,9 @@ GetDefaultDecision DeployPolicies [Documentation] Runs Policy PAP to deploy a policy ${resp}= PerformPostRequest /policy/pap/v1/pdps/policies null ${POLICY_PAP_IP} 202 vCPE.policy.input.tosca.deploy.json ${CURDIR}/data - Sleep 5s ${result}= Run Process ${SCR_DMAAP}/wait_topic.sh POLICY-PDP-PAP ... responseTo xacml ACTIVE onap.restart.tca + Should Be Equal As Integers ${result.rc} 0 GetStatisticsAfterDeployed [Documentation] Verify policy xacml-pdp statistics after policy is deployed |