mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Revert "ipatests: Test if server setup without dns uninstall properly"
This reverts commit 69d480003b
.
this test will be moved to existing test_uninstallation.py file
Reviewed-By: Florence Blanc-Renaud <frenaud@redhat.com>
This commit is contained in:
parent
43f344b931
commit
f621d607bb
@ -1,27 +0,0 @@
|
||||
#
|
||||
# Copyright (C) 2020 FreeIPA Contributors see COPYING for license
|
||||
#
|
||||
|
||||
"""
|
||||
Module for ipa uninstall related scenarios.
|
||||
"""
|
||||
|
||||
from ipatests.pytest_ipa.integration import tasks
|
||||
from ipatests.test_integration.base import IntegrationTest
|
||||
|
||||
|
||||
class TestUninstallWithoutDNS(IntegrationTest):
|
||||
|
||||
@classmethod
|
||||
def install(cls, mh):
|
||||
tasks.install_master(cls.master, setup_dns=False)
|
||||
|
||||
def test_uninstall_server_without_dns(self):
|
||||
"""Test if server setup without dns uninstall properly
|
||||
|
||||
IPA server uninstall was failing if dns was not setup.
|
||||
This test check if it uninstalls propelry.
|
||||
|
||||
related: https://pagure.io/freeipa/issue/8630
|
||||
"""
|
||||
tasks.uninstall_master(self.master)
|
Loading…
Reference in New Issue
Block a user