aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRam Krishna Verma <ram_krishna.verma@bell.ca>2021-05-11 09:22:43 -0400
committerRam Krishna Verma <ram_krishna.verma@bell.ca>2021-05-11 19:15:57 +0000
commit00d28863ba98229575cd0ba38864c8e2eb7f5461 (patch)
treeafaf38cbe52623d29782928ba3e6608ea3c2e82a
parent048d36d39585d0a403ab8167dee46507212c2326 (diff)
Fix xacml-pdp csit test cases
In the recent runs, it was found that get statitcs might take few seconds longer after the actual deployment of policies. So, increasing the "max" wait time for the test cases to 1 min. And it won't slow down the tests as the check will be made every 15 sec to verify if the assertions are passing. The moment they pass, it will move on. Issue-ID: POLICY-3257 Change-Id: I505c6e95e78a35b8bf1ee9921efbfcb4bd4874fb Signed-off-by: Ram Krishna Verma <ram_krishna.verma@bell.ca> (cherry picked from commit 5503f7127cb02d6bfa02f432ca263bbdc72a5bfa)
-rw-r--r--csit/tests/xacml-pdp-test.robot24
1 files changed, 12 insertions, 12 deletions
diff --git a/csit/tests/xacml-pdp-test.robot b/csit/tests/xacml-pdp-test.robot
index 4dff5275..97c4cb30 100644
--- a/csit/tests/xacml-pdp-test.robot
+++ b/csit/tests/xacml-pdp-test.robot
@@ -22,18 +22,18 @@ MakeTopics
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
- Wait Until Keyword Succeeds 0 min 15 sec GetDefaultDecision
- Wait Until Keyword Succeeds 0 min 15 sec DeployPolicies
- Wait Until Keyword Succeeds 0 min 15 sec GetStatisticsAfterDeployed
- Wait Until Keyword Succeeds 0 min 15 sec GetAbbreviatedDecisionResult
- Wait Until Keyword Succeeds 0 min 15 sec GetMonitoringDecision
- Wait Until Keyword Succeeds 0 min 15 sec GetNamingDecision
- Wait Until Keyword Succeeds 0 min 15 sec GetOptimizationDecision
- Wait Until Keyword Succeeds 0 min 15 sec GetStatisticsAfterDecision
- Wait Until Keyword Succeeds 0 min 15 sec UndeployMonitorPolicy
- Wait Until Keyword Succeeds 0 min 15 sec GetStatisticsAfterUndeploy
+ Wait Until Keyword Succeeds 1 min 15 sec CreateMonitorPolicy
+ Wait Until Keyword Succeeds 1 min 15 sec CreateOptimizationPolicy
+ Wait Until Keyword Succeeds 1 min 15 sec GetDefaultDecision
+ Wait Until Keyword Succeeds 1 min 15 sec DeployPolicies
+ Wait Until Keyword Succeeds 1 min 15 sec GetStatisticsAfterDeployed
+ Wait Until Keyword Succeeds 1 min 15 sec GetAbbreviatedDecisionResult
+ Wait Until Keyword Succeeds 1 min 15 sec GetMonitoringDecision
+ Wait Until Keyword Succeeds 1 min 15 sec GetNamingDecision
+ Wait Until Keyword Succeeds 1 min 15 sec GetOptimizationDecision
+ Wait Until Keyword Succeeds 1 min 15 sec GetStatisticsAfterDecision
+ Wait Until Keyword Succeeds 1 min 15 sec UndeployMonitorPolicy
+ Wait Until Keyword Succeeds 1 min 15 sec GetStatisticsAfterUndeploy
*** Keywords ***