[vs]: Add vs test support for bitmap VNET#792
Merged
prsunny merged 3 commits intosonic-net:masterfrom Apr 12, 2019
Merged
Conversation
prsunny
reviewed
Feb 15, 2019
Collaborator
|
There are some failures for the Vnet bitmap test, can you check? |
Collaborator
Author
|
There are failures because implementation of "bitmap VNET" is not merged yet and also it depends on some other PRs.
|
prsunny
approved these changes
Mar 6, 2019
Collaborator
|
retest this please |
2 similar comments
Collaborator
|
retest this please |
Collaborator
|
retest this please |
3eb2baa to
4ea372e
Compare
Collaborator
|
retest this please |
1 similar comment
Collaborator
|
retest this please |
added 3 commits
April 12, 2019 07:19
Signed-off-by: Volodymyr Samotiy <[email protected]>
* Move definition of bitmap VNET helper class to test_vnet.py Signed-off-by: Volodymyr Samotiy <[email protected]>
Signed-off-by: Volodymyr Samotiy <[email protected]>
4ea372e to
3934760
Compare
EdenGri
pushed a commit
to EdenGri/sonic-swss
that referenced
this pull request
Feb 28, 2022
* [neighbor advertiser] remove http endpoint access Signed-off-by: Ying Xie <[email protected]> * Remove obsolete comment
Janetxxx
pushed a commit
to Janetxxx/sonic-swss
that referenced
this pull request
Nov 10, 2025
* [vs]: Add vs test support for bitmap VNET * Move definition of bitmap VNET helper class to test_vnet.py * [vs]: Add "local route" vs test support for bitmap VNET Signed-off-by: Volodymyr Samotiy <[email protected]>
jianyuewu
pushed a commit
to jianyuewu/sonic-swss
that referenced
this pull request
Dec 24, 2025
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 [email protected]
What I did
Added
vstest support for bitmap VNET implementation.Why I did it
It is done in order to have
vstests running for the bitmap VNET implementation.How I verified it
Executed all
vstests (including this new test) and verified that all passed.Details if related
Depends on the following PRs: