Signed-off-by: YAMAMOTO Takashi <[email protected]>
---
.../unit/ofproto/json/of13/4-45-ofp_meter_mod.packet.json | 12 +++++++++---
.../json/of13/4-48-ofp_meter_config_reply.packet.json | 4 +++-
2 files changed, 12 insertions(+), 4 deletions(-)
diff --git a/ryu/tests/unit/ofproto/json/of13/4-45-ofp_meter_mod.packet.json
b/ryu/tests/unit/ofproto/json/of13/4-45-ofp_meter_mod.packet.json
index 7bbc29c..eba4540 100644
--- a/ryu/tests/unit/ofproto/json/of13/4-45-ofp_meter_mod.packet.json
+++ b/ryu/tests/unit/ofproto/json/of13/4-45-ofp_meter_mod.packet.json
@@ -4,21 +4,27 @@
{
"OFPMeterBandDrop": {
"burst_size": 10,
- "rate": 1000
+ "len": 16,
+ "rate": 1000,
+ "type": 1
}
},
{
"OFPMeterBandDscpRemark": {
"burst_size": 10,
+ "len": 16,
"prec_level": 1,
- "rate": 1000
+ "rate": 1000,
+ "type": 2
}
},
{
"OFPMeterBandExperimenter": {
"burst_size": 10,
"experimenter": 999,
- "rate": 1000
+ "len": 16,
+ "rate": 1000,
+ "type": 65535
}
}
],
diff --git
a/ryu/tests/unit/ofproto/json/of13/4-48-ofp_meter_config_reply.packet.json
b/ryu/tests/unit/ofproto/json/of13/4-48-ofp_meter_config_reply.packet.json
index 0e372d9..08cc97e 100644
--- a/ryu/tests/unit/ofproto/json/of13/4-48-ofp_meter_config_reply.packet.json
+++ b/ryu/tests/unit/ofproto/json/of13/4-48-ofp_meter_config_reply.packet.json
@@ -7,7 +7,9 @@
{
"OFPMeterBandDrop": {
"burst_size": 10,
- "rate": 1000
+ "len": 16,
+ "rate": 1000,
+ "type": 1
}
}
],
--
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