-
Notifications
You must be signed in to change notification settings - Fork 34
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
Added FDB basic UTs #199
Merged
Merged
Added FDB basic UTs #199
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
Signed-off-by: Andriy Kokhan <andriy.kokhan@plvision.eu>
Signed-off-by: Andriy Kokhan <andriy.kokhan@plvision.eu>
Signed-off-by: Andriy Kokhan <andriy.kokhan@plvision.eu>
selldinesh
pushed a commit
to selldinesh/SAI-Challenger
that referenced
this pull request
Oct 3, 2023
Signed-off-by: Andriy Kokhan <andriy.kokhan@plvision.eu> Signed-off-by: selldinesh <dinesh.sellappan@keysight.com>
selldinesh
pushed a commit
to selldinesh/SAI-Challenger
that referenced
this pull request
Oct 5, 2023
Signed-off-by: Andriy Kokhan <andriy.kokhan@plvision.eu> Signed-off-by: selldinesh <dinesh.sellappan@keysight.com>
selldinesh
added a commit
to selldinesh/SAI-Challenger
that referenced
this pull request
Oct 5, 2023
* Add LAG hash seed test-case (opencomputeproject#184) Signed-off-by: Yurii Lisovskyi <yurii.lisovskyi@plvision.eu> Signed-off-by: selldinesh <dinesh.sellappan@keysight.com> * adding additional create remove cases (#14) Signed-off-by: selldinesh <dinesh.sellappan@keysight.com> * removing switch tunnel Signed-off-by: selldinesh <dinesh.sellappan@keysight.com> * resolving PR comments and merge conflict Signed-off-by: selldinesh <dinesh.sellappan@keysight.com> * resolving precommit checks Signed-off-by: selldinesh <dinesh.sellappan@keysight.com> * reverting sai and l2 basic Signed-off-by: selldinesh <dinesh.sellappan@keysight.com> * Fixed u8/u16 and range Thrift conversions (opencomputeproject#188) Signed-off-by: Andriy Kokhan <andriy.kokhan@gmail.com> Signed-off-by: selldinesh <dinesh.sellappan@keysight.com> * Updated PTF use-case. Enabled PTF TCs run from CI/CD (opencomputeproject#189) Signed-off-by: Andriy Kokhan <andriy.kokhan@gmail.com> Signed-off-by: selldinesh <dinesh.sellappan@keysight.com> * Fix oper status check (opencomputeproject#192) Signed-off-by: Yurii Lisovskyi <yurii.lisovskyi@plvision.eu> Signed-off-by: selldinesh <dinesh.sellappan@keysight.com> * Added support for string SAI_NULL_OBJECT_ID for Thrift RPC (opencomputeproject#194) Signed-off-by: Vinod Kumar <vikumar7ks@gmail.com> Signed-off-by: selldinesh <dinesh.sellappan@keysight.com> * Remove unnecessary adding BPs to default VLAN on init (opencomputeproject#193) Signed-off-by: Yurii Lisovskyi <yurii.lisovskyi@plvision.eu> Signed-off-by: selldinesh <dinesh.sellappan@keysight.com> * Adding new DASH TCs for create, set and remove API (opencomputeproject#195) Signed-off-by: Vinod Kumar <vikumar7ks@gmail.com> Signed-off-by: selldinesh <dinesh.sellappan@keysight.com> * Adding new DASH TCs for create, set and remove API 2nd set (opencomputeproject#197) Signed-off-by: Vinod Kumar <vikumar7ks@gmail.com> Signed-off-by: selldinesh <dinesh.sellappan@keysight.com> * Fixed set_sku_mode() (opencomputeproject#198) Signed-off-by: Andriy Kokhan <andriy.kokhan@plvision.eu> Signed-off-by: selldinesh <dinesh.sellappan@keysight.com> * Added FDB basic UTs (opencomputeproject#199) Signed-off-by: Andriy Kokhan <andriy.kokhan@plvision.eu> Signed-off-by: selldinesh <dinesh.sellappan@keysight.com> * Added LAG basic UTs (opencomputeproject#200) Signed-off-by: Andriy Kokhan <andriy.kokhan@plvision.eu> Signed-off-by: selldinesh <dinesh.sellappan@keysight.com> * Added FDB flush UTs (opencomputeproject#201) Signed-off-by: Andriy Kokhan <andriy.kokhan@plvision.eu> Signed-off-by: selldinesh <dinesh.sellappan@keysight.com> * [CI/CD] Fixed checks what Docker images have to be rebuild (opencomputeproject#206) Signed-off-by: Andriy Kokhan <andriy.kokhan@plvision.eu> Signed-off-by: selldinesh <dinesh.sellappan@keysight.com> * Updated to SAI v1.13+ (opencomputeproject#205) * Added nlohmann-json3-dev as new sairedis dependency * Extended list of unsupported types in get_by_type() --------- Signed-off-by: Andriy Kokhan <andriy.kokhan@plvision.eu> Signed-off-by: selldinesh <dinesh.sellappan@keysight.com> * Fixed pytest warnings (opencomputeproject#207) Signed-off-by: Andriy Kokhan <andriy.kokhan@plvision.eu> Signed-off-by: selldinesh <dinesh.sellappan@keysight.com> * Refactored Redis RPC I/O failure processing (opencomputeproject#208) Signed-off-by: Andriy Kokhan <andriy.kokhan@plvision.eu> Signed-off-by: selldinesh <dinesh.sellappan@keysight.com> * Removed obsoleted exec option. Please use "--testbed" instead (opencomputeproject#209) Signed-off-by: Andriy Kokhan <andriy.kokhan@plvision.eu> Signed-off-by: selldinesh <dinesh.sellappan@keysight.com> * Add generic SAI Thrift server (opencomputeproject#203) Signed-off-by: Yurii Lisovskyi <yurii.lisovskyi@plvision.eu> Signed-off-by: selldinesh <dinesh.sellappan@keysight.com> * Fixed "--traffic" option behavior (opencomputeproject#210) Signed-off-by: Andriy Kokhan <andriy.kokhan@plvision.eu> Signed-off-by: selldinesh <dinesh.sellappan@keysight.com> * line ending change Signed-off-by: selldinesh <dinesh.sellappan@keysight.com> * adding additional tofino vs pass cases * adding skip all * pytest --------- Signed-off-by: Yurii Lisovskyi <yurii.lisovskyi@plvision.eu> Signed-off-by: selldinesh <dinesh.sellappan@keysight.com> Signed-off-by: Andriy Kokhan <andriy.kokhan@gmail.com> Signed-off-by: Vinod Kumar <vikumar7ks@gmail.com> Signed-off-by: Andriy Kokhan <andriy.kokhan@plvision.eu> Co-authored-by: Yurii Lisovskyi <yurii.lisovskyi@plvision.eu> Co-authored-by: Andriy Kokhan <andriy.kokhan@gmail.com> Co-authored-by: vikumarks <119973184+vikumarks@users.noreply.github.com> Co-authored-by: Andriy Kokhan <andriy.kokhan@plvision.eu>
selldinesh
pushed a commit
to selldinesh/SAI-Challenger
that referenced
this pull request
Oct 5, 2023
Signed-off-by: Andriy Kokhan <andriy.kokhan@plvision.eu> Signed-off-by: selldinesh <dinesh.sellappan@keysight.com>
selldinesh
pushed a commit
to selldinesh/SAI-Challenger
that referenced
this pull request
Oct 16, 2023
Signed-off-by: Andriy Kokhan <andriy.kokhan@plvision.eu> Signed-off-by: selldinesh <dinesh.sellappan@keysight.com>
selldinesh
pushed a commit
to selldinesh/SAI-Challenger
that referenced
this pull request
Oct 16, 2023
Signed-off-by: Andriy Kokhan <andriy.kokhan@plvision.eu> Signed-off-by: selldinesh <dinesh.sellappan@keysight.com>
selldinesh
pushed a commit
to selldinesh/SAI-Challenger
that referenced
this pull request
Oct 16, 2023
Signed-off-by: Andriy Kokhan <andriy.kokhan@plvision.eu> Signed-off-by: selldinesh <dinesh.sellappan@keysight.com>
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.
No description provided.