[vnet]: Fix FDB related failure in "vnet_bitmap" virtual switch test#1034
Merged
prsunny merged 1 commit intosonic-net:masterfrom Aug 20, 2019
Merged
[vnet]: Fix FDB related failure in "vnet_bitmap" virtual switch test#1034prsunny merged 1 commit intosonic-net:masterfrom
prsunny merged 1 commit intosonic-net:masterfrom
Conversation
Signed-off-by: Volodymyr Samotiy <volodymyrs@mellanox.com>
stcheng
reviewed
Aug 20, 2019
|
|
||
| if (mac,_vni) not in self.vnet_mac_vni_list: | ||
| new_fdb = get_created_entry(asic_db, self.ASIC_FDB_ENTRY, self.fdbs) | ||
| new_fdbs = get_all_created_entries(asic_db, self.ASIC_FDB_ENTRY, self.fdbs) |
Contributor
There was a problem hiding this comment.
do you know why there're extra FDB entries in the ASIC database?
Collaborator
Author
There was a problem hiding this comment.
No, I tried many times and I wasn't able to reproduce it in my environment. Probably it's specific to public environment were VS tests are running.
stcheng
approved these changes
Aug 20, 2019
prsunny
approved these changes
Aug 20, 2019
dgsudharsan
pushed a commit
to dgsudharsan/sonic-swss
that referenced
this pull request
Oct 7, 2019
…onic-net#1034) Signed-off-by: Volodymyr Samotiy <volodymyrs@mellanox.com>
EdenGri
pushed a commit
to EdenGri/sonic-swss
that referenced
this pull request
Feb 28, 2022
…1034) create new feature.py for both config and show, move the code into feature.py move common code into sonic-utiltities.common.cli.py Signed-off-by: Guohan Lu <lguohan@gmail.com>
oleksandrivantsiv
pushed a commit
to oleksandrivantsiv/sonic-swss
that referenced
this pull request
Mar 1, 2023
* [SAI submodule update] Enable support for SAI header v1.10.2
Janetxxx
pushed a commit
to Janetxxx/sonic-swss
that referenced
this pull request
Nov 10, 2025
…onic-net#1034) Signed-off-by: Volodymyr Samotiy <volodymyrs@mellanox.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Signed-off-by: Volodymyr Samotiy volodymyrs@mellanox.com
What I did
Fixed FDB related failure in
vnet_bitmapvirtual switch testWhy I did it
vnet_bitmapvirtual switch test cases fail from time to time due to some extra FDB entries present inASIC_DBHow I verified it
Ran virtual switch tests and verified they passed
Details if related
N/A