From c1207c34a768ed5eb11a161c989484183281892b Mon Sep 17 00:00:00 2001 From: Florence Blanc-Renaud Date: Jan 09 2021 11:39:06 +0000 Subject: ipatests: add test_ipa_cert_fix to the nightly definitions Add the new test test_integration/test_ipa_cert_fix.py to the nightly definitions. Related: https://pagure.io/freeipa/issue/8618 Signed-off-by: Florence Blanc-Renaud Reviewed-By: Alexander Bokovoy Reviewed-By: Rob Crittenden Reviewed-By: Alexander Bokovoy Reviewed-By: Rob Crittenden --- diff --git a/ipatests/prci_definitions/nightly_ipa-4-8_latest.yaml b/ipatests/prci_definitions/nightly_ipa-4-8_latest.yaml index 5e3e384..41b8aba 100644 --- a/ipatests/prci_definitions/nightly_ipa-4-8_latest.yaml +++ b/ipatests/prci_definitions/nightly_ipa-4-8_latest.yaml @@ -1641,3 +1641,15 @@ jobs: template: *ci-ipa-4-8-latest timeout: 3600 topology: *master_1repl + + fedora-latest/test_cert_fix: + requires: [fedora-latest-ipa-4-8/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-8/build_url}' + test_suite: test_integration/test_ipa_cert_fix.py + template: *ci-ipa-4-8-latest + timeout: 3600 + topology: *master_1repl diff --git a/ipatests/prci_definitions/nightly_ipa-4-8_latest_selinux.yaml b/ipatests/prci_definitions/nightly_ipa-4-8_latest_selinux.yaml index c4d819d..5dbed54 100644 --- a/ipatests/prci_definitions/nightly_ipa-4-8_latest_selinux.yaml +++ b/ipatests/prci_definitions/nightly_ipa-4-8_latest_selinux.yaml @@ -1771,3 +1771,16 @@ jobs: template: *ci-ipa-4-8-latest timeout: 3600 topology: *master_1repl + + fedora-latest/test_cert_fix: + requires: [fedora-latest-ipa-4-8/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-8/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_ipa_cert_fix.py + template: *ci-ipa-4-8-latest + timeout: 3600 + topology: *master_1repl diff --git a/ipatests/prci_definitions/nightly_ipa-4-8_previous.yaml b/ipatests/prci_definitions/nightly_ipa-4-8_previous.yaml index a300543..b58c8f5 100644 --- a/ipatests/prci_definitions/nightly_ipa-4-8_previous.yaml +++ b/ipatests/prci_definitions/nightly_ipa-4-8_previous.yaml @@ -1643,3 +1643,15 @@ jobs: template: *ci-ipa-4-8-previous timeout: 3600 topology: *master_1repl + + fedora-previous/test_cert_fix: + requires: [fedora-previous-ipa-4-8/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-previous-ipa-4-8/build_url}' + test_suite: test_integration/test_ipa_cert_fix.py + template: *ci-ipa-4-8-previous + timeout: 3600 + topology: *master_1repl