From: Casey Bodley Date: Tue, 4 Feb 2025 16:12:43 +0000 (-0500) Subject: qa/rgw: s3tests task adds --purge-data to 'account rm' X-Git-Tag: testing/wip-khiremat-testing-20250424.121018-squid-debug~10^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=1e29cb5e9e26d099cdbe65846f0d9fdb7c64cd59;p=ceph-ci.git qa/rgw: s3tests task adds --purge-data to 'account rm' Signed-off-by: Casey Bodley (cherry picked from commit a1ef880821ecb4bcf18a1af5670175c4dc694c53) --- diff --git a/qa/tasks/s3tests.py b/qa/tasks/s3tests.py index eceb05e4e83..31d3d740473 100644 --- a/qa/tasks/s3tests.py +++ b/qa/tasks/s3tests.py @@ -259,6 +259,7 @@ def create_users(ctx, config, s3tests_conf): '--cluster', cluster_name, 'account', 'rm', '--account-id', account_id, + '--purge-data', ])