-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
### Why I did it Key is missing in on change updates Current: root@efb973f6ce02:~# python /root/gnxi/gnmi_cli_py/py_gnmicli.py -g -t X -p 50051 -m subscribe -x NEIGH_STATE_TABLE -xt STATE_DB -o ndastreamingservertest --subscribe_mode 0 --submode 1 --interval 0 --update_count 2 --create_connections 1 ``` 2023-07-20 22:05:25.146156 response received: sync_response: true 2023-07-20 22:05:31.271959 response received: update { timestamp: 1689890731162239986 prefix { target: "STATE_DB" } update { path { elem { name: "NEIGH_STATE_TABLE" } } val { json_ietf_val: "{\"peerType\":\"e-BGP\",\"state\":\"Active\"}" } } } ``` Changed: ``` 2023-07-20 22:01:56.251096 response received: sync_response: true 2023-07-20 22:02:15.558270 response received: update { timestamp: 1689890542962488225 prefix { target: "STATE_DB" } update { path { elem { name: "NEIGH_STATE_TABLE" } } val { json_ietf_val: "{\"10.0.0.57\":{\"peerType\":\"e-BGP\",\"state\":\"Active\"}}" } } } ``` #### How I did it Set use key value to true #### How to verify it E2E test (sonic-mgmt test case)
- Loading branch information
1 parent
de55902
commit f1ea212
Showing
2 changed files
with
35 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters