Skip to content

Commit

Permalink
Merge pull request apache#1473 from remibergsma/47_bump_test_loadbala…
Browse files Browse the repository at this point in the history
…nce_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 <williamstevens@gmail.com>
  • Loading branch information
swill committed May 2, 2016
2 parents 62d9f44 + b32c056 commit 987e800
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/smoke/test_loadbalance.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ def try_ssh(self, ip_addr, unameCmd):
self.services['lbrule']["publicport"],
self.vm_1.username,
self.vm_1.password,
retries=5
retries=10
)
unameCmd.append(ssh_1.execute("uname")[0])
self.debug(unameCmd)
Expand Down

0 comments on commit 987e800

Please sign in to comment.