Blame SOURCES/0010-ipatests-remove-additional-check-for-failed-units_rhbz#2053024.patch

a47729
From b36bcf4ea5ed93baa4dc63f8e2be542d678211fb Mon Sep 17 00:00:00 2001
a47729
From: Anuja More <amore@redhat.com>
a47729
Date: Thu, 10 Feb 2022 18:49:06 +0530
a47729
Subject: [PATCH] ipatests: remove additional check for failed units.
a47729
a47729
On RHEL tests are randomly failing because of this check
a47729
and the test doesn't need to check this.
a47729
a47729
Related : https://pagure.io/freeipa/issue/9108
a47729
a47729
Signed-off-by: Anuja More <amore@redhat.com>
a47729
Reviewed-By: Florence Blanc-Renaud <flo@redhat.com>
a47729
---
a47729
 ipatests/test_integration/test_otp.py | 1 -
a47729
 1 file changed, 1 deletion(-)
a47729
a47729
diff --git a/ipatests/test_integration/test_otp.py b/ipatests/test_integration/test_otp.py
a47729
index d8ce527ca..6e70ddcb3 100644
a47729
--- a/ipatests/test_integration/test_otp.py
a47729
+++ b/ipatests/test_integration/test_otp.py
a47729
@@ -316,7 +316,6 @@ class TestOTPToken(IntegrationTest):
a47729
         check_services = self.master.run_command(
a47729
             ['systemctl', 'list-units', '--state=failed']
a47729
         )
a47729
-        assert "0 loaded units listed" in check_services.stdout_text
a47729
         assert "ipa-otpd" not in check_services.stdout_text
a47729
         # Be sure no services are running and failed units
a47729
         self.master.run_command(['killall', 'ipa-otpd'], raiseonerr=False)
a47729
-- 
a47729
2.34.1
a47729