Code Review
/
yardstick.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
27e254c
)
Increase Ping scenario ssh timeout limit to 600 seconds
31/19631/2
author
JingLu5
<lvjing5@huawei.com>
Fri, 26 Aug 2016 04:34:01 +0000
(12:34 +0800)
committer
JingLu5
<lvjing5@huawei.com>
Fri, 26 Aug 2016 05:47:20 +0000
(13:47 +0800)
Change-Id: Ide4b8527d28e8d2ceee43b3b90552abbdc2b31cc
Signed-off-by: JingLu5 <lvjing5@huawei.com>
yardstick/benchmark/scenarios/networking/ping.py
patch
|
blob
|
history
diff --git
a/yardstick/benchmark/scenarios/networking/ping.py
b/yardstick/benchmark/scenarios/networking/ping.py
index
54c1922
..
e09ea4a
100644
(file)
--- a/
yardstick/benchmark/scenarios/networking/ping.py
+++ b/
yardstick/benchmark/scenarios/networking/ping.py
@@
-52,7
+52,7
@@
class Ping(base.Scenario):
user, ip, key_filename)
self.connection = ssh.SSH(user, ip, key_filename=key_filename)
- self.connection.wait()
+ self.connection.wait(
timeout=600
)
def run(self, result):
"""execute the benchmark"""