Remove duplicated word
We print "%s success", so there's too much success going on.
This commit is contained in:
parent
bcbcac3bd8
commit
ca3078de5f
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ class ActionModule(ActionBase):
|
||||||
self.do_until_success_or_timeout(self._connection.transport_test, timeout, connect_timeout, what_desc="connection port up", sleep=sleep)
|
self.do_until_success_or_timeout(self._connection.transport_test, timeout, connect_timeout, what_desc="connection port up", sleep=sleep)
|
||||||
|
|
||||||
# Use the ping module test to determine end-to-end connectivity
|
# Use the ping module test to determine end-to-end connectivity
|
||||||
self.do_until_success_or_timeout(ping_module_test, timeout, connect_timeout, what_desc="ping module test success", sleep=sleep)
|
self.do_until_success_or_timeout(ping_module_test, timeout, connect_timeout, what_desc="ping module test", sleep=sleep)
|
||||||
|
|
||||||
except TimedOutException as e:
|
except TimedOutException as e:
|
||||||
result['failed'] = True
|
result['failed'] = True
|
||||||
|
|
Loading…
Reference in a new issue