TangoAuthorityNameValidator¶

-
class
TangoAuthorityNameValidator[source]¶ Bases:
taurus.core.taurusvalidator.TaurusAuthorityNameValidatorValidator for Tango authority names. Apart from the standard named groups (scheme, authority, path, query and fragment), the following named groups are created:
- host: tango host name, without port.
- port: port number
-
fragment= '(?!)'¶
-
getUriGroups(name, strict=None)[source]¶ Reimplementation of getUriGroups to fix the host and authority name using fully qualified domain name for the host.
-
path= '(?!)'¶
-
query= '(?!)'¶
-
scheme= 'tango'¶