From d974040b6dcf2c7102e1201e375628934f3b2dca Mon Sep 17 00:00:00 2001 From: Bjarke Madsen <bjarke.madsen@geant.org> Date: Wed, 18 Aug 2021 12:42:35 +0200 Subject: [PATCH] Fix test to expect new dashboard grouping --- test/test_general_poller_routes.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/test_general_poller_routes.py b/test/test_general_poller_routes.py index 26e9a4c6..c528635a 100644 --- a/test/test_general_poller_routes.py +++ b/test/test_general_poller_routes.py @@ -238,7 +238,7 @@ def test_fw_counter_bytes_oid_values(customer, interface_name, expected_oid): ('SRV_IAS UPSTREAM COGENT #COGENT_GWS_VIE | ASN174', ['IAS_UPSTREAM']), ('SRV_L3VPN RE_INTERCONNECT CLARA #REDCLARA-LIS-LHCONE | ASN27750', - ['LHCONE', 'LHCONE_PEER']), + ['LHCONE', 'LHCONE_PEER', 'RE_PEER']), ('SRV_MDVPN CUSTOMER REDIRIS #RedIRIS_AP1_BGP_LU_CoC_1 | MD VPN CoC-REDIRIS - ', # noqa: E501 ['MDVPN_CUSTOMERS', 'NREN']), ('SRV_L2CIRCUIT CUSTOMER TENET PSNC #lon-lon-GEANTOPEN-PSNC-TENET-18067 |', # noqa: E501 @@ -298,7 +298,7 @@ def test_interface_dashboard_mapping(description, expected_dashboards): }, {'name': 'COGENT', 'interface_type': 'LOGICAL'}), ({ 'description': 'SRV_L3VPN RE_INTERCONNECT CLARA #REDCLARA-LIS-LHCONE | ASN27750', # noqa: E501 - 'dashboards': ['LHCONE', 'LHCONE_PEER'] + 'dashboards': ['LHCONE', 'LHCONE_PEER', 'RE_PEER'] }, {'name': 'CLARA', 'interface_type': 'LOGICAL'}), ({ 'description': 'SRV_MDVPN CUSTOMER REDIRIS #RedIRIS_AP1_BGP_LU_CoC_1 | MD VPN CoC-REDIRIS - ', # noqa: E501 -- GitLab