autotest: added ROFH msg

This commit is contained in:
Andrew Tridgell 2020-11-07 09:29:42 +11:00
parent 1fb421ae6a
commit ef5baaf482
1 changed files with 2 additions and 1 deletions

View File

@ -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: