mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
ipatests: test multiple invocations of ipa-client-samba --uninstall
Related-to: https://pagure.io/freeipa/issue/8019 Signed-off-by: François Cami <fcami@redhat.com> Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com> Reviewed-By: Sergey Orlov <sorlov@redhat.com>
This commit is contained in:
parent
5e97e80069
commit
68b85703d8
@ -150,3 +150,6 @@ class TestSMB(IntegrationTest):
|
||||
|
||||
smbsrv = self.replicas[0]
|
||||
smbsrv.run_command(['ipa-client-samba', '--uninstall', '-U'])
|
||||
# test for https://pagure.io/freeipa/issue/8019
|
||||
# try another uninstall after the first one:
|
||||
smbsrv.run_command(['ipa-client-samba', '--uninstall', '-U'])
|
||||
|
Loading…
Reference in New Issue
Block a user