Skip to content

Commit 2901ddf

Browse files
authored
Using directly the same ports in xrootd and http
1 parent 99b0600 commit 2901ddf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

osgtest/tests/test_158_xrootd_tpc.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +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)
24+
xrd.port 9001
2525
fi
2626
if named third-party-copy-2
2727
set HttpPort = 9002
2828
macaroons.secretkey /etc/xrootd/macaroon-secret-2
29-
xrd.port $(HttpPort)
29+
xrd.port 9002
3030
fi
3131
"""
3232

0 commit comments

Comments
 (0)