Skip to content

Commit 99b0600

Browse files
authored
HAve third party copy servers use their HTTP ports
HAve third party copy servers use their HTTP ports as Xrootd ports to prevent port collision
1 parent 28ab68a commit 99b0600

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

osgtest/tests/test_158_xrootd_tpc.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,12 @@
2121
if named third-party-copy-1
2222
set HttpPort = 9001
2323
macaroons.secretkey /etc/xrootd/macaroon-secret-1
24+
xrd.port $(HttpPort)
2425
fi
2526
if named third-party-copy-2
2627
set HttpPort = 9002
2728
macaroons.secretkey /etc/xrootd/macaroon-secret-2
29+
xrd.port $(HttpPort)
2830
fi
2931
"""
3032

0 commit comments

Comments
 (0)