From 542eadc3a3346c482e233c6d38baec5ccbd9bfa8 Mon Sep 17 00:00:00 2001 From: Erik Reid <erik.reid@geant.org> Date: Thu, 3 Jan 2019 22:20:59 +0100 Subject: [PATCH] re-enable tests for all routers --- test/per_router/test_juniper_data.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test/per_router/test_juniper_data.py b/test/per_router/test_juniper_data.py index c8bc7dda..32b31990 100644 --- a/test/per_router/test_juniper_data.py +++ b/test/per_router/test_juniper_data.py @@ -44,10 +44,6 @@ def netconf_doc(mocker, router, data_config): def test_interface_list(netconf_doc): - hostname = netconf_doc.xpath('//configuration/groups/system/host-name/text()')[0] - if not hostname.startswith('mx1.mad.es'): - return - schema = { "$schema": "http://json-schema.org/draft-07/schema#", "type": "array", -- GitLab