Skip to content

Commit

Permalink
Replicate PR1100 in OTG QoS output queue counters test
Browse files Browse the repository at this point in the history
Reference: openconfig#1100
  • Loading branch information
jasdeep-hundal committed Apr 16, 2023
1 parent 0139ce6 commit 9b7f860
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ func ConfigureQoS(t *testing.T, dut *ondatra.DUTDevice) {
targetGrpoup string
}{{
desc: "scheduler-policy-BE1",
sequence: uint32(1),
sequence: uint32(6),
priority: oc.Scheduler_Priority_UNSET,
inputID: "BE1",
inputType: oc.Input_InputType_QUEUE,
Expand All @@ -490,7 +490,7 @@ func ConfigureQoS(t *testing.T, dut *ondatra.DUTDevice) {
targetGrpoup: "target-group-BE1",
}, {
desc: "scheduler-policy-BE0",
sequence: uint32(1),
sequence: uint32(5),
priority: oc.Scheduler_Priority_UNSET,
inputID: "BE0",
inputType: oc.Input_InputType_QUEUE,
Expand All @@ -499,7 +499,7 @@ func ConfigureQoS(t *testing.T, dut *ondatra.DUTDevice) {
targetGrpoup: "target-group-BE0",
}, {
desc: "scheduler-policy-AF1",
sequence: uint32(1),
sequence: uint32(4),
priority: oc.Scheduler_Priority_UNSET,
inputID: "AF1",
inputType: oc.Input_InputType_QUEUE,
Expand All @@ -508,7 +508,7 @@ func ConfigureQoS(t *testing.T, dut *ondatra.DUTDevice) {
targetGrpoup: "target-group-AF1",
}, {
desc: "scheduler-policy-AF2",
sequence: uint32(1),
sequence: uint32(3),
priority: oc.Scheduler_Priority_UNSET,
inputID: "AF2",
inputType: oc.Input_InputType_QUEUE,
Expand All @@ -517,7 +517,7 @@ func ConfigureQoS(t *testing.T, dut *ondatra.DUTDevice) {
targetGrpoup: "target-group-AF2",
}, {
desc: "scheduler-policy-AF3",
sequence: uint32(1),
sequence: uint32(2),
priority: oc.Scheduler_Priority_UNSET,
inputID: "AF3",
inputType: oc.Input_InputType_QUEUE,
Expand All @@ -526,7 +526,7 @@ func ConfigureQoS(t *testing.T, dut *ondatra.DUTDevice) {
targetGrpoup: "target-group-AF3",
}, {
desc: "scheduler-policy-AF4",
sequence: uint32(0),
sequence: uint32(1),
priority: oc.Scheduler_Priority_STRICT,
inputID: "AF4",
inputType: oc.Input_InputType_QUEUE,
Expand Down

0 comments on commit 9b7f860

Please sign in to comment.