This change is for tests that use group_table.

Signed-off-by: Yuichi Ito <[email protected]>
---
 ryu/tests/switch/run_mininet.py |    1 +
 ryu/tests/switch/tester.py      |   18 +++++++++---------
 2 files changed, 10 insertions(+), 9 deletions(-)

diff --git a/ryu/tests/switch/run_mininet.py b/ryu/tests/switch/run_mininet.py
index 03bb91d..9dce788 100755
--- a/ryu/tests/switch/run_mininet.py
+++ b/ryu/tests/switch/run_mininet.py
@@ -36,6 +36,7 @@ if '__main__' == __name__:
 
     Link(s1, s2)
     Link(s1, s2)
+    Link(s1, s2)
 
     net.build()
     c0.start()
diff --git a/ryu/tests/switch/tester.py b/ryu/tests/switch/tester.py
index aef92b6..ebc3e3d 100644
--- a/ryu/tests/switch/tester.py
+++ b/ryu/tests/switch/tester.py
@@ -51,15 +51,15 @@ from ryu.ofproto import ofproto_v1_3_parser
 
 """ Required test network:
 
-                      +-----------+
-           +----------| target sw | The switch to be tested
-           |          +-----------+
-    +------------+      (1)   (2)
-    | controller |       |     |
-    +------------+      (1)   (2)
-           |          +-----------+
-           +----------| tester sw | OpenFlow Switch
-                      +-----------+
+                      +-------------------+
+           +----------|     target sw     | The switch to be tested
+           |          +-------------------+
+    +------------+      (1)   (2)   (3)
+    | controller |       |     |     |
+    +------------+      (1)   (2)   (3)
+           |          +-------------------+
+           +----------|     tester sw     | OpenFlow Switch
+                      +-------------------+
 
       (X) : port number
 
-- 
1.7.10.4


------------------------------------------------------------------------------
The best possible search technologies are now affordable for all companies.
Download your FREE open source Enterprise Search Engine today!
Our experts will assist you in its installation for $59/mo, no commitment.
Test it for FREE on our Cloud platform anytime!
http://pubads.g.doubleclick.net/gampad/clk?id=145328191&iu=/4140/ostg.clktrk
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to