Skip to content

Further clean-up of TrigUpgradeTest

Rafal Bielski requested to merge rbielski/athena:tut-move-tests into master

Further clean-up of TrigUpgradeTest working towards its phase-out as discussed in ATR-20514. All changes are listed below in several categories.

1. Re-implementing tests in other packages:
old new
test_trigUpgr_decodeBS_build test_trigAna_BStoBStoESDAOD_mt1_build
test_trigUpgr_empty_menu_build test_trig_data_v1Dev_emptyMenu_build
test_trigUpgr_empty_menu_mc_build test_trig_mc_v1Dev_emptyMenu_build
test_trigUpgr_full_menu_reverse_build test_trig_data_v1Dev_reverseViews_build
test_trigUpgr_full_menu_deps_build test_trig_data_v1Dev_deps_build
2. Removing tests already covered by other packages
removed existing
test_trigUpgr_full_menu_build test_trig_data_v1Dev_build
test_trigUpgr_py_full_menu_build test_trig_data_v1Dev_build
test_trigUpgr_full_menu_mc_build test_trig_mc_v1Dev_build
test_trigUpgr_peb_ds_build test_trigP1_PEB_DS_build
3. Removing files from TrigUpgradeTest/share which are not used anywhere
  • cfTest.py + HLTCF.py + L1CF.py making up a test which hasn't worked for at least half a year
  • checkAOD.py and checkESD.py previously used in a test removed a while ago
  • unused references: dummy_regtest.ref, full_menu_build.ref, minbias.ref, slice_minbias.ref
4. Other changes
  • Remove unused function from CMakeLists.txt and stop installing test/*.py files as they were all removed

Merge request reports