Skip to content
Snippets Groups Projects

Skeleton of the new configuration for the Upgrade

Merged Davide Fazzini requested to merge DVNewConfig into master
Compare and Show latest version
12 files
+ 586
235
Compare changes
  • Side-by-side
  • Inline
Files
12
<?xml version="1.0" ?>
<!--
###############################################################################
# (c) Copyright 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. #
###############################################################################
-->
<!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'>
<!--
#######################################################
# SUMMARY OF THIS TEST
# ...................
# Author: dfazzini
# Purpose: Very simple test of DaVinci configurable
# Prerequisites: None
#######################################################
-->
<extension class="GaudiTest.GaudiExeTest" kind="test">
<argument name="program"><text>gaudirun.py</text></argument>
<argument name="args"><set><text>DaVinci.ConfigurationUpgrade:mc</text></set></argument>
<argument name="validator"><text>
findReferenceBlock("""
TimingAuditor.T... INFO --------------------------------------------------------------------------------------------------
TimingAuditor.T... INFO EVENT LOOP | 2.000 | 1.952 | 0.357 29.8 6.56 | 20 | 0.039 |
TimingAuditor.T... INFO DaVinciInitAlg | 0.500 | 0.136 | 0.067 0.9 0.18 | 20 | 0.003 |
TimingAuditor.T... INFO SimpleHistos | 1.500 | 1.599 | 0.153 27.9 6.18 | 20 | 0.032 |
TimingAuditor.T... INFO --------------------------------------------------------------------------------------------------
""", stdout, result, causes, signature_offset = 0, id='rest')
countErrorLines({"FATAL":0})
</text></argument>
</extension>
Loading