From: Casey Bodley Date: Tue, 13 Aug 2024 17:06:32 +0000 (-0400) Subject: qa/s3tests: configure tenant name for 's3 tenant' section X-Git-Tag: v20.0.0~1270^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F59169%2Fhead;p=ceph.git qa/s3tests: configure tenant name for 's3 tenant' section Signed-off-by: Casey Bodley --- diff --git a/qa/tasks/s3tests.py b/qa/tasks/s3tests.py index cd0cd9d146d..6d7b39d5892 100644 --- a/qa/tasks/s3tests.py +++ b/qa/tasks/s3tests.py @@ -89,6 +89,8 @@ def _config_user(s3tests_conf, section, user, email): s3tests_conf[section].setdefault('totp_seed', base64.b32encode(os.urandom(40)).decode()) s3tests_conf[section].setdefault('totp_seconds', '5') + if section == 's3 tenant': + s3tests_conf[section].setdefault('tenant', 'testx') @contextlib.contextmanager