File tree Expand file tree Collapse file tree 2 files changed +18
-0
lines changed
Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -405,6 +405,23 @@ ROOTTEST_ADD_TEST(SimpleRootcpInexistent
405405 COMMAND ${TOOLS_PREFIX} /rootcp${exeext} test .root:does_not_exist test .root:
406406 PASSREGEX "Error in <rootcp>: 'test.root:does_not_exist' matches no objects." )
407407
408+ if (davix)
409+ ROOTTEST_ADD_TEST(RootcpReadRemote
410+ COMMAND ${TOOLS_PREFIX} /rootcp${exeext} root://eospublic.cern.ch//eos/root-eos/h1/dstarmb.root copy_remote.root
411+ FIXTURES_SETUP main-RootcpReadRemote-fixture)
412+
413+ ROOTTEST_ADD_TEST(RootcpReadRemoteCheckOutput
414+ COMMAND ${TOOLS_PREFIX} /rootls${exeext} copy_remote.root
415+ OUTREF RootcpReadRemote.ref
416+ FIXTURES_REQUIRED main-RootcpReadRemote-fixture
417+ FIXTURES_SETUP main-RootcpReadRemoteCheckOutput-fixture
418+ ENVIRONMENT ${test_env} )
419+
420+ ROOTTEST_ADD_TEST(RootcpReadRemoteClean
421+ COMMAND ${PY_TOOLS_PREFIX} /rootrm${pyext} -r copy_remote.root
422+ FIXTURES_REQUIRED main-RootcpReadRemoteCheckOutput-fixture)
423+ endif ()
424+
408425#########################################################################
409426
410427############################# ROOMV TESTS ############################
Original file line number Diff line number Diff line change 1+ h42
You can’t perform that action at this time.
0 commit comments