Skip to content

Commit

Permalink
imporve qos log readability
Browse files Browse the repository at this point in the history
  • Loading branch information
XuChen-MSFT committed May 18, 2024
1 parent ff96596 commit c368eb4
Show file tree
Hide file tree
Showing 3 changed files with 436 additions and 187 deletions.
3 changes: 3 additions & 0 deletions tests/qos/test_qos_sai.py
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,7 @@ def testQosSaiPfcXoffLimit(

testParams = dict()
testParams.update(dutTestParams["basicParams"])
testParams.update({"test_port_ids": dutConfig["testPortIds"]})
testParams.update({
"dscp": qosConfig[xoffProfile]["dscp"],
"ecn": qosConfig[xoffProfile]["ecn"],
Expand Down Expand Up @@ -635,6 +636,7 @@ def testQosSaiPfcXonLimit(

testParams = dict()
testParams.update(dutTestParams["basicParams"])
testParams.update({"test_port_ids": dutConfig["testPortIds"]})
testParams.update({
"dscp": qosConfig[xonProfile]["dscp"],
"ecn": qosConfig[xonProfile]["ecn"],
Expand Down Expand Up @@ -1163,6 +1165,7 @@ def testQosSaiLossyQueue(

testParams = dict()
testParams.update(dutTestParams["basicParams"])
testParams.update({"test_port_ids": dutConfig["testPortIds"]})
testParams.update({
"dscp": qosConfig["lossy_queue_1"]["dscp"],
"ecn": qosConfig["lossy_queue_1"]["ecn"],
Expand Down
Loading

0 comments on commit c368eb4

Please sign in to comment.