Skip to content

TrigValidation: option to use reference from another test + small code improvement

Rafal Bielski requested to merge rbielski/athena:trigval-refs into master

Two unrelated changes, but touching the same files so submitted in one MR:

  1. Add option for reference-comparison steps in Trigger ART tests to look at reference from another test. It has several use cases in TriggerTest and those tests are adapted. Follow-up from !35312 (closed), ATR-21814, cc @okumura
  2. Replace a common 3-line code pattern with a 1-line call to a new function misconfig_abort

Merge request reports