From c47d41a2f70653c678c6eee339e99e8dae2f8331 Mon Sep 17 00:00:00 2001 From: bhargavi-ct Date: Tue, 8 Jul 2025 13:45:42 +0530 Subject: [PATCH] Update firmware upgrade script for better debugging Signed-off-by: bhargavi-ct --- libs/tip_2x/tip_2x.py | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/tip_2x/tip_2x.py b/libs/tip_2x/tip_2x.py index dffd7acae..451893645 100644 --- a/libs/tip_2x/tip_2x.py +++ b/libs/tip_2x/tip_2x.py @@ -990,6 +990,7 @@ class tip_2x: # check the current AP Revision again try: + logging.info(f"trying to get_ap_version for the first time") ap_version = self.dut_library_object.get_ap_version(idx=ap) except IndexError as e: logging.warning(f"First attempt failed with error: {e}. Retrying after short delay...")