/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
HLTrigger/Configuration/test/BuildFile.xml
53 строки
3 KB
cmsbuild
Merge pull request #51583 from Parsifal-2045/hltDumpHeterogeneous
30 июл 2026, 22:52
Не верифицирован
30 июл 2026, 22:52
b42d8f9
Код
Авторство
О чём код?
<!-- test access to EDM files used in HLT-AddOnTests and HLT-Validation tests --> <test name="testAccessToEDMInputsOfHLTTests" command="testAccessToEDMInputsOfHLTTests.sh"/> <!-- test script hltPrintMenuVersions enabled only for the x86-64 architecture, because the python module cx_Oracle does not fully work in CMSSW builds with non-x86-64 architectures --> <ifarch value="x86_64"> <test name="test_hltPrintMenuVersions" command="test_hltPrintMenuVersions.sh"/> </ifarch> <!-- test script hltMenuContentToCSVs --> <test name="test_hltMenuContentToCSVs" command="test_hltMenuContentToCSVs.sh"/> <!-- test script hltFindDuplicates --> <test name="test_hltFindDuplicates" command="test_hltFindDuplicates.sh"/> <!-- test script testOnlineVsDevTablesConsistency --> <test name="test_OnlineVsDevTablesConsistency" command="test_OnlineVsDevTablesConsistency.sh"/> <!-- test script check_phase2_hlt_duplicates.sh --> <test name="test_check_phase2_hlt_duplicates" command="check_phase2_hlt_duplicates.sh"/> <!-- test script to check the consistency of event content of HLTScoutingExtra and HLTScoutingAll --> <test name="testHLTScoutingEventContent" command="python3 ${CMSSW_BASE}/src/HLTrigger/Configuration/test/testHLTScoutingEventContent.py"/> <!-- test script check output "full" of GRun menu --> <test name="test_GRunFullOutput" command="python3 ${CMSSW_BASE}/src/HLTrigger/Configuration/test/testHLTOutput.py full GRun"/> <!-- test script check output full of HIon menu --> <test name="test_HIonFullOutput" command="python3 ${CMSSW_BASE}/src/HLTrigger/Configuration/test/testHLTOutput.py full HIon"/> <!-- test script check output full of Special menu --> <test name="test_SpecialFullOutput" command="python3 ${CMSSW_BASE}/src/HLTrigger/Configuration/test/testHLTOutput.py full Special"/> <!-- test script to check the configuration validaiton coverage --> <test name="test_PluginConfigValidationCoverage" command="python3 ${CMSSW_BASE}/src/HLTrigger/Configuration/test/testPluginConfigValidationCoverage.py"/> <!-- unit tests of the tagged module closure, on a synthetic configuration: they need no conditions, no input file and no menu --> <test name="test_moduleClosure" command="python3 ${CMSSW_BASE}/src/HLTrigger/Configuration/test/testModuleClosure.py"/> <!-- check that DST_HeterogeneousReco lists the heterogeneous content of the menu --> <test name="test_heterogeneousMenu" command="python3 ${CMSSW_BASE}/src/HLTrigger/Configuration/test/testHeterogeneousMenu.py"/>