Append 3 more punt path protection TCs
[integration/test.git] / csit / variables / ovsdb / create_qos.json
1 {
2   "ovsdb:qos-entries": [
3     {
4       "qos-id": "QOS-1",
5       "qos-type": "ovsdb:qos-type-linux-htb",
6       "qos-other-config": [
7         {
8           "other-config-key": "max-rate",
9           "other-config-value": "3300000"
10         }
11       ]
12     }
13   ]
14 }