From 6d6ce1eecf68776a581cd73f802733cca566a361 Mon Sep 17 00:00:00 2001 From: Robert Latta <robert.latta@geant.org> Date: Thu, 31 Mar 2022 19:13:42 +0000 Subject: [PATCH] flake8 --- test/test_general_poller_routes.py | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/test/test_general_poller_routes.py b/test/test_general_poller_routes.py index 1cc7c179..1bc5e528 100644 --- a/test/test_general_poller_routes.py +++ b/test/test_general_poller_routes.py @@ -334,7 +334,9 @@ def test_interface_dashboard_mapping(description, expected_dashboards): ({ 'description': 'SRV_IAS PRIVATE OPTIMA-TELEKOM #HR-EduZone | For Eduzone', # noqa: E501 'dashboards': ['IAS_PEERS', 'IAS_PRIVATE'] - }, ['OPTIMA-TELEKOM'], {'name': 'OPTIMA-TELEKOM', 'interface_type': 'LOGICAL'}), + }, + ['OPTIMA-TELEKOM'], + {'name': 'OPTIMA-TELEKOM', 'interface_type': 'LOGICAL'}), ({ 'description': 'SRV_CLS PRIVATE AWS #AT-AWS-CLS|ASN16509 | ', 'dashboards': ['CLS', 'CLS_PEERS'] @@ -379,15 +381,21 @@ def test_interface_dashboard_mapping(description, expected_dashboards): ({ 'description': 'SRV_GLOBAL INFRASTRUCTURE BACKBONE SRF0000001', 'dashboards': ['INFRASTRUCTURE_BACKBONE'] - }, ['SRV_GLOBAL INFRASTRUCTURE BACKBONE SRF0000001'], {'name': 'SRV_GLOBAL INFRASTRUCTURE BACKBONE SRF0000001', 'interface_type': 'LOGICAL'}), # noqa: E501 + }, + ['SRV_GLOBAL INFRASTRUCTURE BACKBONE SRF0000001'], + {'name': 'SRV_GLOBAL INFRASTRUCTURE BACKBONE SRF0000001', 'interface_type': 'LOGICAL'}), # noqa: E501 ({ 'description': 'SRV_MDVPN CUSTOMER', 'dashboards': ['MDVPN_CUSTOMERS', 'NREN'] - }, ['SRV_MDVPN CUSTOMER'], {'name': 'SRV_MDVPN CUSTOMER', 'interface_type': 'LOGICAL'}), + }, + ['SRV_MDVPN CUSTOMER'], + {'name': 'SRV_MDVPN CUSTOMER', 'interface_type': 'LOGICAL'}), ({ 'description': 'SRV_MDVPN CUSTOMER', 'dashboards': ['MDVPN_CUSTOMERS', 'NREN'] - }, ['SRV_MDVPN CUSTOMER'], {'name': 'SRV_MDVPN CUSTOMER', 'interface_type': 'LOGICAL'}), + }, + ['SRV_MDVPN CUSTOMER'], + {'name': 'SRV_MDVPN CUSTOMER', 'interface_type': 'LOGICAL'}), ({ 'description': 'SRV_L3VPN RE_INTERCONNECT REDCLARA #REDCLARA-MAD-COPERNICUS | ASN27750', # noqa: E501 'dashboards': ['COPERNICUS'] -- GitLab