Skip to content

Commit

Permalink
sample_config_db.json test update
Browse files Browse the repository at this point in the history
Signed-off-by: Kanji Nakano <[email protected]>
  • Loading branch information
nakano-omw committed May 23, 2024
1 parent b368331 commit 2d2a6ff
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -169,5 +169,12 @@
"DEVICE_METADATA_INVALID_BGP_ROUTER_ID": {
"desc": "Verifying invalid bgp_router_id configuration.",
"eStrKey": "Pattern"
},
"DEVICE_METADATA_VALID_NEXTHOP_GROUP": {
"desc": "Verifying nexthop_group configuration."
},
"DEVICE_METADATA_INVALID_NEXTHOP_GROUP": {
"desc": "Verifying invalid nexthop_group configuration.",
"eStrKey": "Pattern"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -462,5 +462,23 @@
}
}
}
},
"DEVICE_METADATA_VALID_NEXTHOP_GROUP": {
"sonic-device_metadata:sonic-device_metadata": {
"sonic-device_metadata:DEVICE_METADATA": {
"sonic-device_metadata:localhost": {
"nexthop_group": "enable"
}
}
}
},
"DEVICE_METADATA_INVALID_NEXTHOP_GROUP": {
"sonic-device_metadata:sonic-device_metadata": {
"sonic-device_metadata:DEVICE_METADATA": {
"sonic-device_metadata:localhost": {
"nexthop_group": "disable"
}
}
}
}
}

0 comments on commit 2d2a6ff

Please sign in to comment.