backing up
[vsorcdistro/.git] / ryu / build / lib.linux-armv7l-2.7 / ryu / tests / unit / lib / ofctl_json / of13 / 4-36-ofp_queue_get_config_reply.packet.json
diff --git a/ryu/build/lib.linux-armv7l-2.7/ryu/tests/unit/lib/ofctl_json/of13/4-36-ofp_queue_get_config_reply.packet.json b/ryu/build/lib.linux-armv7l-2.7/ryu/tests/unit/lib/ofctl_json/of13/4-36-ofp_queue_get_config_reply.packet.json
new file mode 100644 (file)
index 0000000..9d52940
--- /dev/null
@@ -0,0 +1,83 @@
+{
+    "1": [
+        {
+            "port": "ANY",
+            "queues": [
+                {
+                    "len": 64,
+                    "port": 77,
+                    "properties": [
+                        {
+                            "len": 16,
+                            "property": "MIN_RATE",
+                            "rate": 10
+                        },
+                        {
+                            "len": 16,
+                            "property": "MAX_RATE",
+                            "rate": 900
+                        },
+                        {
+                            "data": [],
+                            "experimenter": 999,
+                            "len": 16,
+                            "property": "EXPERIMENTER"
+                        }
+                    ],
+                    "queue_id": 99
+                },
+                {
+                    "len": 65,
+                    "port": 77,
+                    "properties": [
+                        {
+                            "len": 16,
+                            "property": "MIN_RATE",
+                            "rate": 100
+                        },
+                        {
+                            "len": 16,
+                            "property": "MAX_RATE",
+                            "rate": 200
+                        },
+                        {
+                            "experimenter": 999,
+                            "data": [
+                                1
+                            ],
+                            "len": 17,
+                            "property": "EXPERIMENTER"
+                        }
+                    ],
+                    "queue_id": 88
+                },
+                {
+                    "len": 66,
+                    "port": 77,
+                    "properties": [
+                        {
+                            "len": 16,
+                            "property": "MIN_RATE",
+                            "rate": 200
+                        },
+                        {
+                            "len": 16,
+                            "property": "MAX_RATE",
+                            "rate": 400
+                        },
+                        {
+                            "experimenter": 999,
+                            "data": [
+                                1,
+                                2
+                            ],
+                            "len": 18,
+                            "property": "EXPERIMENTER"
+                        }
+                    ],
+                    "queue_id": 77
+                }
+            ]
+        }
+    ]
+}