Skip to content

TrigP1Test: Implement tests with dump-config option

Rafal Bielski requested to merge rbielski/athena:trigp1-dumpopts-tests into master

Implement tests dumping the HLT configuration to a file to support SMK generation from the nightly, as requested by @stelzer and discussed with @dzanzi, @morgens, @salderwe

There are four configurations with this option: FullMenu and PhysicsP1 menu, each with standard options and with "preloaded data" options.

For the preloaded data tests, I modified the existing test and added a similar one with the other menu. This is OK for this test, because it is meant to be similar to how we run at P1 in technical runs. Therefore -M and disabled PerfMon make it closer to P1 config.

For the standard configuration tests, I made new ones as we rely on the PerfMon and offline histogramming in the existing tests for nightly validation. Since these two tests don't test any extra functionality on top of the existing ones, I used the dump-config-exit option to exit after producing the configuration files.

Merge request reports