X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=tests%2Fpolicy%2Fxacml-pdp%2Fxacml-pdp-test.robot;fp=tests%2Fpolicy%2Fxacml-pdp%2Fxacml-pdp-test.robot;h=6e2fa008e7e2f2ef59a2828c1d58df8e029c17bd;hb=2d9492198ab10f8fd974210bc93942fe2ff21a1c;hp=250e01f1f815ef0e072513a0ce58355103e025eb;hpb=9c41697bdcef2eddd9af6436f3feb5821c238b44;p=integration%2Fcsit.git diff --git a/tests/policy/xacml-pdp/xacml-pdp-test.robot b/tests/policy/xacml-pdp/xacml-pdp-test.robot index 250e01f1..6e2fa008 100644 --- a/tests/policy/xacml-pdp/xacml-pdp-test.robot +++ b/tests/policy/xacml-pdp/xacml-pdp-test.robot @@ -2,6 +2,7 @@ Library Collections Library RequestsLibrary Library OperatingSystem +Library Process Library json *** Test Cases *** @@ -27,6 +28,11 @@ Statistics Should Be Equal As Strings ${resp.status_code} 200 Should Be Equal As Strings ${resp.json()['code']} 200 +MakeTopics + [Documentation] Creates the Policy topics + ${result}= Run Process ${SCR_DMAAP}/make_topic.sh POLICY-PDP-PAP + Should Be Equal As Integers ${result.rc} 0 + ExecuteXacmlPolicy Wait Until Keyword Succeeds 0 min 15 sec CreateMonitorPolicy Wait Until Keyword Succeeds 0 min 15 sec CreateOptimizationPolicy @@ -78,6 +84,8 @@ DeployPolicies Log Received response from policy5 ${resp.text} ${postjsonobject} To Json ${postjson} Should Be Equal As Strings ${resp.status_code} 200 + ${result}= Run Process ${SCR_DMAAP}/wait_topic.sh POLICY-PDP-PAP + ... responseTo xacml ACTIVE onap.restart.tca GetStatisticsAfterDeployed [Documentation] Runs Policy Xacml PDP Statistics after policy is deployed