-
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-1202]: Disk Eject E2E: RKE2 - Auto drive replacement - 2 or more volumes per pod #1213
Conversation
3bf5a21
to
ca02bc9
Compare
Signed-off-by: Malgorzata Dutka <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1213 +/- ##
==========================================
+ Coverage 71.04% 71.05% +0.01%
==========================================
Files 105 105
Lines 10592 10596 +4
==========================================
+ Hits 7525 7529 +4
Misses 2759 2759
Partials 308 308
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@@ -401,6 +402,7 @@ def wait_volume( | |||
expected_status (Optional[str], optional): The expected status of the volume. Defaults to None. | |||
expected_health (Optional[str], optional): The expected health of the volume. Defaults to None. | |||
expected_usage (Optional[str], optional): The expected usage of the volume. Defaults to None. | |||
expected_operational_status (Optional[str], optional): The expected operational status of the volume. Defaults to None. | |||
timeout (int): The maximum time to wait for the volume in seconds. Defaults to 60. |
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.
It seems the default is 90 now
@@ -437,6 +442,7 @@ def wait_drive( | |||
expected_status (Optional[str], optional): The expected status of the drive. Defaults to None. | |||
expected_health (Optional[str], optional): The expected health of the drive. Defaults to None. | |||
expected_usage (Optional[str], optional): The expected usage of the drive. Defaults to None. | |||
expected_led_state (Optional[str], optional): The expected LED state of the drive. Defaults to None. | |||
timeout (int): The maximum time to wait for the drive in seconds. Defaults to 60. |
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.
As above
Purpose
Resolves #1202
Automation of the scenario RKE2 - Auto drive replacement - 2 or more volumes per pod - SUCCESS
PR checklist
Testing
Provide test details