red-hat-storage / cephci

CEPH-CI is a framework for testing Red Hat Ceph Storage product builds
MIT License
23 stars 69 forks source link

[Test] Validate the /crush endpoint of RESTful module #4060

Closed sayaleeraut closed 1 month ago

sayaleeraut commented 1 month ago

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
openshift-ci[bot] commented 1 month ago

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: sayaleeraut

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
openshift-ci[bot] commented 1 month ago

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: sayaleeraut

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
mergify[bot] commented 1 month ago

"This pull request now has conflicts with the target branch. Could you please resolve conflicts and force push the corrected changes?"

sayaleeraut commented 1 month ago

Closing this PR.

While adding changes - % git status On branch test_restful_crush_endpoint Changes to be committed: (use "git restore --staged ..." to unstage) new file: api/restful/crush.py modified: suites/squid/cephmgr/tier2-restful-endpoint-operations.yaml new file: tests/mgr/test_restful_operations_crush_endpoint.py

But after committing and pushing changes, files from older commit got added as well. Will open a new PR from a new branch.