Signed-off-by: WATANABE Fumitaka <[email protected]>
---
 ryu/tests/switch/tester.py |    2 --
 1 file changed, 2 deletions(-)

diff --git a/ryu/tests/switch/tester.py b/ryu/tests/switch/tester.py
index 519a763..8556b52 100644
--- a/ryu/tests/switch/tester.py
+++ b/ryu/tests/switch/tester.py
@@ -877,8 +877,6 @@ class Test(stringify.StringifyMixin):
             if not KEY_INGRESS in test:
                 raise ValueError('a test requires "%s" field.' % KEY_INGRESS)
             test_pkt[KEY_INGRESS] = __test_pkt_from_json(test[KEY_INGRESS])
-            if len(test_pkt[KEY_INGRESS]) < 64:
-                print 'NG!!!'
             # parse 'egress' or 'PACKET_IN' or 'table-miss'
             if KEY_EGRESS in test:
                 test_pkt[KEY_EGRESS] = __test_pkt_from_json(test[KEY_EGRESS])
-- 
1.7.10.4


------------------------------------------------------------------------------
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121051231&iu=/4140/ostg.clktrk
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to