From: Kotresh HR Date: Sat, 28 Sep 2024 18:04:50 +0000 (+0530) Subject: qa: Add libcephfs client test with objectcacher disabled X-Git-Tag: testing/wip-jcollin-testing-20250905.013620-squid~4^2~7 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=05b1ea5b0ca6365708abab47761debd5d10ca0c5;p=ceph-ci.git qa: Add libcephfs client test with objectcacher disabled Fixes: https://tracker.ceph.com/issues/68146 Signed-off-by: Kotresh HR (cherry picked from commit 59b996f0ed022f1bafd77317467d2e18ff0fa710) --- diff --git a/qa/suites/fs/libcephfs/tasks/client.yaml b/qa/suites/fs/libcephfs/tasks/client.yaml index bfdfee4a86b..7586e920f24 100644 --- a/qa/suites/fs/libcephfs/tasks/client.yaml +++ b/qa/suites/fs/libcephfs/tasks/client.yaml @@ -12,3 +12,4 @@ tasks: clients: client.0: - client/test.sh + - client/test_oc_disabled.sh diff --git a/qa/workunits/client/test_oc_disabled.sh b/qa/workunits/client/test_oc_disabled.sh new file mode 100755 index 00000000000..88552aa50bd --- /dev/null +++ b/qa/workunits/client/test_oc_disabled.sh @@ -0,0 +1,5 @@ +#!/bin/sh + +set -ex + +ceph_test_client --client_oc=false