]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
tasks: generalise cephfs test runner
authorJohn Spray <jspray@redhat.com>
Thu, 26 Mar 2015 17:52:10 +0000 (17:52 +0000)
committerJohn Spray <jspray@redhat.com>
Tue, 14 Apr 2015 13:13:39 +0000 (14:13 +0100)
commit2b5137bf06a3d74213564369b536e601a72a865d
tree7fef1bcc35bf0ad2201fb4e7beb1f1b74346a723
parentf54e5414f9b4a3856dc59ae33cb2a66ac14c4169
tasks: generalise cephfs test runner

...to avoid having boilerplate in each test module,
and gain the ability to run them all in one go
with a nice test-by-test pass/fail report.

Signed-off-by: John Spray <john.spray@redhat.com>
14 files changed:
tasks/cephfs/cephfs_test_case.py
tasks/cephfs/test_auto_repair.py [new file with mode: 0644]
tasks/cephfs/test_client_limits.py [new file with mode: 0644]
tasks/cephfs/test_client_recovery.py [new file with mode: 0644]
tasks/cephfs/test_flush.py [new file with mode: 0644]
tasks/cephfs/test_full.py [new file with mode: 0644]
tasks/cephfs/test_journal_repair.py [new file with mode: 0644]
tasks/cephfs_test_runner.py [new file with mode: 0644]
tasks/mds_auto_repair.py [deleted file]
tasks/mds_client_limits.py [deleted file]
tasks/mds_client_recovery.py [deleted file]
tasks/mds_flush.py [deleted file]
tasks/mds_full.py [deleted file]
tasks/mds_journal_repair.py [deleted file]