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 @@ -158,6 +158,8 @@ def verify_pfcwd_timers(self):
"""
Compare the timestamps obtained and verify the timer accuracy
"""
self.all_detect_time.sort()
self.all_restore_time.sort()
logger.info("Verify that real detection time is not greater than configured")
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: {} "
Expand Down