Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
DaVinci
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
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
DaVinci
Commits
826077e2
Commit
826077e2
authored
4 years ago
by
Davide Fazzini
Browse files
Options
Downloads
Patches
Plain Diff
update test genfsr
parent
af59446b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!1103
Draft: Add AnalysisHelpers to DaVinci Stack
,
!405
DV tests update
Pipeline
#1724969
failed
4 years ago
Stage: test
Changes
2
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
DaVinciTests/tests/options/fsrs/test-genfsr.py
+9
-7
9 additions, 7 deletions
DaVinciTests/tests/options/fsrs/test-genfsr.py
DaVinciTests/tests/refs/GeneratorLogFSR_expected.xml
+161
-411
161 additions, 411 deletions
DaVinciTests/tests/refs/GeneratorLogFSR_expected.xml
with
170 additions
and
418 deletions
DaVinciTests/tests/options/fsrs/test-genfsr.py
+
9
−
7
View file @
826077e2
...
...
@@ -15,15 +15,17 @@ seqGenFSR = GaudiSequencer("GenFSRSeq")
seqGenFSR
.
Members
+=
[
"
GenFSRMerge
"
]
seqGenFSR
.
Members
+=
[
"
GenFSRLog
"
]
from
Configurables
import
LHCbApp
LHCbApp
().
DDDBtag
=
"
dddb-20130929-1
"
LHCbApp
().
CondDBtag
=
"
sim-20130522-1-vc-md100
"
from
Configurables
import
DaVinci
DaVinci
().
InputType
=
"
DST
"
DaVinci
().
DataType
=
"
2012
"
DaVinci
().
DataType
=
"
Upgrade
"
DaVinci
().
Simulation
=
True
DaVinci
().
InputType
=
"
LDST
"
DaVinci
().
Lumi
=
False
DaVinci
().
UserAlgorithms
=
[
seqGenFSR
]
from
Configurables
import
LHCbApp
,
CondDB
CondDB
().
Upgrade
=
True
LHCbApp
().
DDDBtag
=
"
dddb-20171126
"
LHCbApp
().
CondDBtag
=
"
sim-20171127-vc-md100
"
from
PRConfig
import
TestFileDB
TestFileDB
.
test_file_db
[
"
genFSR_
2012_
dst
"
].
run
(
configurable
=
DaVinci
())
TestFileDB
.
test_file_db
[
"
genFSR_
upgrade_l
dst
"
].
run
(
configurable
=
DaVinci
())
This diff is collapsed.
Click to expand it.
DaVinciTests/tests/refs/GeneratorLogFSR_expected.xml
+
161
−
411
View file @
826077e2
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