backing up
[vsorcdistro/.git] / ryu / build / lib.linux-armv7l-2.7 / ryu / tests / unit / ofproto / json / of14 / 5-36-ofp_queue_stats_reply.packet.json
diff --git a/ryu/build/lib.linux-armv7l-2.7/ryu/tests/unit/ofproto/json/of14/5-36-ofp_queue_stats_reply.packet.json b/ryu/build/lib.linux-armv7l-2.7/ryu/tests/unit/ofproto/json/of14/5-36-ofp_queue_stats_reply.packet.json
new file mode 100644 (file)
index 0000000..2c19097
--- /dev/null
@@ -0,0 +1,80 @@
+{
+   "OFPQueueStatsReply": {
+      "body": [
+         {
+            "OFPQueueStats": {
+               "duration_nsec": 0, 
+               "duration_sec": 0, 
+               "length": 104, 
+               "port_no": 7, 
+               "properties": [
+                  {
+                     "OFPQueueStatsPropExperimenter": {
+                        "data": [], 
+                        "exp_type": 0, 
+                        "experimenter": 101, 
+                        "length": 12, 
+                        "type": 65535
+                     }
+                  }, 
+                  {
+                     "OFPQueueStatsPropExperimenter": {
+                        "data": [
+                           1
+                        ], 
+                        "exp_type": 1, 
+                        "experimenter": 101, 
+                        "length": 16, 
+                        "type": 65535
+                     }
+                  }, 
+                  {
+                     "OFPQueueStatsPropExperimenter": {
+                        "data": [
+                           1, 
+                           2
+                        ], 
+                        "exp_type": 2, 
+                        "experimenter": 101, 
+                        "length": 20, 
+                        "type": 65535
+                     }
+                  }
+               ], 
+               "queue_id": 1, 
+               "tx_bytes": 0, 
+               "tx_errors": 0, 
+               "tx_packets": 0
+            }
+         }, 
+         {
+            "OFPQueueStats": {
+               "duration_nsec": 0, 
+               "duration_sec": 0, 
+               "length": 48, 
+               "port_no": 6, 
+               "properties": [], 
+               "queue_id": 1, 
+               "tx_bytes": 0, 
+               "tx_errors": 0, 
+               "tx_packets": 0
+            }
+         }, 
+         {
+            "OFPQueueStats": {
+               "duration_nsec": 0, 
+               "duration_sec": 0, 
+               "length": 48, 
+               "port_no": 7, 
+               "properties": [], 
+               "queue_id": 2, 
+               "tx_bytes": 0, 
+               "tx_errors": 0, 
+               "tx_packets": 0
+            }
+         }
+      ], 
+      "flags": 0, 
+      "type": 5
+   }
+}