File tree Expand file tree Collapse file tree 2 files changed +12
-8
lines changed
integration-tests/robot/tests/zookeeper Expand file tree Collapse file tree 2 files changed +12
-8
lines changed Original file line number Diff line number Diff line change @@ -6,15 +6,17 @@ ${ADMIN_PASSWORD} admin
66${USERNAME } user123
77${PASSWORD } pwd123
88${ACL_VALUE } ACL
9+ ${SUITE_RETRY_TIME } 2min
10+ ${SUITE_RETRY_INTERVAL } 10s
911
1012*** Settings ***
1113Library String
1214Library Collections
13- Library RetryFailed
15+ Library RetryFailed
1416Resource ../../shared/keywords.robot
15- Suite Setup Setup
16- Suite Teardown Cleanup
17- Test Teardown Run Keyword If Test Failed Sleep 5s
17+ Suite Setup Wait Until Keyword Succeeds ${ SUITE_RETRY_TIME } ${ SUITE_RETRY_INTERVAL } Setup
18+ Suite Teardown Wait Until Keyword Succeeds ${ SUITE_RETRY_TIME } ${ SUITE_RETRY_INTERVAL } Cleanup
19+ Test Teardown Run Keyword If Test Failed Sleep 5s
1820
1921*** Keywords ***
2022Setup
Original file line number Diff line number Diff line change @@ -6,15 +6,17 @@ ${ZOOKEEPER_ADMIN_PASSWORD} %{ZOOKEEPER_ADMIN_PASSWORD}
66${ZOOKEEPER_CLIENT_USERNAME } %{ZOOKEEPER_CLIENT_USERNAME }
77${ZOOKEEPER_CLIENT_PASSWORD } %{ZOOKEEPER_CLIENT_PASSWORD }
88${ACL_VALUE } ACL
9+ ${SUITE_RETRY_TIME } 2min
10+ ${SUITE_RETRY_INTERVAL } 10s
911
1012*** Settings ***
1113Library String
1214Library Collections
13- Library RetryFailed
15+ Library RetryFailed
1416Resource ../../shared/keywords.robot
15- Suite Setup Setup
16- Suite Teardown Cleanup
17- Test Teardown Run Keyword If Test Failed Sleep 5s
17+ Suite Setup Wait Until Keyword Succeeds ${ SUITE_RETRY_TIME } ${ SUITE_RETRY_INTERVAL } Setup
18+ Suite Teardown Wait Until Keyword Succeeds ${ SUITE_RETRY_TIME } ${ SUITE_RETRY_INTERVAL } Cleanup
19+ Test Teardown Run Keyword If Test Failed Sleep 5s
1820
1921*** Keywords ***
2022Setup
You can’t perform that action at this time.
0 commit comments