From 60a31d3f0ebca54ae21edaeb86b8480ffafe6e23 Mon Sep 17 00:00:00 2001 From: Florence Blanc-Renaud Date: Thu, 8 Nov 2018 16:47:05 +0100 Subject: [PATCH] Nightly tests: add test_user_permissions.py Run the above test in the nightly test suites Related to https://pagure.io/freeipa/issue/7743 Reviewed-By: Christian Heimes --- ipatests/prci_definitions/nightly_master.yaml | 12 ++++++++++++ ipatests/prci_definitions/nightly_rawhide.yaml | 12 ++++++++++++ 2 files changed, 24 insertions(+) diff --git a/ipatests/prci_definitions/nightly_master.yaml b/ipatests/prci_definitions/nightly_master.yaml index 165ad2a6b..a10d60d75 100644 --- a/ipatests/prci_definitions/nightly_master.yaml +++ b/ipatests/prci_definitions/nightly_master.yaml @@ -628,6 +628,18 @@ jobs: timeout: 7200 topology: *master_1repl_1client + fedora-28/test_user_permissions: + requires: [fedora-28/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-28/build_url}' + test_suite: test_integration/test_user_permissions.py + template: *ci-master-f28 + timeout: 3600 + topology: *master_1repl_1client + fedora-28/test_webui: requires: [fedora-28/build] priority: 50 diff --git a/ipatests/prci_definitions/nightly_rawhide.yaml b/ipatests/prci_definitions/nightly_rawhide.yaml index 9ca540359..2f78485e3 100644 --- a/ipatests/prci_definitions/nightly_rawhide.yaml +++ b/ipatests/prci_definitions/nightly_rawhide.yaml @@ -616,6 +616,18 @@ jobs: timeout: 7200 topology: *master_1repl_1client + fedora-rawhide/test_user_permissions: + requires: [fedora-rawhide/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-rawhide/build_url}' + test_suite: test_integration/test_user_permissions.py + template: *ci-master-frawhide + timeout: 3600 + topology: *master_1repl_1client + fedora-rawhide/test_webui: requires: [fedora-rawhide/build] priority: 50