From 11b3cdff677905bfb8e32ad41cb6dda695f2a593 Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Mon, 10 Sep 2018 17:58:13 -0400 Subject: [PATCH] Add uninstallation tests to night master and rawhide Signed-off-by: Rob Crittenden Reviewed-By: Christian Heimes Reviewed-By: Florence Blanc-Renaud Reviewed-By: Michal Reznik --- 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 bc93f38de3d..fddd436c114 100644 --- a/ipatests/prci_definitions/nightly_master.yaml +++ b/ipatests/prci_definitions/nightly_master.yaml @@ -688,6 +688,18 @@ jobs: timeout: 7200 topology: *master_3repl_1client + fedora-28/test_client_uninstallation: + requires: [fedora-28/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-28/build_url}' + test_suite: test_integration/test_uninstallation.py + template: *ci-master-f28 + timeout: 7200 + 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 7856354ea79..ad1c0f57f47 100644 --- a/ipatests/prci_definitions/nightly_rawhide.yaml +++ b/ipatests/prci_definitions/nightly_rawhide.yaml @@ -664,6 +664,18 @@ jobs: timeout: 7200 topology: *master_3repl_1client + fedora-rawhide/test_client_uninstallation: + requires: [fedora-rawhide/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-rawhide/build_url}' + test_suite: test_integration/test_uninstallation.py + template: *ci-master-frawhide + timeout: 7200 + topology: *master_1repl_1client + fedora-rawhide/test_webui: requires: [fedora-rawhide/build] priority: 50