Skip to content
Snippets Groups Projects
Commit 5c0bfde6 authored by John Kenneth Anders's avatar John Kenneth Anders
Browse files

Merge branch 'tmmt_validate' into '24.0'

TriggerMenuMT: enable HI unit test and fix verify script

See merge request atlas/athena!69043
parents 02d3de18 c3354a41
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,7 @@ atlas_install_python_modules( python/*.py
python/HLT
python/TriggerAPI
python/CFtest
scripts/menu_config_tests.py
POST_BUILD_CMD ${ATLAS_FLAKE8} --extend-select=ATL900,ATL901 )
atlas_install_scripts( scripts/generateL1MenuRun3.py
......@@ -89,7 +90,7 @@ atlas_test_lvl1_trigger_menu( Dev_HI_run3_v1 )
# Test only most comprehensive HLT menus:
atlas_test_hlt_trigger_menu( Dev_pp_run3_v1_BulkMCProd_prescale )
atlas_test_hlt_trigger_menu( Cosmic_run3_v1 )
# atlas_test_hlt_trigger_menu( Dev_HI_run3_v1 )
atlas_test_hlt_trigger_menu( Dev_HI_run3_v1 )
atlas_test_hlt_trigger_menu( PhysicsP1_pp_run3_v1_HLTReprocessing_prescale )
atlas_test_hlt_trigger_menu( PhysicsP1_pp_lowMu_run3_v1 )
......
#!/bin/env python
# Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
# Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
'''
Script for verifying menu configurations.
......@@ -16,7 +16,7 @@ import argparse
from collections import OrderedDict as odict
from AthenaCommon.Logging import logging
from menu_config_tests import TriggerLevel, menu_tests
from TriggerMenuMT.menu_config_tests import TriggerLevel, menu_tests
log = logging.getLogger("TriggerMenuConfigTest")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment