mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-24 16:10:02 -06:00
ipatests: test ipa-client-samba after --uninstall
Related-to: https://pagure.io/freeipa/issue/8021 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
5b65551b31
commit
ed6ee90c54
@ -153,3 +153,8 @@ class TestSMB(IntegrationTest):
|
||||
# test for https://pagure.io/freeipa/issue/8019
|
||||
# try another uninstall after the first one:
|
||||
smbsrv.run_command(['ipa-client-samba', '--uninstall', '-U'])
|
||||
# test for https://pagure.io/freeipa/issue/8021
|
||||
# try to install again:
|
||||
smbsrv.run_command(["ipa-client-samba", "-U"])
|
||||
# cleanup:
|
||||
smbsrv.run_command(['ipa-client-samba', '--uninstall', '-U'])
|
||||
|
Loading…
Reference in New Issue
Block a user