From a6891a0c8a5c8b30e07b6c7fefcd361136eb6095 Mon Sep 17 00:00:00 2001 From: Patrick Donnelly Date: Thu, 14 Jan 2021 20:17:42 -0800 Subject: [PATCH] qa: add new client tests Signed-off-by: Patrick Donnelly --- qa/suites/fs/libcephfs/tasks/client.yaml | 14 ++++++++++++++ qa/workunits/client/test.sh | 5 +++++ 2 files changed, 19 insertions(+) create mode 100644 qa/suites/fs/libcephfs/tasks/client.yaml create mode 100755 qa/workunits/client/test.sh diff --git a/qa/suites/fs/libcephfs/tasks/client.yaml b/qa/suites/fs/libcephfs/tasks/client.yaml new file mode 100644 index 0000000000000..bfdfee4a86b36 --- /dev/null +++ b/qa/suites/fs/libcephfs/tasks/client.yaml @@ -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 index 0000000000000..12abd3a5ddbd1 --- /dev/null +++ b/qa/workunits/client/test.sh @@ -0,0 +1,5 @@ +#!/bin/sh + +set -ex + +ceph_test_client -- 2.39.5