1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
<!-- 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"/>
|