mirror of
https://github.com/ceph/ceph
synced 2025-01-11 05:29:51 +00:00
9a36a0abd0
This commit adds a new argument check_status to mount methods of KernelMount, FuseMount, LocalKernelMount and LocalFuseMount. When value of this argument is False, these methods would catch the CommandFailedError exception and would return a tuple consisting of the exception itself, and stdout and stderr of the mount command. This allows reusing these mount methods while running negative tests for commands. The name "check_status" is selected so since teuthology's run() and vstart_runner's run() use a variable with same name for the very same purpose. Signed-off-by: Rishabh Dave <ridave@redhat.com> |
||
---|---|---|
.. | ||
__init__.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_full.py | ||
test_journal_migration.py | ||
test_journal_repair.py | ||
test_mantle.py | ||
test_meta_injection.py | ||
test_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 | ||
test_snapshots.py | ||
test_strays.py | ||
test_volume_client.py | ||
test_volumes.py | ||
xfstests_dev.py |