os-ken/ryu/tests/unit/lib/ofctl_json/of13/4-48-ofp_meter_config_reply.packet.json
IWASE Yusuke 2ae4f884ab tox: Adapt to PyPy interpreter
Note: Though tests may not be enough, as far as running unit test,
this patch makes compatible with PyPy interpreter.

Signed-off-by: IWASE Yusuke <iwase.yusuke0@gmail.com>
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2016-02-10 13:46:35 +09:00

20 lines
362 B
JSON

{
"1": [
{
"bands": [
{
"burst_size": 10,
"rate": 1000,
"type": "DROP"
}
],
"flags": [
"PKTPS",
"BURST",
"STATS"
],
"meter_id": 100
}
]
}