Skip to content

Commit

Permalink
fix & re-enable test
Browse files Browse the repository at this point in the history
Signed-off-by: matiAlfaro <[email protected]>
  • Loading branch information
matiAlfaro committed May 30, 2024
1 parent 72895e8 commit e246f53
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{
"BUFFER_QUEUE_CORRECT_PROFILE_VALUE": {
"desc": "BUFFER_QUEUE_CORRECT_PROFILE_VALUE no failure"
},
"BUFFER_QUEUE_WRONG_PROFILE_VALUE": {
"desc": "BUFFER_QUEUE_WRONG_PROFILE_VALUE pattern failure",
"eStr": "wrong"
Expand All @@ -10,5 +13,8 @@
"BUFFER_QUEUE_WRONG_PORT_VALUE": {
"desc": "BUFFER_QUEUE_WRONG_PORT_VALUE pattern failure",
"eStr": "wrong"
},
"VOQ_BUFFER_QUEUE_CONFIG": {
"desc": "VOQ_BUFFER_QUEUE_CONFIG has no failure"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,22 @@
}
},
"VOQ_BUFFER_QUEUE_CONFIG": {
"sonic-port:sonic-port": {
"sonic-port:PORT": {
"PORT_LIST": [
{
"admin_status": "up",
"alias": "eth0",
"description": "Ethernet0",
"lanes": "65",
"mtu": "9000",
"name": "Ethernet4",
"tpid": "0x8100",
"speed": "25000"
}
]
}
},
"sonic-device_metadata:sonic-device_metadata": {
"sonic-device_metadata:DEVICE_METADATA": {
"sonic-device_metadata:localhost": {
Expand Down

0 comments on commit e246f53

Please sign in to comment.