Signed-off-by: Fumihiko Kakuma <[email protected]>
---
 ryu/tests/integrated/common/docker_base.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ryu/tests/integrated/common/docker_base.py 
b/ryu/tests/integrated/common/docker_base.py
index 13fe223..a6d8b8b 100644
--- a/ryu/tests/integrated/common/docker_base.py
+++ b/ryu/tests/integrated/common/docker_base.py
@@ -133,7 +133,7 @@ class Command(object):
             if out.returncode == 0:
                 return out
             LOG.error(out.stderr)
-            if try_times + 1 >= try_times:
+            if i + 1 >= try_times:
                 break
             time.sleep(interval)
         raise CommandError(out)
-- 
1.9.1


------------------------------------------------------------------------------
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today. http://sdm.link/xeonphi
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to