From: Nitzan Mordechai Date: Wed, 17 May 2023 10:39:56 +0000 (+0000) Subject: tests: change override to overrides so conf will take affect X-Git-Tag: v19.0.0~1161^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=3a91670aa52a09cfe4f05e93d8ae1c6e8de3ebee;p=ceph.git tests: change override to overrides so conf will take affect We have few test suites that using 'override' in yaml file while ceph.py task is looking for 'overrides', in that case those configure params won't take any affects. Signed-off-by: Nitzan Mordechai --- diff --git a/qa/suites/crimson-rados/thrash/workloads/pool-snaps-few-objects.yaml b/qa/suites/crimson-rados/thrash/workloads/pool-snaps-few-objects.yaml index fff5cda6e82c..d35e8421ab4f 100644 --- a/qa/suites/crimson-rados/thrash/workloads/pool-snaps-few-objects.yaml +++ b/qa/suites/crimson-rados/thrash/workloads/pool-snaps-few-objects.yaml @@ -1,4 +1,4 @@ -override: +overrides: conf: osd: osd deep scrub update digest min age: 0 diff --git a/qa/suites/rados/singleton/all/thrash-backfill-full.yaml b/qa/suites/rados/singleton/all/thrash-backfill-full.yaml index eb1d5eb83ba0..1ae83e0e9622 100644 --- a/qa/suites/rados/singleton/all/thrash-backfill-full.yaml +++ b/qa/suites/rados/singleton/all/thrash-backfill-full.yaml @@ -12,7 +12,7 @@ openstack: - volumes: # attached to each instance count: 3 size: 10 # GB -override: +overrides: ceph: conf: mon: diff --git a/qa/suites/rados/thrash/workloads/pool-snaps-few-objects.yaml b/qa/suites/rados/thrash/workloads/pool-snaps-few-objects.yaml index 1f0759d96249..ed0d07f448e0 100644 --- a/qa/suites/rados/thrash/workloads/pool-snaps-few-objects.yaml +++ b/qa/suites/rados/thrash/workloads/pool-snaps-few-objects.yaml @@ -1,4 +1,4 @@ -override: +overrides: conf: osd: osd deep scrub update digest min age: 0