-
Notifications
You must be signed in to change notification settings - Fork 170
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
Update dr_workload fixture and test_failover_and_relocate.py #9859
Update dr_workload fixture and test_failover_and_relocate.py #9859
Conversation
Verified on ODF 4.16.0-108 |
- Use pull model by default for ODF 4.16+ - Remove redundant tests for pull model Signed-off-by: Sidhant Agrawal <[email protected]>
cc516a5
to
d575232
Compare
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: am-agrawa, keesturam, parikshithb, prsurve, sidhant-agrawal The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
…-storage#9859) - Use pull model by default for ODF 4.16+ - Remove redundant tests for pull model Signed-off-by: Sidhant Agrawal <[email protected]>
This pull request updates the dr_workload fixture to prioritize user-defined appset_model value. If model value is not specified, the default behavior now uses "pull" model for ODF versions 4.16 and above.
Removes redundant "pull" model tests from
test_failover_and_relocate.py
as they are now covered by the default behavior for ODF 4.16 and above.