Skip to content
Snippets Groups Projects

changes for running online

Merged Rosen Matev requested to merge rm-align-online into master
Compare and Show latest version
3 files
+ 3
41
Compare changes
  • Side-by-side
  • Inline
Files
3
<?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'>
<!--
(c) Copyright 2019-2020 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.
-->
<!--
Validate standalone iteration step with Humboldt configuration
-->
<extension class="GaudiTest.GaudiExeTest" kind="test">
<argument name="prerequisites"><set>
<tuple><text>humboldt.analyzer-vp-halves-modules</text><enumeral>PASS</enumeral></tuple>
</set></argument>
<argument name="program"><text>gaudirun.py</text></argument>
<argument name="args"><set>
<text>$HUMBOLDTROOT/options/AlignVPHalvesModules_Iterator.py</text>
</set></argument>
<argument name="use_temp_dir"><enumeral>per-test</enumeral></argument>
<argument name="timeout"><integer>1800</integer></argument>
<argument name="validator"><text>
import os
exec(open(os.path.expandvars(
"$HUMBOLDTROOT/tests/options/validate-iterator.py")).read())
</text></argument>
</extension>
Loading