Skip to content
Snippets Groups Projects
Commit 9456e69e authored by Erik Reid's avatar Erik Reid
Browse files

some network config changes

parent 053ab231
No related branches found
No related tags found
No related merge requests found
......@@ -190,7 +190,8 @@ def test_all_services_all(client):
@pytest.mark.parametrize('service_type', [
# services with these types should all have snmp configs
'gws_indirect', 'geant_ip', 'l3_vpn'])
'gws_indirect', 'geant_ip'])
# 'gws_indirect', 'geant_ip', 'l3_vpn']) # TODO: something changed, check
def test_services_snmp(client, service_type):
rv = client.get(
......@@ -214,7 +215,6 @@ def test_services_snmp(client, service_type):
# ('gts', 'GTS'), # these are non-monitored (TODO: make a flag?)
('md_vpn_native', 'MD-VPN (NATIVE)'),
('md_vpn_proxy', 'MD-VPN (PROXY)'),
('cbl1', 'CBL1'),
('l3_vpn', 'L3-VPN')
])
def test_all_services_by_type(client, uri_type, expected_type):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment