From def07260da883b1d27330b308bd0337205bf53a8 Mon Sep 17 00:00:00 2001 From: Florence Blanc-Renaud Date: Tue, 4 Apr 2023 13:49:00 +0200 Subject: [PATCH] ipatests: fix test definition for test_trust The nightly test test_trust.py has been split into 2 jobs, one for test_trust.py::TestTrust (test_trust) and the other for the remaining test classes from the same file (test_trust_autoprivate). The backport forgot to narrow down the first job definition to the class test_trust.py::TestTrust in the 4-10_previous pipeline. Fix this omission. Related: https://pagure.io/freeipa/issue/9326 Reviewed-By: Anuja More --- ipatests/prci_definitions/nightly_ipa-4-10_previous.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ipatests/prci_definitions/nightly_ipa-4-10_previous.yaml b/ipatests/prci_definitions/nightly_ipa-4-10_previous.yaml index 33b53335a..3675640ee 100644 --- a/ipatests/prci_definitions/nightly_ipa-4-10_previous.yaml +++ b/ipatests/prci_definitions/nightly_ipa-4-10_previous.yaml @@ -1649,7 +1649,7 @@ jobs: class: RunADTests args: build_url: '{fedora-previous-ipa-4-10/build_url}' - test_suite: test_integration/test_trust.py + test_suite: test_integration/test_trust.py::TestTrust template: *ci-ipa-4-10-previous timeout: 7200 topology: *adroot_adchild_adtree_master_1client