Skip to content

Commit

Permalink
Update WRR test to support qos remapping
Browse files Browse the repository at this point in the history
  • Loading branch information
bingwang-ms committed Nov 4, 2022
1 parent 83b135d commit d24fcd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/qos/qos_sai_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def runPtfTest(self, ptfhost, testCase='', testParams={}):
"-t",
";".join(["{}={}".format(k, repr(v)) for k, v in testParams.items()]),
"--qlen",
"10000"
"10000",
"--disable-ipv6",
"--disable-vxlan",
"--disable-geneve",
Expand Down

0 comments on commit d24fcd1

Please sign in to comment.