File tree 2 files changed +0
-4
lines changed
2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change 9
9
import traceback
10
10
11
11
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
15
12
from tests .common .platform .ssh_utils import prepare_testbed_ssh_keys as prepareTestbedSshKeys
16
13
from tests .common .reboot import reboot as rebootDut
17
14
from tests .common .helpers .sad_path import SadOperation
Original file line number Diff line number Diff line change 5
5
from tests .common .fixtures .ptfhost_utils import copy_ptftests_directory # lgtm[py/unused-import]
6
6
from tests .common .fixtures .ptfhost_utils import change_mac_addresses # lgtm[py/unused-import]
7
7
from tests .common .fixtures .duthost_utils import backup_and_restore_config_db
8
- from tests .common .reboot import reboot as rebootDut
9
8
from tests .platform_tests .verify_dut_health import verify_dut_health # lgtm[py/unused-import]
10
9
from tests .platform_tests .verify_dut_health import add_fail_step_to_reboot # lgtm[py/unused-import]
11
10
from tests .platform_tests .warmboot_sad_cases import get_sad_case_list , SAD_CASE_LIST
You can’t perform that action at this time.
0 commit comments