diff --git a/test/test_classifier_routes.py b/test/test_classifier_routes.py index e799c11c9b68cdda37ffb44a57bba899ece2b473..dda9c25ee8b644821babcbb5c12e58e641868c3f 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 }