ceph/qa/tasks/cephfs
Rishabh Dave 60d5d7cf9c qa/cephfs: don't expect "file exists" error for "mkdir -p"
Get rid of try-except block in _create_mntpt() since "mkdir -p" doesn't
raise any error when the directory to be created already exists. Also,
use chmod command instead of mkdir command to set the permission mode on
directory since mkdir command would have no effect on the directory's
permission mode if the directory already exists.

Signed-off-by: Rishabh Dave <ridave@redhat.com>
2021-03-10 12:05:15 +05:30
..
__init__.py
caps_helper.py
cephfs_test_case.py Merge pull request #39775 from rishabh-d-dave/fs-qa-accept-cmds-as-str 2021-03-07 23:52:54 +08:00
filesystem.py Merge PR #39814 into master 2021-03-09 13:36:40 -08:00
fuse_mount.py qa/cephfs: don't take parameter cwd in _create_mntpt() 2021-03-10 12:04:41 +05:30
kernel_mount.py qa/cephfs: move common and generic methods mount.py 2021-03-05 10:03:12 +05:30
mount.py qa/cephfs: don't expect "file exists" error for "mkdir -p" 2021-03-10 12:05:15 +05:30
test_acls.py
test_admin.py mds: allow fs authorize command to work 2021-02-23 22:38:50 -05:00
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: add test for validating cephfs-mirror daemon service status 2021-03-05 01:00:01 -05:00
test_misc.py qa/cephfs: move is_blocklisted() to filesystem.CephCluster 2021-03-06 09:11:36 +05:30
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_pool.py
test_scrub_checks.py
test_scrub.py
test_sessionmap.py qa/cephfs: move is_blocklisted() to filesystem.CephCluster 2021-03-06 09:11:36 +05:30
test_snap_schedules.py
test_snapshots.py
test_strays.py
test_volumes.py mgr/volumes: Bump up AuthMetadataManager's version 2021-02-21 12:59:40 +05:30
xfstests_dev.py