-
Notifications
You must be signed in to change notification settings - Fork 80
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
Merging volume mgmt test cases #4375
base: main
Are you sure you want to change the base?
Conversation
tests/cephfs/cephfs_vol_management/cephfs_vol_mgmt_rename_earmark_subvolume.py
Outdated
Show resolved
Hide resolved
tests/cephfs/cephfs_vol_management/cephfs_vol_mgmt_rename_earmark_subvolume.py
Show resolved
Hide resolved
tests/cephfs/cephfs_vol_management/cephfs_vol_mgmt_rename_earmark_subvolume.py
Show resolved
Hide resolved
tests/cephfs/cephfs_vol_management/cephfs_vol_mgmt_rename_earmark_subvolume.py
Outdated
Show resolved
Hide resolved
tests/cephfs/cephfs_vol_management/cephfs_vol_mgmt_rename_earmark_subvolume.py
Show resolved
Hide resolved
tests/cephfs/cephfs_vol_management/cephfs_vol_mgmt_rename_earmark_subvolume.py
Show resolved
Hide resolved
tests/cephfs/cephfs_vol_management/cephfs_vol_mgmt_rename_earmark_subvolume.py
Show resolved
Hide resolved
tests/cephfs/cephfs_vol_management/cephfs_vol_mgmt_rename_earmark_subvolume.py
Outdated
Show resolved
Hide resolved
tests/cephfs/cephfs_vol_management/cephfs_vol_mgmt_rename_earmark_subvolume.py
Show resolved
Hide resolved
tests/cephfs/cephfs_vol_management/cephfs_vol_mgmt_volume_scenarios.py
Outdated
Show resolved
Hide resolved
tests/cephfs/cephfs_vol_management/cephfs_vol_mgmt_subvol_idempotence_earmark.py
Outdated
Show resolved
Hide resolved
tests/cephfs/cephfs_vol_management/cephfs_vol_mgmt_rename_earmark_subvolume.py
Show resolved
Hide resolved
39587b4
to
c099952
Compare
"This pull request now has conflicts with the target branch. Could you please resolve conflicts and force push the corrected changes?" |
Signed-off-by: julpark <[email protected]>
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: julpark-rh, sumabai 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 |
"This pull request now has conflicts with the target branch. Could you please resolve conflicts and force push the corrected changes?" |
PR needs rebase. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
@@ -5677,3 +5677,40 @@ def validate_dicts(self, dicts, keys_to_check): | |||
log.error(f"Key '{key}' mismatch: Values = {values}") | |||
return False | |||
return True | |||
|
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.
IMO, we should start splitting this file into smaller pieces. Maintenance is going to be hard if we continue to keep adding more and more methods.
@@ -499,4 +499,10 @@ tests: | |||
module: cephfs_vol_management.cephfs_vol_mgmt_test_volume.py | |||
polarion-id: CEPH-83604097 | |||
desc: Basic info validation after volume creation and deletion | |||
abort-on-fail: true |
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.
can you make this as false as other test cases will be skipped if this test fails
Description
http://magna002.ceph.redhat.com/cephci-jenkins/cephci-run-OH885L
Merging 3 volume related test cases.
Please include Automation development guidelines. Source of Test case - New Feature/Regression Test/Close loop of customer BZs
click to expand checklist