From: Carmine Scarpitta Date: Sat, 21 Sep 2024 09:17:01 +0000 (+0200) Subject: tests: Remove duplicate `check_ping` import X-Git-Tag: base_10.2~63^2 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=253991771d01e4fd337be174f234b996bb9123db;p=mirror%2Ffrr.git tests: Remove duplicate `check_ping` import Signed-off-by: Carmine Scarpitta --- diff --git a/tests/topotests/bgp_srv6l3vpn_to_bgp_vrf3/test_bgp_srv6l3vpn_to_bgp_vrf3.py b/tests/topotests/bgp_srv6l3vpn_to_bgp_vrf3/test_bgp_srv6l3vpn_to_bgp_vrf3.py index 2400cd2853..bba0061858 100644 --- a/tests/topotests/bgp_srv6l3vpn_to_bgp_vrf3/test_bgp_srv6l3vpn_to_bgp_vrf3.py +++ b/tests/topotests/bgp_srv6l3vpn_to_bgp_vrf3/test_bgp_srv6l3vpn_to_bgp_vrf3.py @@ -21,7 +21,7 @@ from lib import topotest from lib.topogen import Topogen, TopoRouter, get_topogen from lib.topolog import logger from lib.common_config import required_linux_kernel_version -from lib.checkping import check_ping, check_ping +from lib.checkping import check_ping pytestmark = [pytest.mark.bgpd]