-
Notifications
You must be signed in to change notification settings - Fork 531
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[vs]: Add vs test support for bitmap VNET #792
Merged
Merged
Conversation
This file contains 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
prsunny
reviewed
Feb 15, 2019
There are some failures for the Vnet bitmap test, can you check? |
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
retest this please |
2 similar comments
retest this please |
retest this please |
volodymyrsamotiy
force-pushed
the
vnet_bitmap
branch
2 times, most recently
from
March 26, 2019 11:52
3eb2baa
to
4ea372e
Compare
retest this please |
1 similar comment
retest this please |
Signed-off-by: Volodymyr Samotiy <volodymyrs@mellanox.com>
* Move definition of bitmap VNET helper class to test_vnet.py Signed-off-by: Volodymyr Samotiy <volodymyrs@mellanox.com>
Signed-off-by: Volodymyr Samotiy <volodymyrs@mellanox.com>
volodymyrsamotiy
force-pushed
the
vnet_bitmap
branch
from
April 12, 2019 07:21
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 <ying.xie@microsoft.com> * Remove obsolete comment
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
Added
vs
test support for bitmap VNET implementation.Why I did it
It is done in order to have
vs
tests running for the bitmap VNET implementation.How I verified it
Executed all
vs
tests (including this new test) and verified that all passed.Details if related
Depends on the following PRs: