From ef5baaf4822bda249ace43fffbc3feaed23a3c19 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sat, 7 Nov 2020 09:29:42 +1100 Subject: [PATCH] autotest: added ROFH msg --- Tools/autotest/common.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Tools/autotest/common.py b/Tools/autotest/common.py index 8220f2e880..599e734a9f 100644 --- a/Tools/autotest/common.py +++ b/Tools/autotest/common.py @@ -1788,7 +1788,8 @@ class AutoTest(ABC): # effectively binary blobs for replay REPLAY_MSGS = [ 'RFRH', 'RFRF', 'REV2', 'RSO2', 'RWA2', 'REV3', 'RSO3', 'RWA3', 'RMGI', 'REY3', 'RFRN', 'RISH', 'RISI', 'RISJ', 'RBRH', 'RBRI', 'RRNH', 'RRNI', - 'RGPH', 'RGPI', 'RGPJ', 'RASH', 'RASI', 'RBCH', 'RBCI', 'RVOH', 'RMGH' ] + 'RGPH', 'RGPI', 'RGPJ', 'RASH', 'RASI', 'RBCH', 'RBCI', 'RVOH', 'RMGH', + 'ROFH' ] docco_ids = {} for thing in tree.logformat: