The source project of this merge request has been removed.
Tier0ChainTests: fix calib+CA test, simplify preExecs for cosmics, add express test with CA
- fix broken CA test with data22_calib: just adding
flags.DQ.triggerDataAvailable=False;
to the preExec does the trick; it looks like in legacy mode (for which the corresponding test runs) the flag is set by default toflags.DQ.useTrigger
(which is False in this case), but in CA the two flags are completely independent and the former is True by default. - add a CA test with express settings based on new AMI tag x717; rename the old test to _legacy
- remove bits of preExec in the cosmics and calib CA tests that are no longer needed after !61064 (merged)
- do not run in CA mode for the RDOtoRDOTrig step of test_q445
FYI @strichte
Edited by Julien Maurer