Skip to content

Commit

Permalink
add user rm
Browse files Browse the repository at this point in the history
Signed-off-by: ckulal <[email protected]>
  • Loading branch information
ckulal committed Sep 12, 2024
1 parent 52d5e47 commit 587c92a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rgw/v2/tests/s3_swift/user_create.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ def test_exec(config, ssh_con):
reusable.validate_default_placement_and_storageclass_for_user(
user_name, placement_id, storage_class
)
utils.exec_shell_cmd(f"radosgw-admin user rm --purge-keys --purge-data --uid={user_name}")

is_multisite = utils.is_cluster_multisite()
if is_multisite:
Expand Down

0 comments on commit 587c92a

Please sign in to comment.