diff --git a/tests/platform_tests/test_reboot.py b/tests/platform_tests/test_reboot.py index ffe622e2ae4..d642f1071ae 100644 --- a/tests/platform_tests/test_reboot.py +++ b/tests/platform_tests/test_reboot.py @@ -81,7 +81,7 @@ def reboot_and_check(localhost, dut, interfaces, xcvr_skip_list, logging.info("Append the latest reboot type to the queue") REBOOT_TYPE_HISTOYR_QUEUE.append(reboot_type) - check_interfaces_and_services(dut, interfaces, xcvr_skip_list, reboot_type) + check_interfaces_and_services(dut, interfaces, xcvr_skip_list, reboot_type=reboot_type) def check_interfaces_and_services(dut, interfaces, xcvr_skip_list,