From dc04a74601dab5b7a9bc65f62829b6fc76fa5fe5 Mon Sep 17 00:00:00 2001 From: Stewart Martin-Haugh <smh@cern.ch> Date: Wed, 5 Dec 2018 17:26:13 +0100 Subject: [PATCH] Add file with defaults for tests --- Control/AthenaConfiguration/python/TestDefaults.py | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Control/AthenaConfiguration/python/TestDefaults.py diff --git a/Control/AthenaConfiguration/python/TestDefaults.py b/Control/AthenaConfiguration/python/TestDefaults.py new file mode 100644 index 00000000000..2bb35cba740 --- /dev/null +++ b/Control/AthenaConfiguration/python/TestDefaults.py @@ -0,0 +1,7 @@ +#Files for use in configuration unit tests + +class defaultTestFiles(): + RAW = ["/cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/TrigP1Test/data17_13TeV.00327265.physics_EnhancedBias.merge.RAW._lb0100._SFO-1._0001.1"] + RDO = ["myRDO.pool.root"]#needs a test RDO + AOD = ["myAOD.pool.root"]#needs a test AOD + ESD = ["myESD.pool.root"]#needs a test ESD -- GitLab