Fixed OVSDB queue/qos related CSIT testcases
[integration/test.git] / csit / variables / ovsdb / update_existingqos.json
diff --git a/csit/variables/ovsdb/update_existingqos.json b/csit/variables/ovsdb/update_existingqos.json
new file mode 100644 (file)
index 0000000..c1a6e60
--- /dev/null
@@ -0,0 +1,19 @@
+{
+  "ovsdb:qos-entries": [
+    {
+      "qos-id": "QOS-1",
+      "qos-other-config": [
+        {
+          "other-config-key": "max-rate",
+          "other-config-value": "3300000"
+        }
+      ],
+      "qos-type": "ovsdb:qos-type-linux-htb",
+      "queue-list": [
+        {
+          "queue-number": "0"
+        }
+      ]
+    }
+  ]
+}