diff --git a/Tools/DirectIOART/test/test_directioart_athena_recotf_with_raw_davs.sh b/Tools/DirectIOART/test/test_directioart_athena_recotf_with_raw_davs.sh
new file mode 100755
index 0000000000000000000000000000000000000000..3a79ded14240676d3d4bef5f78db6a3aa13a6d4f
--- /dev/null
+++ b/Tools/DirectIOART/test/test_directioart_athena_recotf_with_raw_davs.sh
@@ -0,0 +1,12 @@
+#!/bin/bash
+
+# art-description: DirectIOART Athena Reco_tf.py inputFile:RAW protocol=DAVS
+# art-type: grid
+# art-output: *.pool.root
+# art-include: 21.0/Athena
+
+set -e
+
+Reco_tf.py --AMI q431 --inputBSFile davs://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_Athena_RecoTF_inputBS_protocol_DAVS"
\ No newline at end of file
diff --git a/Tools/DirectIOART/test/test_directioart_athena_recotf_with_raw_https.sh b/Tools/DirectIOART/test/test_directioart_athena_recotf_with_raw_https.sh
new file mode 100755
index 0000000000000000000000000000000000000000..481c61f7f6953542cc6cccd403b31f2a7f9e72e4
--- /dev/null
+++ b/Tools/DirectIOART/test/test_directioart_athena_recotf_with_raw_https.sh
@@ -0,0 +1,12 @@
+#!/bin/bash
+
+# art-description: DirectIOART Athena Reco_tf.py inputFile:RAW protocol=HTTPS
+# art-type: grid
+# art-output: *.pool.root
+# art-include: 21.0/Athena
+
+set -e
+
+Reco_tf.py --AMI q431 --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_Athena_RecoTF_inputBS_protocol_HTTPS"
\ No newline at end of file
diff --git a/Tools/DirectIOART/test/test_directioart_athena_recotf_with_raw_root.sh b/Tools/DirectIOART/test/test_directioart_athena_recotf_with_raw_root.sh
new file mode 100755
index 0000000000000000000000000000000000000000..d69547239685523892783fd333789c604e45194c
--- /dev/null
+++ b/Tools/DirectIOART/test/test_directioart_athena_recotf_with_raw_root.sh
@@ -0,0 +1,12 @@
+#!/bin/bash
+
+# art-description: DirectIOART Athena Reco_tf.py inputFile:RAW protocol=ROOT
+# art-type: grid
+# art-output: *.pool.root
+# art-include: 21.0/Athena
+
+set -e
+
+Reco_tf.py --AMI q431 --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_Athena_RecoTF_inputBS_protocol_ROOT"
\ No newline at end of file
diff --git a/Tools/DirectIOART/test/test_directioart_athenamp_recotf_with_raw_davs.sh b/Tools/DirectIOART/test/test_directioart_athenamp_recotf_with_raw_davs.sh
new file mode 100755
index 0000000000000000000000000000000000000000..6e0e7d82728c06516ecc1c40c8e59844dbe9c93c
--- /dev/null
+++ b/Tools/DirectIOART/test/test_directioart_athenamp_recotf_with_raw_davs.sh
@@ -0,0 +1,13 @@
+#!/bin/bash
+
+# art-description: DirectIOART AthenaMP Reco_tf.py inputFile:RAW protocol=DAVS
+# art-type: grid
+# art-output: *.pool.root
+# art-include: 21.0/Athena
+
+set -e
+
+export ATHENA_PROC_NUMBER=2
+Reco_tf.py --AMI q431 --inputBSFile davs://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_DAVS"
\ No newline at end of file
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
new file mode 100755
index 0000000000000000000000000000000000000000..ae565d9212cbb0e2e8d7aafc57c06493c16c1be5
--- /dev/null
+++ b/Tools/DirectIOART/test/test_directioart_athenamp_recotf_with_raw_https.sh
@@ -0,0 +1,13 @@
+#!/bin/bash
+
+# art-description: DirectIOART AthenaMP Reco_tf.py inputFile:RAW protocol=HTTPS
+# art-type: grid
+# art-output: *.pool.root
+# art-include: 21.0/Athena
+
+set -e
+
+export ATHENA_PROC_NUMBER=2
+Reco_tf.py --AMI q431 --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"
\ No newline at end of file
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
new file mode 100755
index 0000000000000000000000000000000000000000..d978d2b0270c852256d53c949517ebd7a67a0cbd
--- /dev/null
+++ b/Tools/DirectIOART/test/test_directioart_athenamp_recotf_with_raw_root.sh
@@ -0,0 +1,13 @@
+#!/bin/bash
+
+# art-description: DirectIOART AthenaMP Reco_tf.py inputFile:RAW protocol=ROOT
+# art-type: grid
+# art-output: *.pool.root
+# art-include: 21.0/Athena
+
+set -e
+
+export ATHENA_PROC_NUMBER=2
+Reco_tf.py --AMI q431 --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"
\ No newline at end of file