Skip to content

Commit 987e800

Browse files
committed
Merge pull request #1473 from remibergsma/47_bump_test_loadbalance_retries
Bump ssh retries to prevent false positives of test_loadbalanceNo more false positives after this change. ``` [root@cs1 integration]# cat /tmp//MarvinLogs/test_loadbalance_TR5RJD/results.txt Test to create Load balancing rule with source NAT ... === TestName: test_01_create_lb_rule_src_nat | Status : SUCCESS === ok Test to create Load balancing rule with non source NAT ... === TestName: test_02_create_lb_rule_non_nat | Status : SUCCESS === ok Test for assign & removing load balancing rule ... === TestName: test_assign_and_removal_lb | Status : SUCCESS === ok ---------------------------------------------------------------------- Ran 3 tests in 930.418s OK ``` * pr/1473: bump ssh retries to prevent false positives of test_loadbalance Signed-off-by: Will Stevens <[email protected]>
2 parents 62d9f44 + b32c056 commit 987e800

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/smoke/test_loadbalance.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ def try_ssh(self, ip_addr, unameCmd):
134134
self.services['lbrule']["publicport"],
135135
self.vm_1.username,
136136
self.vm_1.password,
137-
retries=5
137+
retries=10
138138
)
139139
unameCmd.append(ssh_1.execute("uname")[0])
140140
self.debug(unameCmd)

0 commit comments

Comments
 (0)