URL: https://github.com/freeipa/freeipa/pull/2089
Author: freeipa-pr-ci
 Title: #2089: [testing_master] Nightly PR
Action: opened

PR body:
"""
None
"""

To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/2089/head:pr2089
git checkout pr2089
From 822a148fd4a5488aa3e2b5ee527c1fc1ab58e3dd Mon Sep 17 00:00:00 2001
From: root <root@prci-automation.localdomain>
Date: Fri, 29 Jun 2018 23:45:06 +0000
Subject: [PATCH] automated commit

---
 .freeipa-pr-ci.yaml | 585 +++++++++++++++++++++++++++++++++++++++++++++++-----
 1 file changed, 532 insertions(+), 53 deletions(-)

diff --git a/.freeipa-pr-ci.yaml b/.freeipa-pr-ci.yaml
index f5c86c51a1..5427662438 100644
--- a/.freeipa-pr-ci.yaml
+++ b/.freeipa-pr-ci.yaml
@@ -11,6 +11,18 @@ topologies:
     name: master_1repl_1client
     cpu: 4
     memory: 6700
+  ipaserver: &ipaserver
+    name: ipaserver
+    cpu: 1
+    memory: 2400
+  master_2repl_1client: &master_2repl_1client
+    name: master_2repl_1client
+    cpu: 5
+    memory: 9100
+  master_3repl_1client: &master_3repl_1client
+    name: master_3repl_1client
+    cpu: 6
+    memory: 11500
 
 jobs:
   fedora-28/build:
@@ -27,19 +39,235 @@ jobs:
         timeout: 1800
         topology: *build
 
-  fedora-28/simple_replication:
+  fedora-28/test_server_del:
     requires: [fedora-28/build]
     priority: 50
     job:
       class: RunPytest
       args:
         build_url: '{fedora-28/build_url}'
-        test_suite: test_integration/test_simple_replication.py
+        test_suite: test_integration/test_server_del.py
         template: *ci-master-f28
