diff options
author | YAMAMOTO Takashi <yamamoto@valinux.co.jp> | 2013-09-02 15:05:55 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2013-09-02 19:41:37 +0900 |
commit | bed4bd1e02bab4e5e957697c2c9418a732608daf (patch) | |
tree | 2f6f531d62de46f2031e2c661e27b4bf7654da81 | |
parent | 84b290c78a7166480c60cf5de570033937ebc161 (diff) |
of12: update *.json after OFPQueuePropHeader.property change
Signed-off-by: YAMAMOTO Takashi <yamamoto@valinux.co.jp>
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
-rw-r--r-- | ryu/tests/unit/ofproto/json/of12/3-36-ofp_queue_get_config_reply.packet.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ryu/tests/unit/ofproto/json/of12/3-36-ofp_queue_get_config_reply.packet.json b/ryu/tests/unit/ofproto/json/of12/3-36-ofp_queue_get_config_reply.packet.json index 1322af7e..7d0a7bbe 100644 --- a/ryu/tests/unit/ofproto/json/of12/3-36-ofp_queue_get_config_reply.packet.json +++ b/ryu/tests/unit/ofproto/json/of12/3-36-ofp_queue_get_config_reply.packet.json @@ -10,12 +10,14 @@ { "OFPQueuePropMinRate": { "len": 16, + "property": 1, "rate": 10 } }, { "OFPQueuePropMaxRate": { "len": 16, + "property": 2, "rate": 900 } } @@ -31,12 +33,14 @@ { "OFPQueuePropMinRate": { "len": 16, + "property": 1, "rate": 100 } }, { "OFPQueuePropMaxRate": { "len": 16, + "property": 2, "rate": 200 } } |