ceph/qa/tasks/cephfs
Rishabh Dave 5967592792 qa/cephfs: remove sudo parameter from run_shell()
Right now, run_shell() in mount.py accepts both "sudo" and "omit_sudo"
as parameters. It's better to accept only one of these two parameters.
A call to run_shell() where both are set to opposing values will be
buggy. Therefore, methods calling run_shell() must add "sudo" to command
arguments before call and set omit_sudo to False in call.

As a result of this change, methods like stat() and run_python() in
mount.py are now modified to add "sudo" to command arguments
and set omit_sudo to False within their own definitions.

Signed-off-by: Rishabh Dave <ridave@redhat.com>
2022-06-27 19:56:04 +05:30
..
__init__.py
caps_helper.py
cephfs_test_case.py
filesystem.py Merge pull request #46560 from lxbsz/wip-55824 2022-06-20 09:52:32 +05:30
fuse_mount.py
kernel_mount.py Merge pull request #46363 from dparmar18/tracker_55548 2022-06-20 09:57:26 +05:30
mount.py qa/cephfs: remove sudo parameter from run_shell() 2022-06-27 19:56:04 +05:30
test_acls.py
test_admin.py
test_auto_repair.py
test_backtrace.py
test_cap_flush.py qa/cephfs: remove sudo parameter from run_shell() 2022-06-27 19:56:04 +05:30
test_cephfs_shell.py
test_client_limits.py
test_client_recovery.py
test_damage.py
test_data_scan.py qa/cephfs: remove sudo parameter from run_shell() 2022-06-27 19:56:04 +05:30
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_subvolume.py
test_volumes.py qa/cephfs: remove sudo parameter from run_shell() 2022-06-27 19:56:04 +05:30
xfstests_dev.py