From 04c1e368f50618c98d3c8008de3a8a703cf39eb4 Mon Sep 17 00:00:00 2001 From: davidza Date: Mon, 18 Dec 2023 12:44:37 +0200 Subject: [PATCH] Add max_queues value to unit test state db --- tests/mock_tables/state_db.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tests/mock_tables/state_db.json b/tests/mock_tables/state_db.json index abccdb386..49519a64c 100644 --- a/tests/mock_tables/state_db.json +++ b/tests/mock_tables/state_db.json @@ -195,5 +195,8 @@ }, "NEIGH_STATE_TABLE|fc00::12": { "state" : "Deleted" - } + }, + "BUFFER_MAX_PARAM_TABLE|Ethernet0": { + "max_queues": "16" + } }