[platform_tests] Fix test_reboot reboot_type passed as interfaces_wait_time#8725
Conversation
|
@wenyiz2021 FYI |
|
hi @andywongarista thanks for the fix. to def check_interfaces_and_services(dut, interfaces, xcvr_skip_list, |
nvm, seems only 2 places pass defaul arguments. this change LGTM. |
|
Cherry-pick PR to 202205: #8771 |
Description of PR
Summary:
Fixes # (issue)
Type of change
Back port request
Approach
What is the motivation for this PR?
#8646 introduces regression in which a new arg is added to
check_interfaces_and_servicesbut the call made fromreboot_and_checkis not updated to handle the new arg.This regression causes all of test_reboot.py to fail.
How did you do it?
Fix call in
reboot_and_check.How did you verify/test it?
Tested on arista device.
Any platform specific information?
Supported testbed topology if it's a new test case?
Documentation