-        timeout: 3600
+        timeout: 8000
+        topology: *master_2repl_1client
+
+  fedora-28/test_installation_TestInstallWithCA1:
+    requires: [fedora-28/build]
+    priority: 50
+    job:
+      class: RunPytest
+      args:
+        build_url: '{fedora-28/build_url}'
+        test_suite: test_integration/test_installation.py::TestInstallWithCA1
+        template: *ci-master-f28
+        timeout: 10800
+        topology: *master_3repl_1client
+
+  fedora-28/test_installation_TestInstallWithCA2:
+    requires: [fedora-28/build]
+    priority: 50
+    job:
+      class: RunPytest
+      args:
+        build_url: '{fedora-28/build_url}'
+        test_suite: test_integration/test_installation.py::TestInstallWithCA2
+        template: *ci-master-f28
+        timeout: 10800
+        topology: *master_3repl_1client
+
+  fedora-28/test_installation_TestInstallWithCA_KRA1:
+    requires: [fedora-28/build]
+    priority: 50
+    job:
+      class: RunPytest
+      args:
+        build_url: '{fedora-28/build_url}'
+        test_suite: test_integration/test_installation.py::TestInstallWithCA_KRA1
+        template: *ci-master-f28
+        timeout: 10800
+        topology: *master_3repl_1client
+
+  fedora-28/test_installation_TestInstallWithCA_KRA2:
+    requires: [fedora-28/build]
+    priority: 50
+    job:
+      class: RunPytest
+      args:
+        build_url: '{fedora-28/build_url}'
+        test_suite: test_integration/test_installation.py::TestInstallWithCA_KRA2
+        template: *ci-master-f28
+        timeout: 10800
+        topology: *master_3repl_1client
+
+  fedora-28/test_installation_TestInstallWithCA_DNS1:
+    requires: [fedora-28/build]
+    priority: 50
+    job:
+      class: RunPytest
+      args:
+        build_url: '{fedora-28/build_url}'
+        test_suite: test_integration/test_installation.py::TestInstallWithCA_DNS1
+        template: *ci-master-f28
+        timeout: 10800
+        topology: *master_3repl_1client
+
+  fedora-28/test_installation_TestInstallWithCA_DNS2:
+    requires: [fedora-28/build]
+    priority: 50
+    job:
+      class: RunPytest
+      args:
+        build_url: '{fedora-28/build_url}'
+        test_suite: test_integration/test_installation.py::TestInstallWithCA_DNS2
+        template: *ci-master-f28
+        timeout: 10800
+        topology: *master_3repl_1client
+
+  fedora-28/test_installation_TestInstallWithCA_KRA_DNS1:
+    requires: [fedora-28/build]
+    priority: 50
+    job:
+      class: RunPytest
+      args:
+        build_url: '{fedora-28/build_url}'
+        test_suite: test_integration/test_installation.py::TestInstallWithCA_KRA_DNS1
+        template: *ci-master-f28
+        timeout: 10800
+        topology: *master_3repl_1client
+
+  fedora-28/test_installation_TestInstallWithCA_KRA_DNS2:
+    requires: [fedora-28/build]
+    priority: 50
+    job:
+      class: RunPytest
+      args:
+        build_url: '{fedora-28/build_url}'
+        test_suite: test_integration/test_installation.py::TestInstallWithCA_KRA_DNS2
+        template: *ci-master-f28
+        timeout: 10800
+        topology: *master_3repl_1client
+
+  fedora-28/test_installation_TestInstallMaster:
+    requires: [fedora-28/build]
+    priority: 50
+    job:
+      class: RunPytest
+      args:
+        build_url: '{fedora-28/build_url}'
+        test_suite: test_integration/test_installation.py::TestInstallMaster
+        template: *ci-master-f28
+        timeout: 10800
+        topology: *master_1repl
+
+  fedora-28/test_installation_TestInstallMasterKRA:
+    requires: [fedora-28/build]
+    priority: 50
+    job:
+      class: RunPytest
+      args:
+        build_url: '{fedora-28/build_url}'
+        test_suite: test_integration/test_installation.py::TestInstallMasterKRA
+        template: *ci-master-f28
+        timeout: 10800
+        topology: *master_1repl
+
+  fedora-28/test_installation_TestInstallMasterDNS:
+    requires: [fedora-28/build]
+    priority: 50
+    job:
+      class: RunPytest
+      args:
+        build_url: '{fedora-28/build_url}'
+        test_suite: test_integration/test_installation.py::TestInstallMasterDNS
+        template: *ci-master-f28
+        timeout: 10800
+        topology: *master_1repl
+
+  fedora-28/test_installation_TestInstallMasterReservedIPasForwarder:
+    requires: [fedora-28/build]
+    priority: 50
+    job:
+      class: RunPytest
+      args:
+        build_url: '{fedora-28/build_url}'
+        test_suite: test_integration/test_installation.py::TestInstallMasterReservedIPasForwarder
+        template: *ci-master-f28
+        timeout: 10800
+        topology: *master_1repl
+
+  fedora-28/test_caless_TestServerInstall:
+    requires: [fedora-28/build]
+    priority: 50
+    job:
+      class: RunPytest
+      args:
+        build_url: '{fedora-28/build_url}'
+        test_suite: test_integration/test_caless.py::TestServerInstall
+        template: *ci-master-f28
+        timeout: 12000
         topology: *master_1repl
 
