]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/rgw: s3tests task adds --purge-data to 'account rm' 61596/head
authorCasey Bodley <cbodley@redhat.com>
Tue, 4 Feb 2025 16:12:43 +0000 (11:12 -0500)
committerCasey Bodley <cbodley@redhat.com>
Fri, 28 Feb 2025 14:41:41 +0000 (09:41 -0500)
Signed-off-by: Casey Bodley <cbodley@redhat.com>
qa/tasks/s3tests.py

index 383f4736302fb051cd2d476e5954cd4ce806f8ac..a15140dfcc57baca48cb300f18a555e03f6d5e3b 100644 (file)
@@ -281,6 +281,7 @@ def create_users(ctx, config, s3tests_conf):
                             '--cluster', cluster_name,
                             'account', 'rm',
                             '--account-id', account_id,
+                            '--purge-data',
                             ])