From 4d061f5173850ffc68e940c6eb261ef644feb428 Mon Sep 17 00:00:00 2001 From: Sharon Lutati Date: Sun, 13 Jun 2021 10:43:00 +0300 Subject: [PATCH] tests fixes for zero ports setups Signed-off-by: Sharon Lutati --- tests/common/platform/interface_utils.py | 1 - tests/snmp/test_snmp_lldp.py | 1 - 2 files changed, 2 deletions(-) diff --git a/tests/common/platform/interface_utils.py b/tests/common/platform/interface_utils.py index 4c43fa98ec..c103617fec 100644 --- a/tests/common/platform/interface_utils.py +++ b/tests/common/platform/interface_utils.py @@ -6,7 +6,6 @@ import json import re import logging -import pytest from transceiver_utils import all_transceivers_detected diff --git a/tests/snmp/test_snmp_lldp.py b/tests/snmp/test_snmp_lldp.py index 89b8e95ba6..55029b741f 100644 --- a/tests/snmp/test_snmp_lldp.py +++ b/tests/snmp/test_snmp_lldp.py @@ -1,6 +1,5 @@ import pytest import re -from tests.common.platform.interface_utils import get_port_map pytestmark = [ pytest.mark.topology('any'),