diff --git a/test/test_ix_public_peers.py b/test/per_router/test_ix_public_peers.py similarity index 97% rename from test/test_ix_public_peers.py rename to test/per_router/test_ix_public_peers.py index 334de18b4dc3b8255ef4ca8331e7773ac290b270..abeb8f757cf59151f095a443d627823744bde02d 100644 --- a/test/test_ix_public_peers.py +++ b/test/per_router/test_ix_public_peers.py @@ -17,7 +17,7 @@ ROUTER_NAME = 'mx2.lju.si.geant.net' @pytest.fixture -def netconf(): +def netconf(router): netconf_filename = os.path.join( TEST_DATA_DIRNAME, ROUTER_NAME + '-netconf.xml') @@ -57,7 +57,7 @@ def test_ix_public_peers(netconf): for p in juniper.ix_public_peers(netconf): jsonschema.validate(p, schema) - + print(p) def test_vpn_rr_peers(netconf): for p in juniper.vpn_rr_peers(netconf):