Skip to content

Commit

Permalink
DP-1.14: Fixing error in forwarding group config (#2123)
Browse files Browse the repository at this point in the history
As part of PR-2026 ,part of config was removed by mistake and corrected it.

 "This code is a Contribution to the OpenConfig Feature Profiles project ("Work") made under the Google Software Grant and Corporate Contributor License Agreement ("CLA") and governed by the Apache License 2.0. No other rights or licenses in or to any of Nokia's intellectual property are granted for any other purpose. This code is provided on an "as is" basis without any warranties of any kind."
  • Loading branch information
bkreddy143 authored Sep 14, 2023
1 parent 55d990d commit 1b5bb5d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions feature/qos/otg_tests/qos_basic_test/qos_basic_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -613,6 +613,10 @@ func ConfigureQoS(t *testing.T, dut *ondatra.DUTDevice) {
desc: "forwarding-group-BE1",
queueName: queues.BE1,
targetGroup: "target-group-BE1",
}, {
desc: "forwarding-group-BE0",
queueName: queues.BE0,
targetGroup: "target-group-BE0",
}, {
desc: "forwarding-group-AF1",
queueName: queues.AF1,
Expand Down

0 comments on commit 1b5bb5d

Please sign in to comment.