Skip to content
Snippets Groups Projects
Commit 9f05e2b3 authored by Frank Winklmeier's avatar Frank Winklmeier
Browse files

Merge branch 'make-bs-test-standalone' into 'master'

fixed decode BS test

See merge request !20724
parents 2a076391 aa84304f
No related branches found
No related tags found
9 merge requests!58791DataQualityConfigurations: Modify L1Calo config for web display,!46784MuonCondInterface: Enable thread-safety checking.,!46776Updated LArMonitoring config file for WD to match new files produced using MT,!45405updated ART test cron job,!42417Draft: DIRE and VINCIA Base Fragments for Pythia 8.3,!28528Revert 63f845ae,!27054Atr20369 210,!26342Monopole: Handle fractionally charged particles,!20724fixed decode BS test
......@@ -72,12 +72,12 @@ atlas_add_test( egammaRunData
PROPERTIES WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/unitTestRun_egammaRunData
)
file( MAKE_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/unitTestRun_decodeBS )
atlas_add_test( decodeBS
SCRIPT test/test_decodeBS.sh
PROPERTIES TIMEOUT 1000
EXTRA_PATTERNS "-s .*absent.*|.*present.*|.*fragment: clid, type, key.*"
PROPERTIES WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/unitTestRun_egammaRunData
EXTRA_PATTERNS "-s FillMissingEDM.*(present|absent)"
PROPERTIES WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/unitTestRun_decodeBS
DEPENDS egammaRunData
)
......
......@@ -14,7 +14,7 @@ topSequence += decoder
from TrigOutputHandling.TrigOutputHandlingConf import TriggerEDMDeserialiserAlg
deserialiser = TriggerEDMDeserialiserAlg()
deserialiser = TriggerEDMDeserialiserAlg("TrigDeserialiser")
deserialiser.OutputLevel=DEBUG
topSequence += deserialiser
......
......@@ -3,6 +3,17 @@
# art-include: master/Athena
#
#!/bin/sh
# art-type: build
# art-include: master/Athena
#clear BS from previous runs
rm -rf data_test.*.data
athena --threads=1 --skipEvents=10 --evtMax=20 --filesInput="/cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/TrigP1Test/data17_13TeV.00327265.physics_EnhancedBias.merge.RAW._lb0100._SFO-1._0001.1" TrigUpgradeTest/egamma.withViews.py
FNAME=data_test.00327265.Single_Stream.daq.RAW._lb0100._Athena._0000.data
if [ -f ${FNAME} ]
then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment