mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-24 16:10:02 -06:00
Do not delete DS and PKI users during backup/restore tests
Since the creation of DS and PKI users is now handled by RPMs and not at runtime in FreeIPA 4.5.x, we should no longer remove them during backup/restore tests. https://pagure.io/freeipa/issue/6956 Reviewed-By: Martin Basti <mbasti@redhat.com>
This commit is contained in:
parent
2624cf2e4c
commit
1e5f55e791
@ -23,7 +23,6 @@ import os
|
||||
import re
|
||||
import contextlib
|
||||
|
||||
from ipaplatform.constants import constants
|
||||
from ipapython.ipa_log_manager import log_mgr
|
||||
from ipapython.dn import DN
|
||||
from ipatests.test_integration.base import IntegrationTest
|
||||
@ -165,9 +164,6 @@ class TestBackupAndRestore(IntegrationTest):
|
||||
'--uninstall',
|
||||
'-U'])
|
||||
|
||||
self.master.run_command(['userdel', constants.DS_USER])
|
||||
self.master.run_command(['userdel', constants.PKI_USER])
|
||||
|
||||
homedir = os.path.join(self.master.config.test_dir,
|
||||
'testuser_homedir')
|
||||
self.master.run_command(['useradd', 'ipatest_user1',
|
||||
|
Loading…
Reference in New Issue
Block a user