Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions tests/gnmi/test_gnmi_appldb.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ def test_gnmi_appldb_01(duthosts, rand_one_dut_hostname, ptfhost):
# Check gnmi_get result
path_list1 = ["/sonic-db:APPL_DB/localhost/DASH_VNET_TABLE/Vnet1/vni"]
path_list2 = ["/sonic-db:APPL_DB/localhost/_DASH_VNET_TABLE/Vnet1/vni"]
output = None
try:
msg_list1 = gnmi_get(duthost, ptfhost, path_list1)
except Exception as e:
Expand Down
Loading