-  fedora-28/caless:
+  fedora-28/test_caless_TestReplicaInstall:
+    requires: [fedora-28/build]
+    priority: 50
+    job:
+      class: RunPytest
+      args:
+        build_url: '{fedora-28/build_url}'
+        test_suite: test_integration/test_caless.py::TestReplicaInstall
+        template: *ci-master-f28
+        timeout: 5400
+        topology: *master_1repl
+
+  fedora-28/test_caless_TestClientInstall:
+    requires: [fedora-28/build]
+    priority: 50
+    job:
+      class: RunPytest
+      args:
+        build_url: '{fedora-28/build_url}'
+        test_suite: test_integration/test_caless.py::TestClientInstall
+        template: *ci-master-f28
+        timeout: 5400
+        topology: *master_1repl
+
+  fedora-28/test_caless_TestIPACommands:
+    requires: [fedora-28/build]
+    priority: 50
+    job:
+      class: RunPytest
+      args:
+        build_url: '{fedora-28/build_url}'
+        test_suite: test_integration/test_caless.py::TestIPACommands
+        template: *ci-master-f28
+        timeout: 5400
+        topology: *master_1repl
+
+  fedora-28/test_caless_TestCertInstall:
+    requires: [fedora-28/build]
+    priority: 50
+    job:
+      class: RunPytest
+      args:
+        build_url: '{fedora-28/build_url}'
+        test_suite: test_integration/test_caless.py::TestCertInstall
+        template: *ci-master-f28
+        timeout: 5400
+        topology: *master_1repl
+
+  fedora-28/test_caless_TestPKINIT:
+    requires: [fedora-28/build]
+    priority: 50
+    job:
+      class: RunPytest
+      args:
+        build_url: '{fedora-28/build_url}'
+        test_suite: test_integration/test_caless.py::TestPKINIT
+        template: *ci-master-f28
+        timeout: 5400
+        topology: *master_1repl
+
+  fedora-28/test_caless_TestServerReplicaCALessToCAFull:
     requires: [fedora-28/build]
     priority: 50
     job:
@@ -48,174 +276,425 @@ jobs:
         build_url: '{fedora-28/build_url}'
         test_suite: test_integration/test_caless.py::TestServerReplicaCALessToCAFull
         template: *ci-master-f28
-        timeout: 3600
+        timeout: 5400
+        topology: *master_1repl
+
+  fedora-28/test_backup_and_restore_TestUserrootFilesOwnership:
+    requires: [fedora-28/build]
+    priority: 50
+    job:
+      class: RunPytest
+      args:
+        build_url: '{fedora-28/build_url}'
+        test_suite: test_integration/test_backup_and_restore.py::TestUserrootFilesOwnership
+        template: *ci-master-f28
+        timeout: 7200
+        topology: *master_1repl
+
+  fedora-28/test_backup_and_restore_TestBackupAndRestore:
+    requires: [fedora-28/build]
+    priority: 50
+    job:
+      class: RunPytest
+      args:
+        build_url: '{fedora-28/build_url}'
+        test_suite: test_integration/test_backup_and_restore.py::TestBackupAndRestore
+        template: *ci-master-f28
+        timeout: 7200
+        topology: *master_1repl
+
+  fedora-28/test_backup_and_restore_TestBackupAndRestoreWithDNSSEC:
+    requires: [fedora-28/build]
+    priority: 50
+    job:
+      class: RunPytest
+      args:
+        build_url: '{fedora-28/build_url}'
+        test_suite: test_integration/test_backup_and_restore.py::TestBackupAndRestoreWithDNSSEC
+        template: *ci-master-f28
+        timeout: 7200
+        topology: *master_1repl
+
+  fedora-28/test_backup_and_restore_TestBackupReinstallRestoreWithDNSSEC:
+    requires: [fedora-28/build]
+    priority: 50
+    job:
+      class: RunPytest
+      args:
+        build_url: '{fedora-28/build_url}'
+        test_suite: test_integration/test_backup_and_restore.py::TestBackupReinstallRestoreWithDNSSEC
+        template: *ci-master-f28
+        timeout: 7200
         topology: *master_1repl
 
-  fedora-28/external_ca_1:
+  fedora-28/test_backup_and_restore_TestBackupAndRestoreWithDNS:
     requires: [fedora-28/build]
     priority: 50
     job:
       class: RunPytest
       args:
         build_url: '{fedora-28/build_url}'
-        test_suite: test_integration/test_external_ca.py::TestExternalCA
+        test_suite: test_integration/test_backup_and_restore.py::TestBackupAndRestoreWithDNS
         template: *ci-master-f28
-        timeout: 3600
-        topology: *master_1repl_1client
+        timeout: 7200
+        topology: *master_1repl
 
-  fedora-28/external_ca_2:
+  fedora-28/test_backup_and_restore_TestBackupReinstallRestoreWithDNS:
     requires: [fedora-28/build]
     priority: 50
     job:
       class: RunPytest
       args:
         build_url: '{fedora-28/build_url}'
-        test_suite: test_integration/test_external_ca.py::TestSelfExternalSelf test_integration/test_external_ca.py::TestExternalCAInstall
+        test_suite: test_integration/test_backup_and_restore.py::TestBackupReinstallRestoreWithDNS
         template: *ci-master-f28
