tests: Remove duplicate check_ping import

Signed-off-by: Carmine Scarpitta <cscarpit@cisco.com>
This commit is contained in:
Carmine Scarpitta 2024-09-21 11:17:01 +02:00
parent bb995fb915
commit 253991771d

View File

@ -21,7 +21,7 @@ from lib import topotest
from lib.topogen import Topogen, TopoRouter, get_topogen from lib.topogen import Topogen, TopoRouter, get_topogen
from lib.topolog import logger from lib.topolog import logger
from lib.common_config import required_linux_kernel_version 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] pytestmark = [pytest.mark.bgpd]