From d43eea68aad2ebcffbcdfbdf0c7ae712689fec03 Mon Sep 17 00:00:00 2001 From: Andy Wong Date: Mon, 26 Jun 2023 13:59:49 -0700 Subject: [PATCH] Fix test_reboot reboot_type passed as interfaces_wait_time --- tests/platform_tests/test_reboot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,