]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
suites/fs: add cephfs_journal_tool test
authorJohn Spray <jspray@redhat.com>
Wed, 20 Aug 2014 12:23:58 +0000 (13:23 +0100)
committerJohn Spray <jspray@redhat.com>
Thu, 21 Aug 2014 22:09:00 +0000 (23:09 +0100)
Fixes: #4886
Signed-off-by: John Spray <john.spray@redhat.com>
suites/fs/basic/tasks/cephfs_journal_tool.yaml [new file with mode: 0644]

diff --git a/suites/fs/basic/tasks/cephfs_journal_tool.yaml b/suites/fs/basic/tasks/cephfs_journal_tool.yaml
new file mode 100644 (file)
index 0000000..f248908
--- /dev/null
@@ -0,0 +1,20 @@
+
+tasks:
+- ceph-fuse:
+- workunit:
+    clients:
+      all: [fs/misc/trivial_sync.sh]
+- ceph-fuse:
+    client.0: 
+        mounted: false
+- ceph.stop: [mds.*]
+- workunit:
+    clients:
+        client.0: [suites/cephfs_journal_tool_smoke.sh]
+- ceph.restart: [mds.*]
+- ceph-fuse:
+    client.0: 
+        mounted: true
+- workunit:
+    clients:
+      all: [fs/misc/trivial_sync.sh]