…ript
In script tests/cephfs/clients/mds_scrub_after_failover.py we are waiting for healthy ceph using retry logic as below that can cause wait time as 15360secs in case ceph remains unhealthy, which is long wait.
Modifying retry params to reduce wait time to <300secs.
As changes are minor, have not executed script with changes.
Description
Please include Automation development guidelines. Source of Test case - New Feature/Regression Test/Close loop of customer BZs
click to expand checklist
- [ ] Create a test case in Polarion reviewed and approved.
- [ ] Create a design/automation approach doc. Optional for tests with similar tests already automated.
- [ ] Review the automation design
- [ ] Implement the test script and perform test runs
- [ ] Submit PR for code review and approve
- [ ] Update Polarion Test with Automation script details and update automation fields
- [ ] If automation is part of Close loop, update BZ flag qe-test_coverage “+” and link Polarion test
The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
- **[OWNERS](https://github.com/red-hat-storage/cephci/blob/master/OWNERS)**
Approvers can indicate their approval by writing `/approve` in a comment
Approvers can cancel approval by writing `/approve cancel` in a comment
…ript In script tests/cephfs/clients/mds_scrub_after_failover.py we are waiting for healthy ceph using retry logic as below that can cause wait time as 15360secs in case ceph remains unhealthy, which is long wait. Modifying retry params to reduce wait time to <300secs. As changes are minor, have not executed script with changes.
Description
Please include Automation development guidelines. Source of Test case - New Feature/Regression Test/Close loop of customer BZs
click to expand checklist
- [ ] Create a test case in Polarion reviewed and approved. - [ ] Create a design/automation approach doc. Optional for tests with similar tests already automated. - [ ] Review the automation design - [ ] Implement the test script and perform test runs - [ ] Submit PR for code review and approve - [ ] Update Polarion Test with Automation script details and update automation fields - [ ] If automation is part of Close loop, update BZ flag qe-test_coverage “+” and link Polarion test