X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=csit%2Fvariables%2Fovsdb%2Fcreate_qoslinkedqueue.json;fp=csit%2Fvariables%2Fovsdb%2Fcreate_qoslinkedqueue.json;h=673b7acf2ba003fe19a546d128caa2a9f167221b;hb=57888fb13972e49f70a80a2671a8ae2de17b0443;hp=0000000000000000000000000000000000000000;hpb=f90dd8410530db15153721a6f11837ed4074830c;p=integration%2Ftest.git diff --git a/csit/variables/ovsdb/create_qoslinkedqueue.json b/csit/variables/ovsdb/create_qoslinkedqueue.json new file mode 100644 index 0000000000..673b7acf2b --- /dev/null +++ b/csit/variables/ovsdb/create_qoslinkedqueue.json @@ -0,0 +1,46 @@ +{ + "network-topology:node": [ + { + "node-id": "ovsdb:HOST1", + "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" + } + ] + } + ], + "ovsdb:queues": [ + { + "queue-id": "QUEUE-1", + "dscp" : 51, + "queues-other-config": [ + { + "queue-other-config-key": "max-rate", + "queue-other-config-value": "1230000" + }, + { + "queue-other-config-key": "min-rate", + "queue-other-config-value": "1000000" + } + ], + "queues-external-ids": [ + { + "queues-external-id-key": "qexid", + "queues-external-id-value": "qexvalue" + } + ] + } + ] + } + ] +}