From 1be415cd04a0fcadaa12ecf5dd2c34a7e741a504 Mon Sep 17 00:00:00 2001 From: Florence Blanc-Renaud Date: Mon, 12 Nov 2018 17:37:57 +0100 Subject: [PATCH] ipatests: add missing tests for test_caless Two tests were missing from nightly definition: - test_caless.py::TestReplicaCALessToCAFull - test_caless.py::TestServerCALessToExternalCA Related to https://pagure.io/freeipa/issue/7743 Reviewed-By: Christian Heimes --- ipatests/prci_definitions/nightly_master.yaml | 24 +++++++++++++++++++ .../prci_definitions/nightly_rawhide.yaml | 24 +++++++++++++++++++ 2 files changed, 48 insertions(+) diff --git a/ipatests/prci_definitions/nightly_master.yaml b/ipatests/prci_definitions/nightly_master.yaml index 6a6812206..a37fc5b8e 100644 --- a/ipatests/prci_definitions/nightly_master.yaml +++ b/ipatests/prci_definitions/nightly_master.yaml @@ -280,6 +280,30 @@ jobs: timeout: 5400 topology: *master_1repl + fedora-28/test_caless_TestReplicaCALessToCAFull: + requires: [fedora-28/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-28/build_url}' + test_suite: test_integration/test_caless.py::TestReplicaCALessToCAFull + template: *ci-master-f28 + timeout: 5400 + topology: *master_1repl + + fedora-28/test_caless_TestServerCALessToExternalCA: + requires: [fedora-28/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-28/build_url}' + test_suite: test_integration/test_caless.py::TestServerCALessToExternalCA + template: *ci-master-f28 + timeout: 5400 + topology: *master_1repl + fedora-28/test_backup_and_restore_TestUserRootFilesOwnershipPermission: requires: [fedora-28/build] priority: 50 diff --git a/ipatests/prci_definitions/nightly_rawhide.yaml b/ipatests/prci_definitions/nightly_rawhide.yaml index ee8cd94e4..517bf0712 100644 --- a/ipatests/prci_definitions/nightly_rawhide.yaml +++ b/ipatests/prci_definitions/nightly_rawhide.yaml @@ -280,6 +280,30 @@ jobs: timeout: 5400 topology: *master_1repl + fedora-rawhide/test_caless_TestReplicaCALessToCAFull: + requires: [fedora-rawhide/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-rawhide/build_url}' + test_suite: test_integration/test_caless.py::TestReplicaCALessToCAFull + template: *ci-master-frawhide + timeout: 5400 + topology: *master_1repl + + fedora-rawhide/test_caless_TestServerCALessToExternalCA: + requires: [fedora-rawhide/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-rawhide/build_url}' + test_suite: test_integration/test_caless.py::TestServerCALessToExternalCA + template: *ci-master-frawhide + timeout: 5400 + topology: *master_1repl + fedora-rawhide/test_backup_and_restore_TestUserrootFilesOwnership: requires: [fedora-rawhide/build] priority: 50