-        timeout: 3600
+        timeout: 7200
         topology: *master_1repl
 
-  fedora-28/test_topologies:
+  fedora-28/test_backup_and_restore_TestBackupAndRestoreWithKRA:
     requires: [fedora-28/build]
     priority: 50
     job:
       class: RunPytest
       args:
         build_url: '{fedora-28/build_url}'
-        test_suite: test_integration/test_topologies.py
+        test_suite: test_integration/test_backup_and_restore.py::TestBackupAndRestoreWithKRA
         template: *ci-master-f28
-        timeout: 3600
+        timeout: 7200
         topology: *master_1repl
 
-  fedora-28/test_sudo:
+  fedora-28/test_backup_and_restore_TestBackupReinstallRestoreWithKRA:
     requires: [fedora-28/build]
     priority: 50
     job:
       class: RunPytest
       args:
         build_url: '{fedora-28/build_url}'
-        test_suite: test_integration/test_sudo.py
+        test_suite: test_integration/test_backup_and_restore.py::TestBackupReinstallRestoreWithKRA
         template: *ci-master-f28
-        timeout: 3600
-        topology: *master_1repl_1client
+        timeout: 7200
+        topology: *master_1repl
 
-  fedora-28/test_commands:
+  fedora-28/test_dnssec:
     requires: [fedora-28/build]
     priority: 50
     job:
       class: RunPytest
       args:
         build_url: '{fedora-28/build_url}'
-        test_suite: test_integration/test_commands.py
+        test_suite: test_integration/test_dnssec.py
         template: *ci-master-f28
-        timeout: 3600
+        timeout: 7200
+        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_kerberos_flags:
+  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_kerberos_flags.py
+        test_suite: test_integration/test_replica_promotion.py::TestKRAInstall
         template: *ci-master-f28
-        timeout: 3600
-        topology: *master_1repl_1client
+        timeout: 7200
+        topology: *master_1repl
 
-  fedora-28/test_http_kdc_proxy:
+  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_http_kdc_proxy.py
+        test_suite: test_integration/test_replica_promotion.py::TestCAInstall
         template: *ci-master-f28
-        timeout: 3600
-        topology: *master_1repl_1client
+        timeout: 7200
+        topology: *master_1repl
 
-  fedora-28/test_forced_client_enrolment:
+  fedora-28/test_replica_promotion_TestReplicaPromotionLevel1:
     requires: [fedora-28/build]
     priority: 50
     job:
       class: RunPytest
       args:
         build_url: '{fedora-28/build_url}'
-        test_suite: test_integration/test_forced_client_reenrollment.py
+        test_suite: test_integration/test_replica_promotion.py::TestReplicaPromotionLevel1
         template: *ci-master-f28
-        timeout: 3600
-        topology: *master_1repl_1client
+        timeout: 7200
+        topology: *master_1repl
 
-  fedora-28/test_advise:
+  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_advise.py
+        test_suite: test_integration/test_replica_promotion.py::TestReplicaManageCommands
         template: *ci-master-f28
-        timeout: 3600
+        timeout: 7200
         topology: *master_1repl
 
-  fedora-28/test_testconfig:
+  fedora-28/test_replica_promotion_TestUnprivilegedUserPermissions:
     requires: [fedora-28/build]
     priority: 50
     job:
       class: RunPytest
       args:
         build_url: '{fedora-28/build_url}'
-        test_suite: test_integration/test_testconfig.py
+        test_suite: test_integration/test_replica_promotion.py::TestUnprivilegedUserPermissions
         template: *ci-master-f28
-        timeout: 3600
+        timeout: 7200
         topology: *master_1repl
 
-  fedora-28/test_service_permissions:
+  fedora-28/test_replica_promotion_TestProhibitReplicaUninstallation:
     requires: [fedora-28/build]
     priority: 50
     job:
       class: RunPytest
       args:
         build_url: '{fedora-28/build_url}'
-        test_suite: test_integration/test_service_permissions.py
+        test_suite: test_integration/test_replica_promotion.py::TestProhibitReplicaUninstallation
         template: *ci-master-f28
