From 8f5a9322ab86eb790925eb3f5b9217e1953d0758 Mon Sep 17 00:00:00 2001 From: LucaNicosia Date: Wed, 24 Jan 2024 15:17:40 +0100 Subject: [PATCH 1/2] vlan schema: remove 'state' from keys Signed-off-by: LucaNicosia --- suzieq/config/schema/vlan.avsc | 1 - 1 file changed, 1 deletion(-) diff --git a/suzieq/config/schema/vlan.avsc b/suzieq/config/schema/vlan.avsc index 85feab6e55..fbb4d71ad1 100644 --- a/suzieq/config/schema/vlan.avsc +++ b/suzieq/config/schema/vlan.avsc @@ -39,7 +39,6 @@ { "name": "state", "type": "string", - "key": 2, "display": 4, "description": "VLAN state: active or suspended" }, From 955761e790637524f8eedb88586f1a4adf6c25a9 Mon Sep 17 00:00:00 2001 From: AndryNick98 Date: Tue, 21 May 2024 15:22:51 +0200 Subject: [PATCH 2/2] tests/sqcmds: updated vlan describe tests due to schema changes Signed-off-by: AndryNick98 --- tests/integration/sqcmds/common-samples/describe.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/sqcmds/common-samples/describe.yml b/tests/integration/sqcmds/common-samples/describe.yml index 99cb904f61..6acc453630 100644 --- a/tests/integration/sqcmds/common-samples/describe.yml +++ b/tests/integration/sqcmds/common-samples/describe.yml @@ -575,7 +575,7 @@ tests: carrying this VLAN"}, {"name": "namespace", "type": "string", "key": 0, "display": 0, "description": "Namespace associated with record"}, {"name": "sqvers", "type": "string", "key": "", "display": "", "description": "Schema version, not selectable"}, - {"name": "state", "type": "string", "key": 2, "display": 4, "description": "VLAN + {"name": "state", "type": "string", "key": "", "display": 4, "description": "VLAN state: active or suspended"}, {"name": "timestamp", "type": "timestamp", "key": "", "display": 7, "description": ""}, {"name": "vlan", "type": "long", "key": "", "display": 6, "description": "VLAN ID"}, {"name": "vlanName", "type": "string",