Skip to content

Commit 57bcde3

Browse files
authored
Merge pull request #210 from opensciencegrid/HTTPS-TPC-multistream
The testing should include multistream
2 parents f1d9393 + c4d10e0 commit 57bcde3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

osgtest/tests/test_465_xrootd_tpc.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ def test_02_initate_tpc(self):
5050
command = ('curl', '-A', 'Test', "-vk", "-X", "COPY",
5151
'-H', "Authorization: Bearer %s" % core.config['xrootd.tpc.macaroon-1'],
5252
'-H', "Source: %s" % core.config['xrootd.tpc.url-1'],
53-
'-H', 'Overwrite: T',
53+
'-H', 'Overwrite: T',
54+
'-H', 'X-Number-Of-Streams: 2',
5455
'-H', 'Copy-Header: Authorization: Bearer %s'% core.config['xrootd.tpc.macaroon-2'],
5556
core.config['xrootd.tpc.url-2'])
5657
status, stdout, stderr = core.system(command, user=True)

0 commit comments

Comments
 (0)