From 796fec6f6d7d143887908448627f61ac03df5dc6 Mon Sep 17 00:00:00 2001 From: Erik Reid <erik.reid@geant.org> Date: Fri, 15 Mar 2019 15:11:21 +0100 Subject: [PATCH] weakend trap metadata schema in test --- test/test_classifier_routes.py | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/test/test_classifier_routes.py b/test/test_classifier_routes.py index e799c11c..dda9c25e 100644 --- a/test/test_classifier_routes.py +++ b/test/test_classifier_routes.py @@ -89,12 +89,12 @@ JUNIPER_LINK_METADATA = { # TODO: modify service-info so that "" entries are just omitted # (... rather than requiring 'oneOf') # TODO: put 'other_end_*' params in a sub dictionary - "required": [ - "id", "name", "status", - "circuit_type", "service_type", - "project", "port", "manufacturer", - "equipment", "logical_unit", "card_id", "interface_name" - ], + # "required": [ + # "id", "name", "status", + # "circuit_type", "service_type", + # "project", "port", "manufacturer", + # "equipment", "logical_unit", "card_id", "interface_name" + # ], "additionalProperties": False } }, @@ -111,7 +111,7 @@ JUNIPER_LINK_METADATA = { "items": {"$ref": "#/definitions/service-info"} } }, - "required": ["interface"], + # "required": ["interface"], "additionalProperties": False } -- GitLab