Skip to content
Snippets Groups Projects

Update DQ R22 trigger ART tests to reflect change in upstream test name

Merged Peter Onyisi requested to merge ponyisi/athena:master-art-test-names into master
All threads resolved!
2 files
+ 8
7
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -3,10 +3,11 @@
# art-type: grid
# art-include: master/Athena
# art-output: ExampleMonitorOutput.root
# art-output: log*
art.py download TrigAnalysisTest test_trigAna_q221_RDOtoAOD_mt1_grid.sh
art.py download TrigAnalysisTest test_trigAna_q221_RDOtoAOD_mt1_grid.py
AODFILE=(./ref-*/AOD.pool.root)
Run3DQTestingDriver.py 'Input.Files=["'${AODFILE}'"]' DQ.Steering.doHLTMon=True DQ.Environment=AOD --dqOffByDefault
Run3DQTestingDriver.py 'Input.Files=["'${AODFILE}'"]' DQ.Steering.doHLTMon=True DQ.Environment=AOD --dqOffByDefault > log.HIST_Creation 2>&1
echo "art-result: $? HIST_Creation"
rm -rf ref-*
@@ -14,5 +15,5 @@ rm -rf ref-*
ArtPackage=$1
ArtJobName=$2
art.py download ${ArtPackage} ${ArtJobName}
hist_diff.sh ExampleMonitorOutput.root ./ref-*/ExampleMonitorOutput.root -i
hist_diff.sh ExampleMonitorOutput.root ./ref-*/ExampleMonitorOutput.root -i > log.HIST_Diff 2>&1
echo "art-result: $? HIST_Diff"
Loading