From d9ed5a5f13cb3dc6d6e9de6c07a87e0199834826 Mon Sep 17 00:00:00 2001 From: YAMAMOTO Takashi Date: Mon, 2 Sep 2013 15:06:07 +0900 Subject: [PATCH] of12: update *.json after OFPxxxStats.length changes Signed-off-by: YAMAMOTO Takashi Signed-off-by: FUJITA Tomonori --- .../ofproto/json/of12/3-12-ofp_flow_stats_reply.packet.json | 4 ++++ .../json/of12/3-32-ofp_group_features_stats_reply.packet.json | 1 + .../json/of12/3-34-ofp_group_desc_stats_reply.packet.json | 1 + 3 files changed, 6 insertions(+) diff --git a/ryu/tests/unit/ofproto/json/of12/3-12-ofp_flow_stats_reply.packet.json b/ryu/tests/unit/ofproto/json/of12/3-12-ofp_flow_stats_reply.packet.json index 47300f64..5f802b45 100644 --- a/ryu/tests/unit/ofproto/json/of12/3-12-ofp_flow_stats_reply.packet.json +++ b/ryu/tests/unit/ofproto/json/of12/3-12-ofp_flow_stats_reply.packet.json @@ -10,6 +10,7 @@ "hard_timeout": 0, "idle_timeout": 0, "instructions": [], + "length": 56, "match": { "OFPMatch": { "length": 4, @@ -48,6 +49,7 @@ } } ], + "length": 88, "match": { "OFPMatch": { "length": 10, @@ -85,6 +87,7 @@ } } ], + "length": 80, "match": { "OFPMatch": { "length": 22, @@ -138,6 +141,7 @@ } } ], + "length": 80, "match": { "OFPMatch": { "length": 4, diff --git a/ryu/tests/unit/ofproto/json/of12/3-32-ofp_group_features_stats_reply.packet.json b/ryu/tests/unit/ofproto/json/of12/3-32-ofp_group_features_stats_reply.packet.json index 022e8229..7e867868 100644 --- a/ryu/tests/unit/ofproto/json/of12/3-32-ofp_group_features_stats_reply.packet.json +++ b/ryu/tests/unit/ofproto/json/of12/3-32-ofp_group_features_stats_reply.packet.json @@ -9,6 +9,7 @@ 67082241 ], "capabilities": 5, + "length": 40, "max_groups": [ 16777216, 16777216, diff --git a/ryu/tests/unit/ofproto/json/of12/3-34-ofp_group_desc_stats_reply.packet.json b/ryu/tests/unit/ofproto/json/of12/3-34-ofp_group_desc_stats_reply.packet.json index de65f126..5166d1ce 100644 --- a/ryu/tests/unit/ofproto/json/of12/3-34-ofp_group_desc_stats_reply.packet.json +++ b/ryu/tests/unit/ofproto/json/of12/3-34-ofp_group_desc_stats_reply.packet.json @@ -24,6 +24,7 @@ } ], "group_id": 1, + "length": 40, "type": 0 } }