Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
synnefo
Commits
c148b295
Commit
c148b295
authored
Jun 18, 2013
by
Ilias Tsitsimpis
Browse files
burnin: Increase ping timeout
parent
04518c2e
Changes
1
Hide whitespace changes
Inline
Side-by-side
snf-tools/synnefo_tools/burnin.py
View file @
c148b295
...
...
@@ -1462,7 +1462,7 @@ class NetworkTestCase(unittest.TestCase):
myPass = self.password['A']
cmd = "if ping -c
2
-w
3
%s >/dev/null;
\
cmd = "if ping -c
7
-w
20
%s >/dev/null;
\
then echo
\'
True
\'
; fi;" % self.priv_ip["B"]
lines, status = _ssh_execute(
hostip, loginname, myPass, cmd)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment