From 2cb4052bce9618e5c9ca0c8bdc6c757b608a0d25 Mon Sep 17 00:00:00 2001 From: Sudharsan Dhamal Gopalarathnam Date: Wed, 3 Aug 2022 09:57:34 -0700 Subject: [PATCH] [kvm]Avoid running ebtables test in KVM (#6073) *Avoid running ebtables test in KVM sonic-net/sonic-buildimage#11585 ebtables shouldn't be installed in KVM which blocks L2 forwarding. So removed the logic to install ebtables rules in SONiC. Hence removing the ebtables tests to be executed on KVM. --- tests/kvmtest.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/kvmtest.sh b/tests/kvmtest.sh index 00676f26d3d..38ee6281b61 100755 --- a/tests/kvmtest.sh +++ b/tests/kvmtest.sh @@ -113,7 +113,6 @@ test_t0() { container_checker/test_container_checker.py \ cacl/test_cacl_application.py \ cacl/test_cacl_function.py \ - cacl/test_ebtables_application.py \ dhcp_relay/test_dhcp_relay.py \ dhcp_relay/test_dhcpv6_relay.py \ iface_namingmode/test_iface_namingmode.py \