Skip to content

Commit

Permalink
Add max_queues value to unit test state db
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidZagury committed Dec 18, 2023
1 parent 71f9e81 commit 04c1e36
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/mock_tables/state_db.json
Original file line number Diff line number Diff line change
Expand Up @@ -195,5 +195,8 @@
},
"NEIGH_STATE_TABLE|fc00::12": {
"state" : "Deleted"
}
},
"BUFFER_MAX_PARAM_TABLE|Ethernet0": {
"max_queues": "16"
}
}

0 comments on commit 04c1e36

Please sign in to comment.