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-vshankar-testing-20241016.135728-debug~45^2~4 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=59b996f0ed022f1bafd77317467d2e18ff0fa710;p=ceph-ci.git qa: Add libcephfs client test with objectcacher disabled Fixes: https://tracker.ceph.com/issues/68146 Signed-off-by: Kotresh HR --- diff --git a/qa/suites/fs/libcephfs/tasks/client.yaml b/qa/suites/fs/libcephfs/tasks/client.yaml index da841373220..42ca9336c8e 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