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.
[submodule] Update submodule sonic-gnmi to the latest HEAD automatica…
…lly (sonic-net#18387) #### Why I did it src/sonic-gnmi ``` * 3fa77c6 - (HEAD -> master, origin/master, origin/HEAD) Support multiple database for DPU (sonic-net#188) (20 hours ago) [ganglv] ``` #### How I did it #### How to verify it #### Description for the changelog
- Loading branch information
1 parent
f1439ee
commit b1b79c5
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule sonic-gnmi
updated
12 files
+39 −2 | gnmi_server/server_test.go | |
+3 −0 | pytest.ini | |
+40 −14 | sonic_data_client/client_test.go | |
+215 −61 | sonic_data_client/mixed_db_client.go | |
+161 −0 | sonic_db_config/db_config.go | |
+159 −0 | sonic_db_config/db_config_test.go | |
+3 −3 | test/test_gnmi_appldb.py | |
+3 −3 | test/test_gnmi_configdb.py | |
+487 −0 | test/test_gnmi_dpu_appldb.py | |
+49 −0 | test_utils/test_utils.go | |
+73 −0 | testdata/database_config_dpu.json | |
+12 −0 | testdata/database_global_dpu.json |