Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
etf
cmssam
Commits
803b9e03
Commit
803b9e03
authored
Sep 27, 2019
by
Marian Babik
Browse files
Merge branch 'version_warn' into 'master'
add xrootd version to trigger warning See merge request
!12
parents
b134f0e3
7fe0c0d8
Changes
1
Hide whitespace changes
Inline
Side-by-side
SiteTests/SE/cmssam_xrootd_endpnt.py
View file @
803b9e03
...
...
@@ -28,7 +28,8 @@ from XRootD.client.flags import OpenFlags
CSXE_VERSION
=
"v0.01.00"
CSXE_XRTD_VERSION_BAD
=
[
"v1."
,
"v2."
,
"v3."
]
CSXE_XRTD_VERSION_WARN
=
[
"v4.0."
,
"v4.1."
,
"v4.2."
,
"v4.3."
]
CSXE_XRTD_VERSION_WARN
=
[
"v4.0."
,
"v4.1."
,
"v4.2."
,
"v4.3."
,
\
"v4.4."
,
"v4.5."
,
"v4.6."
,
"v4.7."
]
CSXE_ASCII73CODE
=
"0123456789abcdefghijklmnopqrstuvwxyz+-*="
+
\
"ABCDEFGHIJKLMNOPQRSTUVWXYZ.:,;!?_"
CSXE_FILES
=
[{
'name'
:
"/store/mc/SAM/GenericTTbar/AODSIM/"
+
\
...
...
Write
Preview
Supports
Markdown
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