From cc90783e6362b0ff90f75c74c489b2f415c943d9 Mon Sep 17 00:00:00 2001 From: vishnureddybadveli <112267356+vishnureddybadveli@users.noreply.github.com> Date: Fri, 10 Jan 2025 12:55:16 -0800 Subject: [PATCH] Update ingress_police_default_test.go Using QosSchedulerIngressPolicer deviation. --- .../ingress_police_default/ingress_police_default_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/feature/qos/otg_tests/ingress_police_default/ingress_police_default_test.go b/feature/qos/otg_tests/ingress_police_default/ingress_police_default_test.go index 9a8b3ff17fa..143276af7ab 100644 --- a/feature/qos/otg_tests/ingress_police_default/ingress_police_default_test.go +++ b/feature/qos/otg_tests/ingress_police_default/ingress_police_default_test.go @@ -96,7 +96,7 @@ func TestInterfaceIngressPolicer(t *testing.T) { // Configure DUT interfaces and QoS. ConfigureDUTIntf(t, dut) - if deviations.GribiEncapHeaderUnsupported(dut) { + if deviations.QosSchedulerIngressPolicer(dut) { configureIntertfaceIngressPolicerCLI(t, dut) }