From ae556a50140753ed45b81d4b2332a34ebb2a60dc Mon Sep 17 00:00:00 2001 From: Robert Latta <robert.latta@geant.org> Date: Mon, 8 Apr 2019 13:58:28 +0100 Subject: [PATCH] updated schema to allow pop information --- test/test_classifier_routes.py | 4 ++++ test/test_infinera_classifier.py | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/test/test_classifier_routes.py b/test/test_classifier_routes.py index 2d860341..2b4e76a5 100644 --- a/test/test_classifier_routes.py +++ b/test/test_classifier_routes.py @@ -60,6 +60,10 @@ JUNIPER_LINK_METADATA = { "service_type": {"type": "string"}, "project": {"type": "string"}, "equipment": {"type": "string"}, + "pop": {"type": "string"}, + "pop_abbreviation": {"type": "string"}, + "other_end_pop": {"type": "string"}, + "other_end_pop_abbreviation": {"type": "string"}, "other_end_equipment": {"type": "string"}, "port": {"type": "string"}, "other_end_port": {"type": "string"}, diff --git a/test/test_infinera_classifier.py b/test/test_infinera_classifier.py index 591b2c0d..771cd729 100644 --- a/test/test_infinera_classifier.py +++ b/test/test_infinera_classifier.py @@ -27,6 +27,10 @@ INFINERA_LINK_METADATA = { }, "service_type": {"type": "string"}, "project": {"type": "string"}, + "pop": {"type": "string"}, + "pop_abbreviation": {"type": "string"}, + "other_end_pop": {"type": "string"}, + "other_end_pop_abbreviation": {"type": "string"}, "equipment": {"type": "string"}, "other_end_equipment": {"type": "string"}, "port": {"type": "string"}, -- GitLab