Skip to content
Snippets Groups Projects
Commit cccbae5e authored by Vakhtang Tsulaia's avatar Vakhtang Tsulaia
Browse files

Merge branch 'IDPVM_addTest' into 'master'

Add a unit test for the standalone InDetPhysValMonitoring setup

See merge request atlas/athena!37998
parents 1ada1bf2 05fd81b3
No related branches found
No related tags found
No related merge requests found
......@@ -63,3 +63,10 @@ atlas_add_test( InDetPlotBase_test
POST_EXEC_SCRIPT "nopost.sh"
)
atlas_add_test( StandaloneRun_test
SCRIPT test/IDPVM_standalone_test.sh
POST_EXEC_SCRIPT "nopost.sh"
)
#!/bin/bash
##################################################
# This is a simple test for running the
# standalone job options of the InDetPhysValMonitoring
# package. Will not attempt to compare the outputs,
# but only test for a successful run of athena.
###################################################
# Use a random AOD on CVMFS as input - we do not really care about the results,
# the intention of the test is to ensure that the athena configuration
# for our setup is not broken
TestFile="/cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/Tier0ChainTests/q221/22.0/v1/myAOD.pool.root"
# Run the standalone valdiation options, with additional plots enabled to ensure we also test the command line arg mechanism
athena --filesInput ${TestFile} InDetPhysValMonitoring/InDetPhysValMonitoring_topOptions.py - --doExpertPlots
exit $?
\ No newline at end of file
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