X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=csit%2Fvariables%2Fovsdb%2Fupdate_existingqos.json;fp=csit%2Fvariables%2Fovsdb%2Fupdate_existingqos.json;h=c1a6e6048f7266e0c3edb7c64422cc23615dfed6;hb=1c323c2f3d0474bd2606eb756f4abd93addbae50;hp=0000000000000000000000000000000000000000;hpb=45b450995a0fb103c75d107ce0f86fe7286eb675;p=integration%2Ftest.git diff --git a/csit/variables/ovsdb/update_existingqos.json b/csit/variables/ovsdb/update_existingqos.json new file mode 100644 index 0000000000..c1a6e6048f --- /dev/null +++ b/csit/variables/ovsdb/update_existingqos.json @@ -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" + } + ] + } + ] +}