Skip to content
Snippets Groups Projects
configure_dst_yaml-opts.qmt 1.31 KiB
Newer Older
<?xml version="1.0" ?>
    (c) Copyright 2021-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.
-->
<!DOCTYPE extension  PUBLIC '-//QM/2.3/Extension//EN'  'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'>
<extension class="GaudiTest.GaudiExeTest" kind="test">
  <argument name="program"><text>lbexec</text></argument>
  <argument name="timeout"><integer>600</integer></argument>
  <argument name="args"><set>
    <text>DaVinciTests:minimal</text>
  </set></argument>
  <argument name="test_file_db_options_yaml"><text>Upgrade_Bd2KstarMuMu</text></argument>
  <argument name="extra_options_yaml"><text>
    ntuple_file: DV-Ntuple_yaml-opts.root
    histo_file: DV-Histos_yaml-opts.root
    lumi: False
Sevda Esen's avatar
Sevda Esen committed
    input_process: Brunel
    evt_max: 10
  </text></argument>
Sascha Stahl's avatar
Sascha Stahl committed
  <argument name="use_temp_dir"><enumeral>true</enumeral></argument>
Sascha Stahl's avatar
Sascha Stahl committed
  <argument name="validator"><text>
countErrorLines({"FATAL": 0, "ERROR": 0}, stdout=stdout)
Sascha Stahl's avatar
Sascha Stahl committed
  </text></argument>
</extension>