Skip to content

Commit

Permalink
Add uninstallation tests to night master and rawhide
Browse files Browse the repository at this point in the history
Signed-off-by: Rob Crittenden <rcritten@redhat.com>
Reviewed-By: Christian Heimes <cheimes@redhat.com>
Reviewed-By: Florence Blanc-Renaud <frenaud@redhat.com>
Reviewed-By: Michal Reznik <mreznik@redhat.com>
  • Loading branch information
rcritten authored and flo-renaud committed Sep 21, 2018
1 parent 2064c72 commit 11b3cdf
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
12 changes: 12 additions & 0 deletions ipatests/prci_definitions/nightly_master.yaml
Expand Up @@ -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
Expand Down
12 changes: 12 additions & 0 deletions ipatests/prci_definitions/nightly_rawhide.yaml
Expand Up @@ -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
Expand Down

0 comments on commit 11b3cdf

Please sign in to comment.