URL: https://github.com/freeipa/freeipa/pull/2370
Author: flo-renaud
 Title: #2370: Tests: remove dl0 tests from nightly definition
Action: opened

PR body:
"""
Commit fca1167af48651c3454c33c77ef28ec333220040 removed the following tests
from ipatests/test_integration/test_replica_promotion.py:
TestReplicaPromotionLevel0
TestKRAInstall
TestCAInstall
TestReplicaManageCommands
TestOldReplicaWorksAfterDomainUpgrade
but the nightly definition was not updated accordingly.
The fix removes the unexisting tests from nightly.

Related to https://pagure.io/freeipa/issue/7689
"""

To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/2370/head:pr2370
git checkout pr2370
From fe28f6098eccfefe934bb53a45493d6e4fbe7254 Mon Sep 17 00:00:00 2001
From: Florence Blanc-Renaud <f...@redhat.com>
Date: Thu, 20 Sep 2018 09:21:41 +0200
Subject: [PATCH] Tests: remove dl0 tests from nightly definition

Commit fca1167af48651c3454c33c77ef28ec333220040 removed the following tests
from ipatests/test_integration/test_replica_promotion.py:
TestReplicaPromotionLevel0
TestKRAInstall
TestCAInstall
TestReplicaManageCommands
TestOldReplicaWorksAfterDomainUpgrade
but the nightly definition was not updated accordingly.
The fix removes the unexisting tests from nightly.

Related to https://pagure.io/freeipa/issue/7689
---
 ipatests/prci_definitions/nightly_master.yaml | 60 -------------------
 .../prci_definitions/nightly_rawhide.yaml     | 60 -------------------
 2 files changed, 120 deletions(-)

diff --git a/ipatests/prci_definitions/nightly_master.yaml b/ipatests/prci_definitions/nightly_master.yaml
index bc93f38de3..7d0cbe6871 100644
--- a/ipatests/prci_definitions/nightly_master.yaml
+++ b/ipatests/prci_definitions/nightly_master.yaml
@@ -388,42 +388,6 @@ jobs:
         timeout: 10800
         topology: *master_2repl_1client
 
-  fedora-28/test_replica_promotion_TestReplicaPromotionLevel0:
-    requires: [fedora-28/build]
-    priority: 50
-    job:
-      class: RunPytest
-      args:
-        build_url: '{fedora-28/build_url}'
-        test_suite: test_integration/test_replica_promotion.py::TestReplicaPromotionLevel0
-        template: *ci-master-f28
-        timeout: 7200
-        topology: *master_1repl
-
-  fedora-28/test_replica_promotion_TestKRAInstall:
-    requires: [fedora-28/build]
-    priority: 50
-    job:
-      class: RunPytest
-      args:
-        build_url: '{fedora-28/build_url}'
-        test_suite: test_integration/test_replica_promotion.py::TestKRAInstall
-        template: *ci-master-f28
-        timeout: 7200
-        topology: *master_2repl_1client
-
-  fedora-28/test_replica_promotion_TestCAInstall:
-    requires: [fedora-28/build]
-    priority: 50
-    job:
-      class: RunPytest
-      args:
-        build_url: '{fedora-28/build_url}'
-        test_suite: test_integration/test_replica_promotion.py::TestCAInstall
-        template: *ci-master-f28
-        timeout: 7200
-        topology: *master_2repl_1client
-
   fedora-28/test_replica_promotion_TestReplicaPromotionLevel1:
     requires: [fedora-28/build]
     priority: 50
@@ -436,18 +400,6 @@ jobs:
         timeout: 7200
         topology: *master_1repl
 
-  fedora-28/test_replica_promotion_TestReplicaManageCommands:
-    requires: [fedora-28/build]
-    priority: 50
-    job:
-      class: RunPytest
-      args:
-        build_url: '{fedora-28/build_url}'
-        test_suite: test_integration/test_replica_promotion.py::TestReplicaManageCommands
-        template: *ci-master-f28
-        timeout: 7200
-        topology: *master_2repl_1client
-
   fedora-28/test_replica_promotion_TestUnprivilegedUserPermissions:
     requires: [fedora-28/build]
     priority: 50