-        timeout: 3600
+        timeout: 7200
         topology: *master_1repl
 
-  fedora-28/test_netgroup:
+  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_netgroup.py
+        test_suite: test_integration/test_replica_promotion.py::TestOldReplicaWorksAfterDomainUpgrade
         template: *ci-master-f28
-        timeout: 3600
+        timeout: 7200
         topology: *master_1repl
 
-  fedora-28/test_vault:
+  fedora-28/test_replica_promotion_TestWrongClientDomain:
     requires: [fedora-28/build]
     priority: 50
     job:
       class: RunPytest
       args:
         build_url: '{fedora-28/build_url}'
-        test_suite: test_integration/test_vault.py
+        test_suite: test_integration/test_replica_promotion.py::TestWrongClientDomain
         template: *ci-master-f28
-        timeout: 4500
+        timeout: 7200
         topology: *master_1repl
 
-  fedora-28/test_authconfig:
+  fedora-28/test_replica_promotion_TestRenewalMaster:
+    requires: [fedora-28/build]
+    priority: 50
+    job:
+      class: RunPytest
+      args:
+        build_url: '{fedora-28/build_url}'
+        test_suite: test_integration/test_replica_promotion.py::TestRenewalMaster
+        template: *ci-master-f28
+        timeout: 7200
+        topology: *master_1repl
+
+  fedora-28/test_replica_promotion_TestReplicaInstallWithExistingEntry:
+    requires: [fedora-28/build]
+    priority: 50
+    job:
+      class: RunPytest
+      args:
+        build_url: '{fedora-28/build_url}'
+        test_suite: test_integration/test_replica_promotion.py::TestReplicaInstallWithExistingEntry
+        template: *ci-master-f28
+        timeout: 7200
+        topology: *master_1repl
+
+  fedora-28/test_replica_promotion_TestSubCAkeyReplication:
+    requires: [fedora-28/build]
+    priority: 50
+    job:
+      class: RunPytest
+      args:
+        build_url: '{fedora-28/build_url}'
+        test_suite: test_integration/test_replica_promotion.py::TestSubCAkeyReplication
+        template: *ci-master-f28
+        timeout: 7200
+        topology: *master_1repl
+
+  fedora-28/test_upgrade:
+    requires: [fedora-28/build]
+    priority: 50
+    job:
+      class: RunPytest
+      args:
+        build_url: '{fedora-28/build_url}'
+        test_suite: test_integration/test_upgrade.py
+        template: *ci-master-f28
+        timeout: 7200
+        topology: *master_1repl
+
+  fedora-28/test_topology_TestCASpecificRUVs:
+    requires: [fedora-28/build]
+    priority: 50
+    job:
+      class: RunPytest
+      args:
+        build_url: '{fedora-28/build_url}'
+        test_suite: test_integration/test_topology.py::TestCASpecificRUVs
+        template: *ci-master-f28
+        timeout: 7200
+        topology: *master_3repl_1client
+
+  fedora-28/test_topology_TestTopologyOptions:
+    requires: [fedora-28/build]
+    priority: 50
+    job:
+      class: RunPytest
+      args:
+        build_url: '{fedora-28/build_url}'
+        test_suite: test_integration/test_topology.py::TestTopologyOptions
+        template: *ci-master-f28
+        timeout: 7200
+        topology: *master_3repl_1client
+
+  fedora-28/test_topology_TestReplicaManageDel:
+    requires: [fedora-28/build]
+    priority: 50
+    job:
+      class: RunPytest
+      args:
+        build_url: '{fedora-28/build_url}'
+        test_suite: test_integration/test_topology.py::TestReplicaManageDel
+        template: *ci-master-f28
+        timeout: 7200
+        topology: *master_3repl_1client
+
+  fedora-28/test_replication_layouts_TestLineTopologyWithoutCA:
+    requires: [fedora-28/build]
+    priority: 50
+    job:
+      class: RunPytest
+      args:
+        build_url: '{fedora-28/build_url}'
+        test_suite: test_integration/test_replication_layouts.py::TestLineTopologyWithoutCA
+        template: *ci-master-f28
+        timeout: 7200
+        topology: *master_3repl_1client
+
+  fedora-28/test_replication_layouts_TestLineTopologyWithCA:
     requires: [fedora-28/build]
     priority: 50
     job:
       class: RunPytest
       args:
         build_url: '{fedora-28/build_url}'
