mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-06 00:41:20 +00:00
Merge pull request #16889 from cscarpitta/fix/remove-duplicate-import-toopotest
tests: Remove duplicate `check_ping` import
This commit is contained in:
commit
be9ea8099e
@ -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]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user