mirror of
https://github.com/ceph/ceph
synced 2025-03-09 17:59:10 +00:00
Following test are added: 1. Set custom metadata for subvolume snapshot. 2. Set custom metadata for subvolume snapshot(Idempotency). 3. Get custom metadata for specified key. 4. Get custom metadata if specified key not exist (Expecting error ENOENT). 5. Get custom metadata if no any key-value is added means section not exist (Expecting error ENOENT). 6. Update value for existing key in custom metadata. 7. List custom metadata of subvolume snapshot. 8. List custom metadata of subvolume snapshot if no any key-value is added (Expect empty json/dictionary) 9. Remove custom metadata for specified key. 10. Remove custom metadata if specified key not exist (Expecting error ENOENT). 11. Remove custom metadata if no any key-value is added means section not exist (Expecting error ENOENT). 12. Remove custom metadata with --force option. 13. Remove custom metadata with --force option if specified key not exist (Expecting command to succeed because of '--force' option) 14. Remove subvolume snapshot and verify whether metadata for snapshot is removed or not Fixes: https://tracker.ceph.com/issues/55401 Signed-off-by: Nikhilkumar Shelke <nshelke@redhat.com> |
||
---|---|---|
.. | ||
__init__.py | ||
caps_helper.py | ||
cephfs_test_case.py | ||
filesystem.py | ||
fuse_mount.py | ||
kernel_mount.py | ||
mount.py | ||
test_acls.py | ||
test_admin.py | ||
test_auto_repair.py | ||
test_backtrace.py | ||
test_cap_flush.py | ||
test_cephfs_shell.py | ||
test_client_limits.py | ||
test_client_recovery.py | ||
test_damage.py | ||
test_data_scan.py | ||
test_dump_tree.py | ||
test_exports.py | ||
test_failover.py | ||
test_flush.py | ||
test_forward_scrub.py | ||
test_fragment.py | ||
test_fstop.py | ||
test_full.py | ||
test_journal_migration.py | ||
test_journal_repair.py | ||
test_mantle.py | ||
test_mds_metrics.py | ||
test_meta_injection.py | ||
test_mirroring.py | ||
test_misc.py | ||
test_multifs_auth.py | ||
test_multimds_misc.py | ||
test_nfs.py | ||
test_openfiletable.py | ||
test_pool_perm.py | ||
test_quota.py | ||
test_readahead.py | ||
test_recovery_fs.py | ||
test_recovery_pool.py | ||
test_scrub_checks.py | ||
test_scrub.py | ||
test_sessionmap.py | ||
test_snap_schedules.py | ||
test_snapshots.py | ||
test_strays.py | ||
test_volumes.py | ||
xfstests_dev.py |