Skip to content
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

Merged
merged 1 commit into from
Jul 19, 2024

Conversation

mdutka-dell
Copy link
Contributor

@mdutka-dell mdutka-dell commented Jul 15, 2024

Purpose

Resolves #1202

Automation of the scenario RKE2 - Auto drive replacement - 2 or more volumes per pod - SUCCESS

PR checklist

  • Add link to the issue
  • Choose Project
  • Choose PR label
  • New unit tests added
  • Modified code has meaningful comments
  • All TODOs are linked with the issues
  • All comments are resolved

Testing

Provide test details

@mdutka-dell mdutka-dell marked this pull request as draft July 15, 2024 08:46
@mdutka-dell mdutka-dell force-pushed the issue-1202 branch 29 times, most recently from 3bf5a21 to ca02bc9 Compare July 17, 2024 11:04
@mdutka-dell mdutka-dell marked this pull request as ready for review July 17, 2024 12:34
@mdutka-dell
Copy link
Contributor Author

image

Signed-off-by: Malgorzata Dutka <[email protected]>
Copy link

codecov bot commented Jul 18, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 71.05%. Comparing base (e9fce99) to head (a10d5ef).
Report is 5 commits behind head on master.

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              
Flag Coverage Δ
unittests 71.05% <ø> (+0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@@ -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.
Copy link
Collaborator

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.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As above

@katarzynakulpa katarzynakulpa merged commit fb61186 into master Jul 19, 2024
6 checks passed
@katarzynakulpa katarzynakulpa deleted the issue-1202 branch July 19, 2024 08:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Disk Eject, test automation for the auto drive replacement - 2 or more volumes per pod
3 participants