ceph/qa/tasks/cephfs
Kefu Chai 981ad34987 qa/tasks/cephfs/test_cephfs_shell: assertRegex(text, regex)
per Python3 doc of unittest,

> assertRegex(text, regex, msg=None)

Signed-off-by: Kefu Chai <kchai@redhat.com>
2020-04-07 21:51:23 +08:00
..
__init__.py
cephfs_test_case.py qa/tasks: use "a // b" instead of "a / b" 2020-04-07 20:33:47 +08:00
filesystem.py qa/tasks/cephfs: allow caller to use BytesIO when calling rados() 2020-04-07 21:51:22 +08:00
fuse_mount.py
kernel_mount.py qa: import with full path 2020-03-24 18:27:55 +08:00
mount.py qa/tasks/cephfs: use StringIO for capturing str 2020-04-07 20:33:47 +08:00
test_acls.py qa: import with full path 2020-03-24 18:27:55 +08:00
test_admin.py
test_auto_repair.py
test_backtrace.py
test_cap_flush.py
test_cephfs_shell.py qa/tasks/cephfs/test_cephfs_shell: assertRegex(text, regex) 2020-04-07 21:51:23 +08:00
test_client_limits.py qa/tasks/cephfs: cast mds_recall_warning_decay_rate to float 2020-04-07 21:51:22 +08:00
test_client_recovery.py qa/tasks: use "a // b" instead of "a / b" 2020-04-07 20:33:47 +08:00
test_damage.py
test_data_scan.py qa/tasks/cephfs: allow caller to use BytesIO when calling rados() 2020-04-07 21:51:22 +08:00
test_dump_tree.py qa/tasks: do not random.choice(a_view) 2020-04-07 20:33:47 +08:00
test_exports.py qa/tasks/cephfs: fix syntax error 2020-03-24 18:27:55 +08:00
test_failover.py qa,tes: s/xrange/range/ 2020-04-07 20:33:47 +08:00
test_flush.py
test_forward_scrub.py qa/tasks/cephfs: return ascii decoded xattr 2020-04-07 21:51:22 +08:00
test_fragment.py
test_full.py qa/tasks: use "a // b" instead of "a / b" 2020-04-07 20:33:47 +08:00
test_journal_migration.py
test_journal_repair.py
test_mantle.py
test_meta_injection.py qa/tasks/cephfs: fix print() to be py3 compatible 2020-03-27 14:51:24 +08:00
test_misc.py qa/tasks/cephfs: compare number with number 2020-04-07 21:51:22 +08:00
test_openfiletable.py qa,tes: s/xrange/range/ 2020-04-07 20:33:47 +08:00
test_pool_perm.py
test_quota.py qa: import with full path 2020-03-24 18:27:55 +08:00
test_readahead.py
test_recovery_pool.py
test_scrub_checks.py mgr: force purge normal ceph entities from service map 2020-03-31 02:41:00 -04:00
test_scrub.py
test_sessionmap.py
test_snapshots.py
test_strays.py qa/tasks: use "a // b" instead of "a / b" 2020-04-07 20:33:47 +08:00
test_volume_client.py qa/tasks/cephfs: use assertCountEqual if PY3 2020-04-07 21:51:22 +08:00
test_volumes.py
xfstests_dev.py