Add ping test in aclrecovery suite
[integration/test.git] / csit / variables / ovsdb / create_qoslinkedqueue.json
1 {
2   "ovsdb:queues": [
3     {
4       "queue-id": "QUEUE-1",
5       "dscp": 51,
6       "queues-other-config": [
7         {
8           "queue-other-config-key": "max-rate",
9           "queue-other-config-value": "1230000"
10         },
11         {
12           "queue-other-config-key": "min-rate",
13           "queue-other-config-value": "1000000"
14         }
15       ],
16       "queues-external-ids": [
17         {
18           "queues-external-id-key": "qexid",
19           "queues-external-id-value": "qexvalue"
20         }
21       ]
22     }
23   ]
24 }