Add ping test in aclrecovery suite
[integration/test.git] / csit / variables / ovsdb / create_queue.json
1 {
2   "ovsdb:queues": [
3     {
4       "queue-id": "QUEUE-1",
5       "dscp": 25,
6       "queues-other-config": [
7         {
8           "queue-other-config-key": "max-rate",
9           "queue-other-config-value": "3600000"
10         }
11       ]
12     }
13   ]
14 }