Signed-off-by: YAMAMOTO Takashi <[email protected]>
---
 ryu/tests/unit/ofproto/test_parser_v12.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/ryu/tests/unit/ofproto/test_parser_v12.py 
b/ryu/tests/unit/ofproto/test_parser_v12.py
index a783365..cf09d26 100644
--- a/ryu/tests/unit/ofproto/test_parser_v12.py
+++ b/ryu/tests/unit/ofproto/test_parser_v12.py
@@ -4985,7 +4985,6 @@ class TestOFPTableStats(unittest.TestCase):
 
         eq_(table_id, res.table_id)
         eq_(name, res.name.replace('\x00', ''))
-        eq_(ofproto_v1_2.OFP_MAX_TABLE_NAME_LEN, len(res.name))
         eq_(match, res.match)
         eq_(wildcards, res.wildcards)
         eq_(write_actions, res.write_actions)
-- 
1.8.3.1


------------------------------------------------------------------------------
Introducing Performance Central, a new site from SourceForge and 
AppDynamics. Performance Central is your source for news, insights, 
analysis and resources for efficient Application Performance Management. 
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to