From e86498ea2f8259118025e622cc5f1cf2c26f2757 Mon Sep 17 00:00:00 2001 From: Christian Heimes Date: Dec 07 2018 15:06:13 +0000 Subject: Run idviews integration tests in nightly See: https://pagure.io/freeipa/issue/6594 Signed-off-by: Christian Heimes Reviewed-By: Rob Crittenden --- diff --git a/ipatests/prci_definitions/nightly_f28.yaml b/ipatests/prci_definitions/nightly_f28.yaml index 8462c14..ac792f1 100644 --- a/ipatests/prci_definitions/nightly_f28.yaml +++ b/ipatests/prci_definitions/nightly_f28.yaml @@ -195,6 +195,18 @@ jobs: timeout: 10800 topology: *master_1repl + fedora-28/test_idviews: + requires: [fedora-28/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-28/build_url}' + test_suite: test_integration/test_idviews.py::TestIDViews + template: *ci-master-f28 + timeout: 3600 + topology: *master_1repl_1client + fedora-28/test_caless_TestServerInstall: requires: [fedora-28/build] priority: 50 diff --git a/ipatests/prci_definitions/nightly_master.yaml b/ipatests/prci_definitions/nightly_master.yaml index 3f2b346..953a60e 100644 --- a/ipatests/prci_definitions/nightly_master.yaml +++ b/ipatests/prci_definitions/nightly_master.yaml @@ -195,6 +195,18 @@ jobs: timeout: 10800 topology: *master_1repl + fedora-28/test_idviews: + requires: [fedora-29/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-29/build_url}' + test_suite: test_integration/test_idviews.py::TestIDViews + template: *ci-master-f29 + timeout: 3600 + topology: *master_1repl_1client + fedora-29/test_caless_TestServerInstall: requires: [fedora-29/build] priority: 50 diff --git a/ipatests/prci_definitions/nightly_rawhide.yaml b/ipatests/prci_definitions/nightly_rawhide.yaml index bdc34d2..e74e5f6 100644 --- a/ipatests/prci_definitions/nightly_rawhide.yaml +++ b/ipatests/prci_definitions/nightly_rawhide.yaml @@ -195,6 +195,18 @@ jobs: timeout: 10800 topology: *master_1repl + fedora-28/test_idviews: + requires: [fedora-rawhide/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-rawhide/build_url}' + test_suite: test_integration/test_idviews.py::TestIDViews + template: *ci-master-frawhide + timeout: 3600 + topology: *master_1repl_1client + fedora-rawhide/test_caless_TestServerInstall: requires: [fedora-rawhide/build] priority: 50