Commit dc3419d4 authored by Cristiano Urban's avatar Cristiano Urban
Browse files

Fixed wrong path on xrootd transfer test section.

parent a7485a8f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@ print("Transfer service is RUNNING...")
time.sleep(10)
print("Starting XRootD transfer test [remote-to-remote]...")
process = client.CopyProcess()
process.add_job(source = 'root://tape_frontend//home/centos/tape_frontend/aaa/1.txt', 
process.add_job(source = 'root://tape_frontend//home/tape_frontend/aaa/1.txt', 
                target = 'root://transfer_node//home/transfer_node/data/1.txt', 
                force = True )
process.prepare()