Skip to content

Commit

Permalink
Tests: Minor changes
Browse files Browse the repository at this point in the history
Remove the tests which are already converted to new test case
framework
Add -f in userdel command while deleting the localuser

Signed-off-by: Madhuri Upadhye <[email protected]>
  • Loading branch information
madhuriupadhye committed Aug 9, 2024
1 parent ec7a80f commit 6520663
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 123 deletions.
122 changes: 0 additions & 122 deletions src/tests/multihost/alltests/test_offline.py

This file was deleted.

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 6520663

Please sign in to comment.