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
3ec8a96a
Commit
3ec8a96a
authored
Jul 15, 2020
by
Andrea Sciaba
Browse files
Added printout of X509_CERT_DIR in xrootd-fallback
parent
38754906
Changes
1
Hide whitespace changes
Inline
Side-by-side
SiteTests/testjob/tests/CE-cms-xrootd-fallback
View file @
3ec8a96a
...
...
@@ -238,12 +238,14 @@ def main():
pilot_uid
=
os
.
geteuid
()
pilot_proxy
=
os
.
environ
.
get
(
"X509_USER_PROXY"
,
"/tmp/x509up_u%d"
%
pilot_uid
)
cert_dir
=
os
.
environ
.
get
(
"X509_CERT_DIR"
,
"undefined"
)
if
not
os
.
path
.
isfile
(
pilot_proxy
):
return
print_summary
(
"X509_USER_PROXY=%s is not a file"
%
pilot_proxy
,
NAG_CRITICAL
)
log
.
info
(
"X509_USER_PROXY=%s"
%
pilot_proxy
)
log
.
info
(
"X509_CERT_DIR=%s"
%
cert_dir
)
# Workaround to suppress voms errors on OSG
# Workaround to suppress voms errors on OSG
os
.
environ
[
"VOMS_PROXY_INFO_DONT_VERIFY_AC"
]
=
"1"
if
'OSG_GRID'
in
os
.
environ
and
not
find_executable
(
'gfal-copy'
):
...
...
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