]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa: add new client tests 37297/head
authorPatrick Donnelly <pdonnell@redhat.com>
Fri, 15 Jan 2021 04:17:42 +0000 (20:17 -0800)
committerPatrick Donnelly <pdonnell@redhat.com>
Sat, 16 Jan 2021 01:30:40 +0000 (17:30 -0800)
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
qa/suites/fs/libcephfs/tasks/client.yaml [new file with mode: 0644]
qa/workunits/client/test.sh [new file with mode: 0755]

diff --git a/qa/suites/fs/libcephfs/tasks/client.yaml b/qa/suites/fs/libcephfs/tasks/client.yaml
new file mode 100644 (file)
index 0000000..bfdfee4
--- /dev/null
@@ -0,0 +1,14 @@
+overrides:
+  ceph:
+    conf:
+      client:
+        debug ms: 1
+        debug client: 20
+      mds:
+        debug ms: 1
+        debug mds: 20
+tasks:
+- workunit:
+    clients:
+      client.0:
+        - client/test.sh
diff --git a/qa/workunits/client/test.sh b/qa/workunits/client/test.sh
new file mode 100755 (executable)
index 0000000..12abd3a
--- /dev/null
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+set -ex
+
+ceph_test_client