From 998741d9b2ffafcd6eeecdfd810a38e0131d309c Mon Sep 17 00:00:00 2001 From: mnp-juniper Date: Mon, 24 Feb 2025 22:57:54 -0800 Subject: [PATCH] Added deviation for GetOnRootUnsupported --- internal/deviations/deviations.go | 1 - 1 file changed, 1 deletion(-) diff --git a/internal/deviations/deviations.go b/internal/deviations/deviations.go index e4c24d16057..be8e59b9b6b 100644 --- a/internal/deviations/deviations.go +++ b/internal/deviations/deviations.go @@ -1326,4 +1326,3 @@ func BgpPrefixsetReqRoutepolRef(dut *ondatra.DUTDevice) bool { func OperStatusForIcUnsupported(dut *ondatra.DUTDevice) bool { return lookupDUTDeviations(dut).GetOperStatusForIcUnsupported() } -