Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
etf
cmssam
Commits
3c197878
Commit
3c197878
authored
Apr 07, 2020
by
Marian Zvada
Browse files
update global redirector testfile url
parent
8be2e166
Changes
1
Hide whitespace changes
Inline
Side-by-side
SiteTests/testjob/tests/CE-cms-xrootd-access
View file @
3c197878
...
...
@@ -352,7 +352,7 @@ def main():
if
exitCode
:
return
print_summary
(
"Failure when setting up scramv1 runtime (CMSSW %s, SCRAM_ARCH=%s)"
%
(
cmssw_version
,
scram_arch
),
returnCode
)
stdout
,
exitCode
=
runCommand
(
"xrdcp"
,
[
"-d 1"
,
"-f"
,
"root://cms-xrd-global.cern.ch
:1094
//tmp/xrootd-testfile.
xrdcmsglobal01.cern.ch
"
,
"/dev/null"
],
opts
,
combineStd
=
True
)
stdout
,
exitCode
=
runCommand
(
"xrdcp"
,
[
"-d 1"
,
"-f"
,
"root://cms-xrd-global.cern.ch//tmp/xrootd-testfile.
global
"
,
"/dev/null"
],
opts
,
combineStd
=
True
)
if
exitCode
:
print
stdout
return
print_summary
(
"Global redirector error"
,
NAG_OK
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment