From c249f12e8e060f6806d03e21b8b0917539536521 Mon Sep 17 00:00:00 2001
From: Dorothea vom Bruch <Dorothea vom Bruch dorothea.vom.bruch@cern.ch>
Date: Mon, 27 Apr 2020 09:46:28 +0200
Subject: [PATCH] Remove test_standardbasic_reco14_run (follow up !391)

test_standardbasic_reco14_run is failing similarly to
test_standardbasic_reco14_init, but its validator does not register
that.
---
 .../CommonParticles/TestStandardBasicCuts.py  | 36 -------------------
 .../test_standardbasic_reco14_run.qmt         | 34 ------------------
 2 files changed, 70 deletions(-)
 delete mode 100644 DaVinciTests/tests/options/CommonParticles/TestStandardBasicCuts.py
 delete mode 100755 DaVinciTests/tests/qmtest/commonparticles.qms/test_standardbasic_reco14_run.qmt

diff --git a/DaVinciTests/tests/options/CommonParticles/TestStandardBasicCuts.py b/DaVinciTests/tests/options/CommonParticles/TestStandardBasicCuts.py
deleted file mode 100644
index da6c0d876..000000000
--- a/DaVinciTests/tests/options/CommonParticles/TestStandardBasicCuts.py
+++ /dev/null
@@ -1,36 +0,0 @@
-###############################################################################
-# (c) Copyright 2000-2018 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.                                       #
-###############################################################################
-"""Test validisy of CommonParticles.StandardBasic cuts.
-
-   syntax: gaudirun.py $DAVINCIMONITORSROOT/options/TestStandardBasicCuts.py
-
-   Author: Juan Palacios <palacios@physik.uzh.ch>
-
-"""
-##############################################################################
-from DaVinci.Configuration import DaVinci
-from Gaudi.Configuration import *
-#
-from CommonParticles import StandardBasic
-
-List = []
-
-for a,b in StandardBasic.locations.iteritems():
-    print "DVTestCommonParticles adding location", a
-    List.append(b)                      # ist of algorithms
-
-DaVinci( UserAlgorithms = List,
-         EvtMax = 1,
-         DataType = "2010",
-         Simulation = False,
-         InputType = "DST"       )
-
-MessageSvc().Format = "% F%60W%S%7W%R%T %0W%M"
diff --git a/DaVinciTests/tests/qmtest/commonparticles.qms/test_standardbasic_reco14_run.qmt b/DaVinciTests/tests/qmtest/commonparticles.qms/test_standardbasic_reco14_run.qmt
deleted file mode 100755
index 53265c1c4..000000000
--- a/DaVinciTests/tests/qmtest/commonparticles.qms/test_standardbasic_reco14_run.qmt
+++ /dev/null
@@ -1,34 +0,0 @@
-<?xml version="1.0" ?>
-<!--
-    (c) Copyright 2000-2018 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>gaudirun.py</text></argument>
-<argument name="timeout"><integer>6400</integer></argument>
-<argument name="args"><set>
-  <text>../options/CommonParticles/DVTestStandardBasic.py</text>
-  <text>$PRCONFIGOPTS/DaVinci/Stripping/Collision12-4TeV-Reco14-FULLDST.py</text>
-</set></argument>
-<argument name="prerequisites"><set>
-  <tuple><text>commonparticles.test_standardbasic_reco14_init</text><enumeral>PASS</enumeral></tuple>
-</set></argument>
-<argument name="validator"><text>
-findReferenceBlock("""
-DaVinciInitAlg                                              SUCCESS 500 events processed
-""", stdout, result, causes, signature_offset = 0, id='Events')
-findReferenceBlock("""
-StdNoPIDsUpPions                                            SUCCESS Number of counters : 1
- |    Counter                                      |     #     |    sum     | mean/eff^* | rms/err^*  |     min     |     max     |
- |*"#accept"                                       |       500 |        492 |( 98.40000 +- 0.5611417)% |
-""", stdout, result, causes, signature_offset = 0, id='Particles')
-countErrorLines({"FATAL":0})
-</text></argument>
-</extension>
-- 
GitLab