-
Notifications
You must be signed in to change notification settings - Fork 94
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
Dash ENI create/remove tests #293
Dash ENI create/remove tests #293
Conversation
aputriax
commented
Dec 4, 2022
- Added ENI verification test plan.
- Added automated ENI tests.
- Moved all common functions to sai_dash_utils.py
- Skipped failing tests on CI.
Making a separate file for common functions for ease of review (see only 2 files). |
saidasheni.py: - test module with ENI creation/deletion and scale verification sai_dash_utils.py: - added classes for storing test configuration - added mixin class with traffic verification methods - fixed VnetAPI issues saidashvnet.py: - moved VnetObjects and VnetAPI to a separate file sai_dash_utils.py Signed-off-by: Yuriy Harhas <[email protected]>
Signed-off-by: Anton Putria <[email protected]>
f0dd406
to
881cb0a
Compare
Done. Common functions are already merged in PR #298. So this PR now contains only 2 files. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Signed-off-by: Yuriy Harhas <[email protected]>
Signed-off-by: Yuriy Harhas <[email protected]>
lgtm, we can add more cases on top of this as future commits |
@theasianpianist for viz |