-
Notifications
You must be signed in to change notification settings - Fork 33
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
[ISSUE-1186]: fake-attach without DR test automation (e2e), framework utils #1208
Conversation
e6212d3
to
10415be
Compare
Signed-off-by: Dawid Korzepa <[email protected]>
Signed-off-by: Dawid Korzepa <[email protected]>
Signed-off-by: Dawid Korzepa <[email protected]>
Signed-off-by: Dawid Korzepa <[email protected]>
10415be
to
e0cfbf7
Compare
Signed-off-by: Dawid Korzepa <[email protected]>
Co-authored-by: korzepadawwid <[email protected]> Co-authored-by: mdutka-dell <[email protected]> Signed-off-by: Dawid Korzepa <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1208 +/- ##
==========================================
- Coverage 71.04% 71.01% -0.03%
==========================================
Files 105 105
Lines 10592 10592
==========================================
- Hits 7525 7522 -3
- Misses 2759 2761 +2
- Partials 308 309 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Co-authored-by: korzepadawwid <[email protected]> Co-authored-by: mdutka-dell <[email protected]> Signed-off-by: Dawid Korzepa <[email protected]>
|
||
|
||
@pytest.fixture(autouse=True) | ||
def keep_drive_count(drive_utils_executors: dict[str, DriveUtils]) -> Generator[None, None, None]: |
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.
to make sure we don't disconnect a drive during a test without plugging it again
Signed-off-by: Dawid Korzepa <[email protected]>
Purpose
Resolves #1186
Describe your changes
PR checklist
Testing
Provide test details