Skip to content

Commit 798d5fe

Browse files
committed
fix vs test
1 parent 1665c71 commit 798d5fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_fdbsync.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def set_admin_status(dvs, interface, status):
5858
local_intf = 'Ethernet8'
5959
local_intf2 = 'Ethernet12'
6060
tunnel_name_nvo = 'nvo'
61-
app_fdb_name = '_VXLAN_FDB_TABLE:'
61+
app_fdb_name = 'VXLAN_FDB_TABLE:'
6262
tunnel_remote_imet = '00:00:00:00:00:00'
6363
tunnel_remote_imet_type = 'permanent'
6464
app_imet_name = 'VXLAN_REMOTE_VNI_TABLE:'

0 commit comments

Comments
 (0)