summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorYAMAMOTO Takashi <yamamoto@valinux.co.jp>2013-10-24 16:47:46 +0900
committerFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>2013-10-24 23:56:15 +0900
commit16a69ca20353f30243cd172b12df7509d9d9b4a0 (patch)
tree17f9711b57aa3aeb98641638f862e055856f3f92
parent978e45465f9055c7d58eae7ed1fb3b76224be50c (diff)
tests: apply tools/normalize_json.py
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/of13/4-58-ofp_group_stats_reply.packet.json14
1 files changed, 7 insertions, 7 deletions
diff --git a/ryu/tests/unit/ofproto/json/of13/4-58-ofp_group_stats_reply.packet.json b/ryu/tests/unit/ofproto/json/of13/4-58-ofp_group_stats_reply.packet.json
index 0caff1ce..cb979e54 100644
--- a/ryu/tests/unit/ofproto/json/of13/4-58-ofp_group_stats_reply.packet.json
+++ b/ryu/tests/unit/ofproto/json/of13/4-58-ofp_group_stats_reply.packet.json
@@ -4,13 +4,13 @@
{
"OFPGroupStats": {
"bucket_stats": [
- {
- "OFPBucketCounter": {
- "byte_count": 2345,
- "packet_count": 234
- }
- }
- ],
+ {
+ "OFPBucketCounter": {
+ "byte_count": 2345,
+ "packet_count": 234
+ }
+ }
+ ],
"byte_count": 12345,
"duration_nsec": 609036000,
"duration_sec": 9,