• guybe7's avatar
    Minor change around the req-res validator, skip sentinel commands (#12083) · f809e10f
    guybe7 authored
    1. Check for missing schema only after the docs contain sentinel commands
    2. The ignore-list in the C file contain only commands that cannot have a reply
      schema. The one in the py file is an extension of that list
    3. Temp: skipsentinel commands don't have a schema or test coverage yet,
      add them to the py list
    
    Solve CI error introduced by #12018
    f809e10f
req-res-log-validator.py 12.1 KB