]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
qa/rgw: s3tests task adds --purge-data to 'account rm'
authorCasey Bodley <cbodley@redhat.com>
Tue, 4 Feb 2025 16:12:43 +0000 (11:12 -0500)
committerCasey Bodley <cbodley@redhat.com>
Tue, 18 Mar 2025 17:57:47 +0000 (13:57 -0400)
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit a1ef880821ecb4bcf18a1af5670175c4dc694c53)

qa/tasks/s3tests.py

index eceb05e4e83aa26c4181b78c3495e99cbb5097b1..31d3d740473384a9fdb9ea5fe0d7f5346c29912f 100644 (file)
@@ -259,6 +259,7 @@ def create_users(ctx, config, s3tests_conf):
                             '--cluster', cluster_name,
                             'account', 'rm',
                             '--account-id', account_id,
+                            '--purge-data',
                             ])