Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
etf
cmssam
Commits
5c0db4d8
Commit
5c0db4d8
authored
Apr 08, 2020
by
Marian Babik
Browse files
Merge branch 'update-redirector' into 'master'
update global redirector testfile url See merge request
!25
parents
8be2e166
3c197878
Changes
1
Show whitespace changes
Inline
Side-by-side
SiteTests/testjob/tests/CE-cms-xrootd-access
View file @
5c0db4d8
...
...
@@ -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
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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