Skip to content

Commit 6b8f648

Browse files
Fix LGTM
Change-Id: Iad3b9ff11c86f48e5cf8c7c5a182e0356586aab2
1 parent 4c8f3b0 commit 6b8f648

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

tests/common/fixtures/advanced_reboot.py

-3
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@
99
import traceback
1010

1111
from tests.common.mellanox_data import is_mellanox_device as isMellanoxDevice
12-
from tests.common.platform.interface_utils import check_interface_status_of_up_ports
13-
from tests.common.platform.processes_utils import check_critical_processes
14-
from tests.common.platform.processes_utils import wait_critical_processes
1512
from tests.common.platform.ssh_utils import prepare_testbed_ssh_keys as prepareTestbedSshKeys
1613
from tests.common.reboot import reboot as rebootDut
1714
from tests.common.helpers.sad_path import SadOperation

tests/platform_tests/test_advanced_reboot.py

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
from tests.common.fixtures.ptfhost_utils import copy_ptftests_directory # lgtm[py/unused-import]
66
from tests.common.fixtures.ptfhost_utils import change_mac_addresses # lgtm[py/unused-import]
77
from tests.common.fixtures.duthost_utils import backup_and_restore_config_db
8-
from tests.common.reboot import reboot as rebootDut
98
from tests.platform_tests.verify_dut_health import verify_dut_health # lgtm[py/unused-import]
109
from tests.platform_tests.verify_dut_health import add_fail_step_to_reboot # lgtm[py/unused-import]
1110
from tests.platform_tests.warmboot_sad_cases import get_sad_case_list, SAD_CASE_LIST

0 commit comments

Comments
 (0)