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

diff --git a/ryu/tests/unit/ofproto/test_parser_v12.py 
b/ryu/tests/unit/ofproto/test_parser_v12.py
index c97f1c5..85a5d02 100644
--- a/ryu/tests/unit/ofproto/test_parser_v12.py
+++ b/ryu/tests/unit/ofproto/test_parser_v12.py
@@ -4702,7 +4702,7 @@ class TestOFPFlowStats(unittest.TestCase):
 
         # parse
         res = OFPFlowStats.parser(buf, 0)
-        eq_(length, res._length)
+        eq_(length, res.length)
         eq_(table_id, res.table_id)
         eq_(duration_sec, res.duration_sec)
         eq_(duration_nsec, res.duration_nsec)
@@ -5826,7 +5826,7 @@ class TestOFPGroupStats(unittest.TestCase):
         res = OFPGroupStats.parser(buf, 0)
 
         # 32
-        eq_(length, res._length)
+        eq_(length, res.length)
         eq_(group_id, res.group_id)
         eq_(ref_count, res.ref_count)
         eq_(packet_count, res.packet_count)
-- 
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