Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/platform_tests/test_advanced_reboot.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def test_fast_reboot(request, get_advanced_reboot, verify_dut_health,

def test_fast_reboot_from_other_vendor(duthosts, rand_one_dut_hostname, request,
get_advanced_reboot, verify_dut_health, # noqa: F811
advanceboot_loganalyzer, # noqa: F811
advanceboot_loganalyzer, consistency_checker_provider, # noqa: F811
capture_interface_counters):
'''
Fast reboot test from other vendor case is run using advanced reboot test fixture
Expand Down
Loading