autotest: added RWOH message

This commit is contained in:
Andrew Tridgell 2020-11-07 11:33:53 +11:00
parent afb11cf29b
commit 4a06641048

View File

@ -1789,7 +1789,7 @@ class AutoTest(ABC):
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',
'ROFH', 'REPH', 'REVH' ]
'ROFH', 'REPH', 'REVH', 'RWOH' ]
docco_ids = {}
for thing in tree.logformat: