forked from sonic-net/sonic-buildimage
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 3beaadc (HEAD, origin/master, origin/HEAD, master) Improve unit test for gnmi (#38) * a12fcd8 Merge pull request #13 from renukamanavalan/statistics * | 28b2f27 Enable unit test * | 65e3c8f Add log for authentication and add unit test. #12 * | 1b3b838 Merge pull request #8 from ganglyu/fix_pipeline
- Loading branch information
1 parent
6a54bc4
commit 4018ff6
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule sonic-gnmi
updated
11 files
+4 −4 | Makefile | |
+46 −3 | azure-pipelines.yml | |
+24 −3 | gnmi_server/client_subscribe.go | |
+4 −0 | gnmi_server/server.go | |
+202 −0 | gnmi_server/server_test.go | |
+1 −0 | go.mod | |
+13 −2 | sonic_data_client/db_client.go | |
+386 −0 | sonic_data_client/events_client.go | |
+6 −0 | sonic_data_client/non_db_client.go | |
+6 −0 | sonic_data_client/transl_data_client.go | |
+38 −21 | telemetry/telemetry.go |