diff --git a/test/test_general_poller_routes.py b/test/test_general_poller_routes.py index 26e9a4c646790b8c7ec86acdf1a941c36e440750..c528635a77499f20e77e3a00fa8fd12815bdf982 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