- Resolves: RHEL-95010 [RFE] Give warning when adding user with UID out of any ID range - Resolves: RHEL-93890 Include latest fixes in python3-ipatests package - Resolves: RHEL-93887 ipa idrange-add --help should be more clear about required options - Resolves: RHEL-93483 Unable to modify IPA config; --ipaconfigstring="" causes internal error - Resolves: RHEL-88834 kdb: ipadb_get_connection() succeeds but returns null LDAP context - Resolves: RHEL-68800 ipa-migrate with LDIF file from backup of remote server, fails with error 'change collided with another change'
31 lines
1.2 KiB
Diff
31 lines
1.2 KiB
Diff
From a31654e5c4ba61177928abede5885a247365d067 Mon Sep 17 00:00:00 2001
|
|
From: PRANAV THUBE <pthube@redhat.com>
|
|
Date: Mon, 19 May 2025 14:46:19 +0530
|
|
Subject: [PATCH] ipatests: Ignore /run/log/journal in test_uninstallation.py
|
|
|
|
Update - Add /run/log/journal to the allowed list for leftover files/directories
|
|
|
|
Fixes: https://pagure.io/freeipa/issue/9788
|
|
|
|
Signed-off-by: PRANAV THUBE <pthube@redhat.com>
|
|
Reviewed-By: Florence Blanc-Renaud <flo@redhat.com>
|
|
---
|
|
ipatests/test_integration/test_uninstallation.py | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/ipatests/test_integration/test_uninstallation.py b/ipatests/test_integration/test_uninstallation.py
|
|
index 049c50db536ae1070f5f958e76b12a1518da0aba..f1cc1917dd0f216be3b11803554e86d1d22c3888 100644
|
|
--- a/ipatests/test_integration/test_uninstallation.py
|
|
+++ b/ipatests/test_integration/test_uninstallation.py
|
|
@@ -178,6 +178,7 @@ class TestUninstallCleanup(IntegrationTest):
|
|
'/var/log',
|
|
'/var/tmp/systemd-private',
|
|
'/run/systemd',
|
|
+ '/run/log/journal',
|
|
'/var/lib/authselect/backups/pre_ipaclient',
|
|
'/var/named/data/named.run',
|
|
paths.DNSSEC_SOFTHSM_PIN_SO, # See commit eb54814741
|
|
--
|
|
2.49.0
|
|
|