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:
François Cami 2019-07-24 11:59:48 +02:00
parent 5b65551b31
commit ed6ee90c54

View File

@ -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'])