From 3a91670aa52a09cfe4f05e93d8ae1c6e8de3ebee Mon Sep 17 00:00:00 2001 From: Nitzan Mordechai Date: Wed, 17 May 2023 10:39:56 +0000 Subject: [PATCH] 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 --- .../crimson-rados/thrash/workloads/pool-snaps-few-objects.yaml | 2 +- qa/suites/rados/singleton/all/thrash-backfill-full.yaml | 2 +- qa/suites/rados/thrash/workloads/pool-snaps-few-objects.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 fff5cda6e82..d35e8421ab4 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 eb1d5eb83ba..1ae83e0e962 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 1f0759d9624..ed0d07f448e 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 -- 2.39.5