Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions tests/pfcwd/test_pfcwd_timer_accuracy.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,8 @@ def verify_pfcwd_timers(self):
self.all_detect_time.sort()
self.all_restore_time.sort()
logger.info("Verify that real detection time is not greater than configured")
logger.info("all detect time {}".format(self.all_detect_time))
logger.info("all restore time {}".format(self.all_restore_time))
config_detect_time = self.timers['pfc_wd_detect_time'] + self.timers['pfc_wd_poll_time']
err_msg = ("Real detection time is greater than configured: Real detect time: {} "
"Expected: {} (wd_detect_time + wd_poll_time)".format(self.all_detect_time[9],
Expand Down