Skip to content

Commit

Permalink
fix vs test
Browse files Browse the repository at this point in the history
  • Loading branch information
anilkpandey committed Dec 31, 2020
1 parent 1665c71 commit 798d5fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_fdbsync.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def set_admin_status(dvs, interface, status):
local_intf = 'Ethernet8'
local_intf2 = 'Ethernet12'
tunnel_name_nvo = 'nvo'
app_fdb_name = '_VXLAN_FDB_TABLE:'
app_fdb_name = 'VXLAN_FDB_TABLE:'
tunnel_remote_imet = '00:00:00:00:00:00'
tunnel_remote_imet_type = 'permanent'
app_imet_name = 'VXLAN_REMOTE_VNI_TABLE:'
Expand Down

0 comments on commit 798d5fe

Please sign in to comment.