From 93c4a165c03a62c0a3f0b0b270666302b20c83cb Mon Sep 17 00:00:00 2001 From: Robert Latta <robert.latta@geant.org> Date: Fri, 5 Apr 2019 10:36:15 +0100 Subject: [PATCH] added other_end_port to service fields --- test/test_classifier_routes.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/test_classifier_routes.py b/test/test_classifier_routes.py index dda9c25e..50e43424 100644 --- a/test/test_classifier_routes.py +++ b/test/test_classifier_routes.py @@ -62,6 +62,7 @@ JUNIPER_LINK_METADATA = { "equipment": {"type": "string"}, "other_end_equipment": {"type": "string"}, "port": {"type": "string"}, + "other_end_port": {"type": "string"}, "logical_unit": { "oneOf": [ {"type": "integer"}, -- GitLab