Merge pull request #16889 from cscarpitta/fix/remove-duplicate-import-toopotest

tests: Remove duplicate `check_ping` import
This commit is contained in:
Jafar Al-Gharaibeh 2024-09-21 10:19:01 -05:00 committed by GitHub
commit be9ea8099e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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]