Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Gauss
Manage
Activity
Members
Labels
Plan
Issues
82
Issue boards
Milestones
Iterations
Requirements
Jira
Code
Merge requests
68
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LHCb
Gauss
Commits
2a516787
Commit
2a516787
authored
3 years ago
by
Michal Mazurek
Browse files
Options
Downloads
Patches
Plain Diff
Remove failing test ddg4_vp_ana.qmt and place it in a separate MR
parent
51fef2b7
No related branches found
No related tags found
2 merge requests
!1000
Merge Gauss-on-Gaussino to master
,
!725
[Futurev4] Add a test for running Gauss with DD4hep geometry and fix problems
Pipeline
#3366528
passed with stage
in 19 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Sim/FutureTestsDD4HEP/tests/qmtest/ddg4_vp_ana.qmt
+0
-40
0 additions, 40 deletions
Sim/FutureTestsDD4HEP/tests/qmtest/ddg4_vp_ana.qmt
with
0 additions
and
40 deletions
Sim/FutureTestsDD4HEP/tests/qmtest/ddg4_vp_ana.qmt
deleted
100755 → 0
+
0
−
40
View file @
51fef2b7
<?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 2021 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.
-->
<!--
Analyse the ROOT output of a DDG4 script.
-->
<extension
class=
"GaudiTest.GaudiExeTest"
kind=
"test"
>
<argument
name=
"prerequisites"
><set>
<tuple><text>
ddg4_vp
</text><enumeral>
PASS
</enumeral></tuple>
</set></argument>
<argument
name=
"program"
><text>
root
</text></argument>
<argument
name=
"args"
><set>
<text>
-b
</text>
<text>
-q
</text>
<text>
$DETECTOR_PROJECT_ROOT/examples/VP_ana_ddg4.C("ddg4_vp.root", "ddg4_vp_histos.root")
</text>
</set></argument>
<argument
name=
"use_temp_dir"
><enumeral>
true
</enumeral></argument>
<argument
name=
"validator"
><text>
import subprocess
try:
output = subprocess.check_output(["rootls", "-t", "ddg4_vp_histos.root:*"], text=True)
except subprocess.CalledProcessError:
causes.append("failed to list histogram output file")
result["output.summary"] = result.Quote(output)
if not (len(output.splitlines()) >= 50):
causes.append('output.summary is too short')
</text></argument>
</extension>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment