X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FRO.git;a=blobdiff_plain;f=RO-SDN-dpb%2Fosm_rosdn_dpb%2Fwimconn_dpb.py;h=b8a9123b7340341f24463b9dc46cfabc033b158b;hp=e08cdfdf7cf3cd247c8b41bdce837eb735f75609;hb=dfad9cde8fb089f926f66198671295610321930f;hpb=368e566522cc1760d4700745d22885f52d2b1275 diff --git a/RO-SDN-dpb/osm_rosdn_dpb/wimconn_dpb.py b/RO-SDN-dpb/osm_rosdn_dpb/wimconn_dpb.py index e08cdfdf..b8a9123b 100755 --- a/RO-SDN-dpb/osm_rosdn_dpb/wimconn_dpb.py +++ b/RO-SDN-dpb/osm_rosdn_dpb/wimconn_dpb.py @@ -36,7 +36,7 @@ from osm_ro_plugin.sdnconn import SdnConnectorBase, SdnConnectorError class DpbSshInterface: - """ Communicate with the DPB via SSH """ + """Communicate with the DPB via SSH""" __LOGGER_NAME_EXT = ".ssh" __FUNCTION_MAP_POS = 1 @@ -191,7 +191,7 @@ class DpbSshInterface: class DpbRestInterface: - """ Communicate with the DPB via the REST API """ + """Communicate with the DPB via the REST API""" __LOGGER_NAME_EXT = ".rest" __FUNCTION_MAP_POS = 0 @@ -230,7 +230,7 @@ class DpbRestInterface: class DpbConnector(SdnConnectorBase): - """ Use the DPB to establish multipoint connections """ + """Use the DPB to establish multipoint connections""" __LOGGER_NAME = "ro.sdn.dpb" __SUPPORTED_SERV_TYPES = ["ELAN (L2)", "ELINE (L2)"]