Browse Source

autotest: added REPH and REVH

zr-v5.1
Andrew Tridgell 4 years ago
parent
commit
7f0113b82d
  1. 2
      Tools/autotest/common.py

2
Tools/autotest/common.py

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

Loading…
Cancel
Save