Skip to content
Snippets Groups Projects
Commit f018be05 authored by Robert Latta's avatar Robert Latta
Browse files

updated schema to cope with 'bundle' field

parent 91572be9
No related branches found
No related tags found
No related merge requests found
......@@ -18,6 +18,10 @@ def test_router_interfaces(router, client_with_mocked_data):
"properties": {
"name": {"type": "string"},
"description": {"type": "string"},
"bundle": {
"type": "array",
"items": {"type": "string"}
},
"ipv4": {
"type": "array",
"items": {"type": "string"}
......
......@@ -52,6 +52,10 @@ def test_interface_list(netconf_doc):
"properties": {
"name": {"type": "string"},
"description": {"type": "string"},
"bundle": {
"type": "array",
"items": {"type": "string"}
},
"ipv4": {
"type": "array",
"items": {"type": "string"}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment