Update firmware upgrade script for better debugging

Signed-off-by: bhargavi-ct <bhargavimamidipaka@candelatech.com>
This commit is contained in:
bhargavi-ct
2025-07-08 13:45:42 +05:30
parent 451f3e58ee
commit c47d41a2f7

View File

@@ -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...")