From Fedora Project Wiki
(split IPA uninstall test out from install test) |
(add to server acceptance test case category) |
||
Line 1: | Line 1: | ||
{{QA/Test_Case | {{QA/Test_Case | ||
|description=Test that the IPA server can be | |description=Test that the IPA server can be uninstalled | ||
|setup= | |setup= | ||
* Deploy a FreeIPA server according to the instructions in [[QA:Testcase_freeipa_trust_server_installation]] | * Deploy a FreeIPA server according to the instructions in [[QA:Testcase_freeipa_trust_server_installation]] | ||
Line 10: | Line 10: | ||
[[Category:FreeIPA_Test_Cases]] | [[Category:FreeIPA_Test_Cases]] | ||
[[Category:Server Acceptance Test Cases]] |
Latest revision as of 23:27, 17 July 2018
Description
Test that the IPA server can be uninstalled
Setup
- Deploy a FreeIPA server according to the instructions in QA:Testcase_freeipa_trust_server_installation
How to test
- As root, run
ipa-server-install --uninstall -U
Expected Results
- The uninstall process should complete without errors. After it has run, if you run
ipa-server-install
again, it should not report that the server is already installed/configured.