Skip to content

Commit

Permalink
Tests: Force delete to local user
Browse files Browse the repository at this point in the history
Add -f to force delete the local user.

Signed-off-by: Madhuri Upadhye <[email protected]>

Reviewed-by: Dan Lavu <[email protected]>
  • Loading branch information
madhuriupadhye authored and jakub-vavra-cz committed Aug 28, 2024
1 parent 9e6ca53 commit f4bf66d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/multihost/alltests/test_proxy.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def test_0001_1724717(self, multihost):
# user add
add_user = 'useradd foo1'
# delete user
del_user = 'userdel -r foo1'
del_user = 'userdel -rf foo1'
multihost.client[0].run_command(add_user)
domain_params = {'id_provider': 'proxy',
'proxy_lib_name': 'files',
Expand Down

0 comments on commit f4bf66d

Please sign in to comment.