From ff470138f22792d91c76e9dddd3eb38498e9a901 Mon Sep 17 00:00:00 2001 From: Yi Tseng Date: Fri, 11 Mar 2022 14:56:24 -0800 Subject: [PATCH] Skip FabricIntMulticastReportTest for bmv2 Sometimes PTF framework won't be able to capture INT report packet from stratum_bmv2. Tracking this issue with #507 --- ptf/tests/unary/test.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ptf/tests/unary/test.py b/ptf/tests/unary/test.py index 6551cfb68..7eb351375 100644 --- a/ptf/tests/unary/test.py +++ b/ptf/tests/unary/test.py @@ -2331,6 +2331,7 @@ def runTest(self): @group("int") +@skipIf(is_v1model(), "Bmv2 is not subject to compiler field optimizations") class FabricIntMulticastReportTest(IntTest, IPv4MulticastTest): @tvsetup @autocleanup