-        test_suite: test_integration/test_authselect.py
+        test_suite: test_integration/test_replication_layouts.py::TestLineTopologyWithCA
         template: *ci-master-f28
-        timeout: 3600
-        topology: *master_1repl_1client
+        timeout: 7200
+        topology: *master_3repl_1client
 
+  fedora-28/test_replication_layouts_TestLineTopologyWithCAKRA:
+    requires: [fedora-28/build]
+    priority: 50
+    job:
+      class: RunPytest
+      args:
+        build_url: '{fedora-28/build_url}'
+        test_suite: test_integration/test_replication_layouts.py::TestLineTopologyWithCAKRA
+        template: *ci-master-f28
+        timeout: 7200
+        topology: *master_3repl_1client
+
+  fedora-28/test_replication_layouts.py_TestStarTopologyWithoutCA:
+    requires: [fedora-28/build]
+    priority: 50
+    job:
+      class: RunPytest
+      args:
+        build_url: '{fedora-28/build_url}'
+        test_suite: test_integration/test_replication_layouts.py::TestStarTopologyWithoutCA
+        template: *ci-master-f28
+        timeout: 7200
+        topology: *master_3repl_1client
+
+  fedora-28/test_replication_layouts_TestStarTopologyWithCA:
+    requires: [fedora-28/build]
+    priority: 50
+    job:
+      class: RunPytest
+      args:
+        build_url: '{fedora-28/build_url}'
+        test_suite: test_integration/test_replication_layouts.py::TestStarTopologyWithCA
+        template: *ci-master-f28
+        timeout: 7200
+        topology: *master_3repl_1client
+
+  fedora-28/test_replication_layouts_TestStarTopologyWithCAKRA:
+    requires: [fedora-28/build]
+    priority: 50
+    job:
+      class: RunPytest
+      args:
+        build_url: '{fedora-28/build_url}'
+        test_suite: test_integration/test_replication_layouts.py::TestStarTopologyWithCAKRA
+        template: *ci-master-f28
+        timeout: 7200
+        topology: *master_3repl_1client
+
+  fedora-28/test_replication_layouts_TestCompleteTopologyWithoutCA:
+    requires: [fedora-28/build]
+    priority: 50
+    job:
+      class: RunPytest
+      args:
+        build_url: '{fedora-28/build_url}'
+        test_suite: test_integration/test_replication_layouts.py::TestCompleteTopologyWithoutCA
+        template: *ci-master-f28
+        timeout: 7200
+        topology: *master_3repl_1client
+
+  fedora-28/test_replication_layouts_TestCompleteTopologyWithCA:
+    requires: [fedora-28/build]
+    priority: 50
+    job:
+      class: RunPytest
+      args:
+        build_url: '{fedora-28/build_url}'
+        test_suite: test_integration/test_replication_layouts.py::TestCompleteTopologyWithCA
+        template: *ci-master-f28
+        timeout: 7200
+        topology: *master_3repl_1client
+
+  fedora-28/test_replication_layouts_TestCompleteTopologyWithCAKRA:
+    requires: [fedora-28/build]
+    priority: 50
+    job:
+      class: RunPytest
+      args:
+        build_url: '{fedora-28/build_url}'
+        test_suite: test_integration/test_replication_layouts.py::TestCompleteTopologyWithCAKRA
+        template: *ci-master-f28
+        timeout: 7200
+        topology: *master_3repl_1client
+
+  fedora-28/test_webui:
+    requires: [fedora-28/build]
+    priority: 50
+    job:
+      class: RunWebuiTests
+      args:
+        build_url: '{fedora-28/build_url}'
+        test_suite: test_webui/
+        template: *ci-master-f28
+        timeout: 16000
+        topology: *ipaserver
_______________________________________________
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.fedoraproject.org/archives/list/freeipa-devel@lists.fedorahosted.org/message/QXWYNCQXTKJ5H7ZCTXT6N2CB3N72OYAG/

Reply via email to