Loading hackfest/mock_osm/WimconnectorIETFL2VPN.py +1 −1 Original line number Diff line number Diff line Loading @@ -167,7 +167,7 @@ class WimconnectorIETFL2VPN(SdnConnectorBase): """ SETTINGS = { # min_endpoints, max_endpoints, vpn_service_type 'ELINE': (2, 2, 'vpws'), # Virtual Private Wire Service 'ELAN' : (2, None, 'vpls'), # Virtual Private LAN Service 'ELAN' : (2, None, 'bgp-vpls'), # Virtual Private LAN Service } settings = SETTINGS.get(service_type) if settings is None: raise NotImplementedError('Unsupported service_type({:s})'.format(str(service_type))) Loading src/tests/tools/mock_osm/WimconnectorIETFL2VPN.py +1 −1 Original line number Diff line number Diff line Loading @@ -167,7 +167,7 @@ class WimconnectorIETFL2VPN(SdnConnectorBase): """ SETTINGS = { # min_endpoints, max_endpoints, vpn_service_type 'ELINE': (2, 2, 'vpws'), # Virtual Private Wire Service 'ELAN' : (2, None, 'vpls'), # Virtual Private LAN Service 'ELAN' : (2, None, 'bgp-vpls'), # Virtual Private LAN Service } settings = SETTINGS.get(service_type) if settings is None: raise NotImplementedError('Unsupported service_type({:s})'.format(str(service_type))) Loading Loading
hackfest/mock_osm/WimconnectorIETFL2VPN.py +1 −1 Original line number Diff line number Diff line Loading @@ -167,7 +167,7 @@ class WimconnectorIETFL2VPN(SdnConnectorBase): """ SETTINGS = { # min_endpoints, max_endpoints, vpn_service_type 'ELINE': (2, 2, 'vpws'), # Virtual Private Wire Service 'ELAN' : (2, None, 'vpls'), # Virtual Private LAN Service 'ELAN' : (2, None, 'bgp-vpls'), # Virtual Private LAN Service } settings = SETTINGS.get(service_type) if settings is None: raise NotImplementedError('Unsupported service_type({:s})'.format(str(service_type))) Loading
src/tests/tools/mock_osm/WimconnectorIETFL2VPN.py +1 −1 Original line number Diff line number Diff line Loading @@ -167,7 +167,7 @@ class WimconnectorIETFL2VPN(SdnConnectorBase): """ SETTINGS = { # min_endpoints, max_endpoints, vpn_service_type 'ELINE': (2, 2, 'vpws'), # Virtual Private Wire Service 'ELAN' : (2, None, 'vpls'), # Virtual Private LAN Service 'ELAN' : (2, None, 'bgp-vpls'), # Virtual Private LAN Service } settings = SETTINGS.get(service_type) if settings is None: raise NotImplementedError('Unsupported service_type({:s})'.format(str(service_type))) Loading