Skip to content

Commit f38429b

Browse files
committed
qa/s3tests: configure tenant name for 's3 tenant' section
Signed-off-by: Casey Bodley <[email protected]>
1 parent d7377da commit f38429b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

qa/tasks/s3tests.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,8 @@ def _config_user(s3tests_conf, section, user, email):
8989
s3tests_conf[section].setdefault('totp_seed',
9090
base64.b32encode(os.urandom(40)).decode())
9191
s3tests_conf[section].setdefault('totp_seconds', '5')
92+
if section == 's3 tenant':
93+
s3tests_conf[section].setdefault('tenant', 'testx')
9294

9395

9496
@contextlib.contextmanager

0 commit comments

Comments
 (0)