From ccad3f86c0c4132ca7e89ca5667b482f23e44d5e Mon Sep 17 00:00:00 2001 From: YAMAMOTO Takashi Date: Mon, 2 Sep 2013 15:06:03 +0900 Subject: [PATCH] test_parser_v12: update after OFPPacketOut.actions_len changes Signed-off-by: YAMAMOTO Takashi Signed-off-by: FUJITA Tomonori --- ryu/tests/unit/ofproto/test_parser_v12.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ryu/tests/unit/ofproto/test_parser_v12.py b/ryu/tests/unit/ofproto/test_parser_v12.py index e3f0bda4..5ed0d7ea 100644 --- a/ryu/tests/unit/ofproto/test_parser_v12.py +++ b/ryu/tests/unit/ofproto/test_parser_v12.py @@ -2459,7 +2459,7 @@ class TestOFPPacketOut(unittest.TestCase): eq_(buffer_id, c.buffer_id) eq_(in_port, c.in_port) - eq_(0, c._actions_len) + eq_(0, c.actions_len) eq_(data, c.data) eq_(actions, c.actions)