From 41e5d4653a637bb3b97cf651382fb7668f41e226 Mon Sep 17 00:00:00 2001 From: Florence Blanc-Renaud Date: Thu, 18 Jul 2019 16:30:13 +0200 Subject: [PATCH] Nightly test definition: add missing tests The following test was missing from all nightlies: - test_integration/test_crlgen_manage.py The following tests was missing from nightly_f29: - test_integration/test_smb.py The following test was missing from nightly_rawhide: - test_integration/test_smb.py Note: nightly_f28 not updated as we stopped testing on f28. Reviewed-By: Alexander Bokovoy Reviewed-By: Christian Heimes Reviewed-By: Rob Crittenden --- ipatests/prci_definitions/nightly_f29.yaml | 24 +++++++++++++++++++ ipatests/prci_definitions/nightly_master.yaml | 12 ++++++++++ .../prci_definitions/nightly_master_pki.yaml | 12 ++++++++++ .../prci_definitions/nightly_rawhide.yaml | 24 +++++++++++++++++++ 4 files changed, 72 insertions(+) diff --git a/ipatests/prci_definitions/nightly_f29.yaml b/ipatests/prci_definitions/nightly_f29.yaml index b88d21b97..36c53413b 100644 --- a/ipatests/prci_definitions/nightly_f29.yaml +++ b/ipatests/prci_definitions/nightly_f29.yaml @@ -235,6 +235,18 @@ jobs: timeout: 4800 topology: *master_1repl_1client + fedora-29/test_smb: + requires: [fedora-29/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-29/build_url}' + test_suite: test_integration/test_smb.py + template: *ci-master-f29 + timeout: 4800 + topology: *master_1repl_1client + fedora-29/test_server_del: requires: [fedora-29/build] priority: 50 @@ -1256,3 +1268,15 @@ jobs: template: *ci-master-f29 timeout: 3600 topology: *ipaserver + + fedora-29/test_crlgen_manage: + requires: [fedora-29/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-29/build_url}' + test_suite: test_integration/test_crlgen_manage.py + template: *ci-master-f29 + timeout: 3600 + topology: *master_1repl diff --git a/ipatests/prci_definitions/nightly_master.yaml b/ipatests/prci_definitions/nightly_master.yaml index c1aac2ca5..090aa913c 100644 --- a/ipatests/prci_definitions/nightly_master.yaml +++ b/ipatests/prci_definitions/nightly_master.yaml @@ -1280,3 +1280,15 @@ jobs: template: *ci-master-f30 timeout: 3600 topology: *master_1repl + + fedora-30/test_crlgen_manage: + requires: [fedora-30/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-30/build_url}' + test_suite: test_integration/test_crlgen_manage.py + template: *ci-master-f30 + timeout: 3600 + topology: *master_1repl diff --git a/ipatests/prci_definitions/nightly_master_pki.yaml b/ipatests/prci_definitions/nightly_master_pki.yaml index ed2e38d3e..be5a50be4 100644 --- a/ipatests/prci_definitions/nightly_master_pki.yaml +++ b/ipatests/prci_definitions/nightly_master_pki.yaml @@ -713,3 +713,15 @@ jobs: template: *pki-master-f29 timeout: 3600 topology: *master_1repl + + fedora-29/test_crlgen_manage: + requires: [fedora-29/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-29/build_url}' + test_suite: test_integration/test_crlgen_manage.py + template: *pki-master-f29 + timeout: 3600 + topology: *master_1repl diff --git a/ipatests/prci_definitions/nightly_rawhide.yaml b/ipatests/prci_definitions/nightly_rawhide.yaml index 8d2e862a9..6a06cf550 100644 --- a/ipatests/prci_definitions/nightly_rawhide.yaml +++ b/ipatests/prci_definitions/nightly_rawhide.yaml @@ -235,6 +235,18 @@ jobs: timeout: 4800 topology: *master_1repl_1client + fedora-rawhide/test_smb: + requires: [fedora-rawhide/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-rawhide/build_url}' + test_suite: test_integration/test_smb.py + template: *ci-master-frawhide + timeout: 4800 + topology: *master_1repl_1client + fedora-rawhide/test_server_del: requires: [fedora-rawhide/build] priority: 50 @@ -1268,3 +1280,15 @@ jobs: template: *ci-master-frawhide timeout: 3600 topology: *master_1repl + + fedora-rawhide/test_crlgen_manage: + requires: [fedora-rawhide/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-rawhide/build_url}' + test_suite: test_integration/test_crlgen_manage.py + template: *ci-master-frawhide + timeout: 3600 + topology: *master_1repl