Skip to content
Snippets Groups Projects

Adding qmtest of hlt1_hlt2_comparison

Merged Xueting Yang requested to merge xueting_hlt1_hlt2_compare_qmt into master
All threads resolved!
<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'>
<!--
(c) Copyright 2000-2023 CERN for the benefit of the LHCb Collaboration
This software is distributed under the terms of the GNU General Public
Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".
In applying this licence, CERN does not waive the privileges and immunities
granted to it by virtue of its status as an Intergovernmental Organization
or submit itself to any jurisdiction.
-->
<!--
qmt test to compare tracks from HLT1 to HLT2.
-->
<extension class="GaudiTest.GaudiExeTest" kind="test">
<argument name="program"><text>gaudirun.py</text></argument>
<argument name="timeout"><integer>2400</integer></argument>
<argument name="args"><set>
<text>$MOOREROOT/tests/options/default_input_and_conds_hlt2.py</text>
<text>$RECOCONFROOT/options/hlt1_hlt2_comparison.py</text>
</set></argument>
<argument name="use_temp_dir"><enumeral>true</enumeral></argument>
<argument name="reference"><text>../refs/hlt1_hlt2_comparison.ref</text></argument>
<argument name="error_reference"><text>../refs/empty.ref</text></argument>
<argument name="validator"><text>
from Moore.qmtest.exclusions import ref_preprocessor, counter_preprocessor
validateWithReference(preproc = ref_preprocessor, counter_preproc = counter_preprocessor)
from Moore.qmtest.exclusions import remove_known_warnings
countErrorLines({"FATAL": 0, "ERROR": 0, "WARNING": 0},
stdout=remove_known_warnings(stdout))
</text></argument>
</extension>
Loading