From b55bdd21392895512de2a135aaa7f339236c5cd3 Mon Sep 17 00:00:00 2001 From: Sergey Orlov Date: Apr 01 2020 09:34:09 +0000 Subject: ipatests: run test_integration/test_cert.py in PR-CI Execute test_integration/test_cert.py test in gating and generic nightly test runs Reviewed-By: Florence Blanc-Renaud --- diff --git a/ipatests/prci_definitions/gating.yaml b/ipatests/prci_definitions/gating.yaml index 748ace3..4a78349 100644 --- a/ipatests/prci_definitions/gating.yaml +++ b/ipatests/prci_definitions/gating.yaml @@ -286,3 +286,15 @@ jobs: template: *ci-ipa-4-8-latest timeout: 3600 topology: *master_1repl + + fedora-latest-ipa-4-8/test_cert: + requires: [fedora-latest-ipa-4-8/build] + priority: 100 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-8/build_url}' + test_suite: test_integration/test_cert.py + template: *ci-ipa-4-8-latest + timeout: 3600 + topology: *master_1repl_1client diff --git a/ipatests/prci_definitions/nightly_ipa-4-8_latest.yaml b/ipatests/prci_definitions/nightly_ipa-4-8_latest.yaml index 282c9ca..194a31b 100644 --- a/ipatests/prci_definitions/nightly_ipa-4-8_latest.yaml +++ b/ipatests/prci_definitions/nightly_ipa-4-8_latest.yaml @@ -1508,3 +1508,15 @@ jobs: template: *ci-ipa-4-8-latest timeout: 3600 topology: *master_1repl + + fedora-latest-ipa-4-8/test_cert: + 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_cert.py + template: *ci-ipa-4-8-latest + timeout: 3600 + topology: *master_1repl_1client diff --git a/ipatests/prci_definitions/nightly_ipa-4-8_previous.yaml b/ipatests/prci_definitions/nightly_ipa-4-8_previous.yaml index cd2285f..95c4578 100644 --- a/ipatests/prci_definitions/nightly_ipa-4-8_previous.yaml +++ b/ipatests/prci_definitions/nightly_ipa-4-8_previous.yaml @@ -1509,3 +1509,15 @@ jobs: template: *ci-ipa-4-8-previous timeout: 3600 topology: *master_1repl + + fedora-previous-ipa-4-8/test_cert: + 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_cert.py + template: *ci-ipa-4-8-previous + timeout: 3600 + topology: *master_1repl_1client