Browse Source

autotest: added ROFH msg

zr-v5.1
Andrew Tridgell 4 years ago
parent
commit
ef5baaf482
  1. 3
      Tools/autotest/common.py

3
Tools/autotest/common.py

@ -1788,7 +1788,8 @@ class AutoTest(ABC): @@ -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:

Loading…
Cancel
Save