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

transfer_service.py: changed home folder names on xrootd transfer test.

parent 1940e53d
Loading
Loading
Loading
Loading
+6 −4
Original line number Diff line number Diff line
@@ -21,10 +21,12 @@ ts.run()
print("Transfer service is RUNNING...")

time.sleep(10)
print("Starting XRootD transfer test...")
print("Starting XRootD transfer test [remote-to-remote]...")
process = client.CopyProcess()
process.add_job(source = 'root://tape_frontend//home/centos/data/aaa/1.txt', target = '/home/transfer_service', force = True )
process.add_job(source = 'root://tape_frontend//home/centos/tape_frontend/aaa/1.txt', 
                target = 'root://transfer_node//home/transfer_node/data/1.txt', 
                force = True )
process.prepare()
process.run()
time.sleep(3)
os.system('du -a /home/transfer_service')
 No newline at end of file
#time.sleep(3)
#os.system('du -a /home/centos')
 No newline at end of file