@@ -472,18 +424,6 @@ jobs:
         timeout: 7200
         topology: *master_2repl_1client
 
-  fedora-28/test_replica_promotion_TestOldReplicaWorksAfterDomainUpgrade:
-    requires: [fedora-28/build]
-    priority: 50
-    job:
-      class: RunPytest
-      args:
-        build_url: '{fedora-28/build_url}'
-        test_suite: test_integration/test_replica_promotion.py::TestOldReplicaWorksAfterDomainUpgrade
-        template: *ci-master-f28
-        timeout: 7200
-        topology: *master_1repl
-
   fedora-28/test_replica_promotion_TestWrongClientDomain:
     requires: [fedora-28/build]
     priority: 50
diff --git a/ipatests/prci_definitions/nightly_rawhide.yaml b/ipatests/prci_definitions/nightly_rawhide.yaml
index 7856354ea7..872e7ef591 100644
--- a/ipatests/prci_definitions/nightly_rawhide.yaml
+++ b/ipatests/prci_definitions/nightly_rawhide.yaml
@@ -388,42 +388,6 @@ jobs:
         timeout: 7200
         topology: *master_2repl_1client
 
-  fedora-rawhide/test_replica_promotion_TestReplicaPromotionLevel0:
-    requires: [fedora-rawhide/build]
-    priority: 50
-    job:
-      class: RunPytest
-      args:
-        build_url: '{fedora-rawhide/build_url}'
-        test_suite: test_integration/test_replica_promotion.py::TestReplicaPromotionLevel0
-        template: *ci-master-frawhide
-        timeout: 7200
-        topology: *master_1repl
-
-  fedora-rawhide/test_replica_promotion_TestKRAInstall:
-    requires: [fedora-rawhide/build]
-    priority: 50
-    job:
-      class: RunPytest
-      args:
-        build_url: '{fedora-rawhide/build_url}'
-        test_suite: test_integration/test_replica_promotion.py::TestKRAInstall
-        template: *ci-master-frawhide
-        timeout: 7200
-        topology: *master_2repl_1client
-
-  fedora-rawhide/test_replica_promotion_TestCAInstall:
-    requires: [fedora-rawhide/build]
-    priority: 50
-    job:
-      class: RunPytest
-      args:
-        build_url: '{fedora-rawhide/build_url}'
-        test_suite: test_integration/test_replica_promotion.py::TestCAInstall
-        template: *ci-master-frawhide
-        timeout: 7200
-        topology: *master_1repl
-
   fedora-rawhide/test_replica_promotion_TestReplicaPromotionLevel1:
     requires: [fedora-rawhide/build]
     priority: 50
@@ -436,18 +400,6 @@ jobs:
         timeout: 7200
         topology: *master_1repl
 
-  fedora-rawhide/test_replica_promotion_TestReplicaManageCommands:
-    requires: [fedora-rawhide/build]
-    priority: 50
-    job:
-      class: RunPytest
-      args:
-        build_url: '{fedora-rawhide/build_url}'
-        test_suite: test_integration/test_replica_promotion.py::TestReplicaManageCommands
-        template: *ci-master-frawhide
-        timeout: 7200
-        topology: *master_1repl
-
   fedora-rawhide/test_replica_promotion_TestUnprivilegedUserPermissions:
     requires: [fedora-rawhide/build]
     priority: 50
@@ -472,18 +424,6 @@ jobs:
         timeout: 7200
         topology: *master_1repl
 
-  fedora-rawhide/test_replica_promotion_TestOldReplicaWorksAfterDomainUpgrade:
-    requires: [fedora-rawhide/build]
-    priority: 50
-    job:
-      class: RunPytest
-      args:
-        build_url: '{fedora-rawhide/build_url}'
-        test_suite: test_integration/test_replica_promotion.py::TestOldReplicaWorksAfterDomainUpgrade
-        template: *ci-master-frawhide
-        timeout: 7200
-        topology: *master_1repl
-
   fedora-rawhide/test_replica_promotion_TestWrongClientDomain:
     requires: [fedora-rawhide/build]
     priority: 50
_______________________________________________
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