diff --git a/Tools/DirectIOART/test/test_directioart_athenamp_recotf_with_raw_https.sh b/Tools/DirectIOART/test/test_directioart_athenamp_recotf_with_raw_https.sh index f60236d56b2993128a3a3ba98d54c3c6aefc92ac..dff226907f85ce8206a66671304173e3117db593 100755 --- a/Tools/DirectIOART/test/test_directioart_athenamp_recotf_with_raw_https.sh +++ b/Tools/DirectIOART/test/test_directioart_athenamp_recotf_with_raw_https.sh @@ -9,6 +9,6 @@ set -e export ATHENA_CORE_NUMBER=2 -Reco_tf.py --AMI q431 --multiprocess--inputBSFile https://lcg-lrz-http.grid.lrz.de:443/pnfs/lrz-muenchen.de/data/atlas/dq2/atlasdatadisk/rucio/data15_13TeV/71/42/data15_13TeV.00284285.physics_Main.daq.RAW._lb0856._SFO-1._0003.data --outputESDFile art.pool.root +Reco_tf.py --AMI q431 --multiprocess --inputBSFile https://lcg-lrz-http.grid.lrz.de:443/pnfs/lrz-muenchen.de/data/atlas/dq2/atlasdatadisk/rucio/data15_13TeV/71/42/data15_13TeV.00284285.physics_Main.daq.RAW._lb0856._SFO-1._0003.data --outputESDFile art.pool.root echo "art-result: $? DirectIOART_AthenaMP_RecoTF_inputBS_protocol_HTTPS" diff --git a/Tools/DirectIOART/test/test_directioart_athenamp_recotf_with_raw_root.sh b/Tools/DirectIOART/test/test_directioart_athenamp_recotf_with_raw_root.sh index 7e19dba9ff457af307e3d82c648d3248ad120e10..90c4403d0741d62e3792a0784fbb9be2283262b9 100755 --- a/Tools/DirectIOART/test/test_directioart_athenamp_recotf_with_raw_root.sh +++ b/Tools/DirectIOART/test/test_directioart_athenamp_recotf_with_raw_root.sh @@ -9,6 +9,6 @@ set -e export ATHENA_CORE_NUMBER=2 -Reco_tf.py --AMI q431 --multiproces --inputBSFile root://lcg-lrz-rootd.grid.lrz.de:1094/pnfs/lrz-muenchen.de/data/atlas/dq2/atlasdatadisk/rucio/data15_13TeV/71/42/data15_13TeV.00284285.physics_Main.daq.RAW._lb0856._SFO-1._0003.data --outputESDFile art.pool.root +Reco_tf.py --AMI q431 --multiprocess --inputBSFile root://lcg-lrz-rootd.grid.lrz.de:1094/pnfs/lrz-muenchen.de/data/atlas/dq2/atlasdatadisk/rucio/data15_13TeV/71/42/data15_13TeV.00284285.physics_Main.daq.RAW._lb0856._SFO-1._0003.data --outputESDFile art.pool.root echo "art-result: $? DirectIOART_AthenaMP_RecoTF_inputBS_protocol_ROOT"