From 790b765598bf6ee5813163785e2e4fae12f03081 Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Mon, 16 Nov 2020 13:52:55 -0500 Subject: [PATCH] ipatests: call the CALess install method to generate the CA https://pagure.io/freeipa/issue/8581 Signed-off-by: Rob Crittenden Reviewed-By: Mohammad Rizwan Reviewed-By: Florence Blanc-Renaud Reviewed-By: Armando Neto --- ipatests/test_integration/test_acme.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ipatests/test_integration/test_acme.py b/ipatests/test_integration/test_acme.py index 7a562f267..a38dc48eb 100644 --- a/ipatests/test_integration/test_acme.py +++ b/ipatests/test_integration/test_acme.py @@ -104,6 +104,7 @@ class TestACME(CALessBase): @classmethod def install(cls, mh): + super(TestACME, cls).install(mh) # install packages before client install in case of IPA DNS problems cls.prepare_acme_client()