URL: https://github.com/freeipa/freeipa/pull/2328
Author: netoarmando
 Title: #2328: Add uninstallation tests to nightly
Action: opened

PR body:
"""
This PR adds the client uninstallation tests (back) to nightly PR-CI list.
"""

To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/2328/head:pr2328
git checkout pr2328
From c676411a5c089852ff7b64ae11ac876132e096d6 Mon Sep 17 00:00:00 2001
From: Armando Neto <abiag...@redhat.com>
Date: Tue, 4 Sep 2018 17:34:27 -0300
Subject: [PATCH 1/2] Add client uninstallation cases to nightly tests

Signed-off-by: Armando Neto <abiag...@redhat.com>
---
 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 8793cdac01..bc76b740d5 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
+
   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 7856354ea7..a5850f660b 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
+
   fedora-rawhide/test_webui:
     requires: [fedora-rawhide/build]
     priority: 50

From ac81f14692c2284a0321d1cc22fc6ba5bd546943 Mon Sep 17 00:00:00 2001
From: Armando Neto <abiag...@redhat.com>
Date: Tue, 4 Sep 2018 17:38:00 -0300
Subject: [PATCH 2/2] temp commit

---
 .freeipa-pr-ci.yaml                        | 2 +-
 ipatests/prci_definitions/temp_commit.yaml | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.freeipa-pr-ci.yaml b/.freeipa-pr-ci.yaml
index abcf8c5b63..8065669008 120000
--- a/.freeipa-pr-ci.yaml
+++ b/.freeipa-pr-ci.yaml
@@ -1 +1 @@
-ipatests/prci_definitions/gating.yaml
\ No newline at end of file
+ipatests/prci_definitions/temp_commit.yaml
\ No newline at end of file
diff --git a/ipatests/prci_definitions/temp_commit.yaml b/ipatests/prci_definitions/temp_commit.yaml
index 42503f79d6..6c80faddab 100644
--- a/ipatests/prci_definitions/temp_commit.yaml
+++ b/ipatests/prci_definitions/temp_commit.yaml
@@ -40,7 +40,7 @@ jobs:
       class: RunPytest
       args:
         build_url: '{fedora-28/build_url}'
-        test_suite: test_integration/test_REPLACEME.py
+        test_suite: test_integration/test_uninstallation.py
         template: *ci-master-f28
-        timeout: 3600
-        topology: *master_1repl_1client
+        timeout: 7200
+        topology: *master_1repl
_______________________________________________
FreeIPA-devel mailing list -- freeipa-devel@lists.fedorahosted.org
To unsubscribe send an email to freeipa-devel-le...@lists.fedorahosted.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedorahosted.org/archives/list/freeipa-devel@lists.fedorahosted.org

Reply via email to