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

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