caae578990
- Resolves: rhbz#2110014 ldap bind occurs when admin user changes password with gracelimit=0 - Resolves: rhbz#2112901 RFE: Allow grace login limit to be set in IPA WebUI - Resolves: rhbz#2115495 group password policy by default does not allow grace logins - Resolves: rhbz#2116966 ipa-replica-manage displays traceback: Unexpected error: 'bool' object has no attribute 'lower'
15826 lines
524 KiB
Diff
15826 lines
524 KiB
Diff
From 6c6a43c9090b5f61726512182a36958cbdafc9a4 Mon Sep 17 00:00:00 2001
|
|
From: Florence Blanc-Renaud <flo@redhat.com>
|
|
Date: Mon, 4 Jul 2022 18:16:21 +0200
|
|
Subject: [PATCH] ipatests: add nightly definitions for ipa-4-10 branch
|
|
|
|
Reviewed-By: Rob Crittenden <rcritten@redhat.com>
|
|
---
|
|
ipatests/prci_definitions/gating.yaml | 192 +-
|
|
...test.yaml => nightly_ipa-4-10_latest.yaml} | 1166 ++++-----
|
|
...l => nightly_ipa-4-10_latest_selinux.yaml} | 1168 ++++-----
|
|
...de.yaml => nightly_ipa-4-10_previous.yaml} | 1355 +++++-----
|
|
.../nightly_latest_389ds.yaml | 658 -----
|
|
.../prci_definitions/nightly_latest_pki.yaml | 1042 --------
|
|
.../nightly_latest_testing.yaml | 2114 ---------------
|
|
.../nightly_latest_testing_selinux.yaml | 2259 -----------------
|
|
.../prci_definitions/nightly_previous.yaml | 1823 -------------
|
|
ipatests/prci_definitions/temp_commit.yaml | 16 +-
|
|
10 files changed, 1876 insertions(+), 9917 deletions(-)
|
|
rename ipatests/prci_definitions/{nightly_latest.yaml => nightly_ipa-4-10_latest.yaml} (51%)
|
|
rename ipatests/prci_definitions/{nightly_latest_selinux.yaml => nightly_ipa-4-10_latest_selinux.yaml} (54%)
|
|
rename ipatests/prci_definitions/{nightly_rawhide.yaml => nightly_ipa-4-10_previous.yaml} (50%)
|
|
delete mode 100644 ipatests/prci_definitions/nightly_latest_389ds.yaml
|
|
delete mode 100644 ipatests/prci_definitions/nightly_latest_pki.yaml
|
|
delete mode 100644 ipatests/prci_definitions/nightly_latest_testing.yaml
|
|
delete mode 100644 ipatests/prci_definitions/nightly_latest_testing_selinux.yaml
|
|
delete mode 100644 ipatests/prci_definitions/nightly_previous.yaml
|
|
|
|
diff --git a/ipatests/prci_definitions/gating.yaml b/ipatests/prci_definitions/gating.yaml
|
|
index e0ca590809448c435588009122566058cde7bef7..4083c650a17ce76bdefa243f1a7c5924039ff0bb 100644
|
|
--- a/ipatests/prci_definitions/gating.yaml
|
|
+++ b/ipatests/prci_definitions/gating.yaml
|
|
@@ -21,7 +21,7 @@ topologies:
|
|
memory: 2400
|
|
|
|
jobs:
|
|
- fedora-latest/build:
|
|
+ fedora-latest-ipa-4-10/build:
|
|
requires: []
|
|
priority: 150
|
|
job:
|
|
@@ -29,284 +29,284 @@ jobs:
|
|
args:
|
|
git_repo: '{git_repo}'
|
|
git_refspec: '{git_refspec}'
|
|
- template: &ci-master-latest
|
|
- name: freeipa/ci-master-f36
|
|
- version: 0.0.7
|
|
+ template: &ci-ipa-4-10-latest
|
|
+ name: freeipa/ci-ipa-4-10-f36
|
|
+ version: 0.0.1
|
|
timeout: 1800
|
|
topology: *build
|
|
|
|
- fedora-latest/test_installation_TestInstallMaster:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_installation_TestInstallMaster:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 100
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_installation.py::TestInstallMaster
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 7200
|
|
topology: *master_1repl
|
|
|
|
- fedora-latest/simple_replication:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/simple_replication:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 100
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_simple_replication.py
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 3600
|
|
topology: *master_1repl
|
|
|
|
- fedora-latest/test_caless_TestServerReplicaCALessToCAFull:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_caless_TestServerReplicaCALessToCAFull:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 100
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_caless.py::TestServerReplicaCALessToCAFull
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 3600
|
|
topology: *master_1repl
|
|
|
|
- fedora-latest/test_external_ca_TestExternalCA:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_external_ca_TestExternalCA:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 100
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_external_ca.py::TestExternalCA test_integration/test_external_ca.py::TestExternalCAConstraints
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 4800
|
|
topology: *master_1repl_1client
|
|
|
|
- fedora-latest/test_external_ca_TestSelfExternalSelf:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_external_ca_TestSelfExternalSelf:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 100
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_external_ca.py::TestSelfExternalSelf test_integration/test_external_ca.py::TestExternalCAInstall
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 3600
|
|
topology: *master_1repl
|
|
|
|
- fedora-latest/external_ca_templates:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/external_ca_templates:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 100
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_external_ca.py::TestExternalCAProfileScenarios
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 3600
|
|
topology: *master_1repl
|
|
|
|
- fedora-latest/test_topologies:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_topologies:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 100
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_topologies.py
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 3600
|
|
topology: *master_1repl
|
|
|
|
- fedora-latest/test_sudo:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_sudo:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 100
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_sudo.py
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 4800
|
|
topology: *master_1repl_1client
|
|
|
|
- fedora-latest/test_commands:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_commands:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 100
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_commands.py
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 5400
|
|
topology: *master_1repl_1client
|
|
|
|
- fedora-latest/test_kerberos_flags:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_kerberos_flags:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 100
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_kerberos_flags.py
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 3600
|
|
topology: *master_1repl_1client
|
|
|
|
- fedora-latest/test_forced_client_enrolment:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_forced_client_enrolment:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 100
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_forced_client_reenrollment.py
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 4800
|
|
topology: *master_1repl_1client
|
|
|
|
- fedora-latest/test_advise:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_advise:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 100
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_advise.py
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 3600
|
|
topology: *master_1repl_1client
|
|
|
|
- fedora-latest/test_testconfig:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_testconfig:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 100
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_testconfig.py
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 3600
|
|
topology: *master_1repl
|
|
|
|
- fedora-latest/test_service_permissions:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_service_permissions:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 100
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_service_permissions.py
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 3600
|
|
topology: *master_1repl
|
|
|
|
- fedora-latest/test_netgroup:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_netgroup:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 100
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_netgroup.py
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 3600
|
|
topology: *master_1repl
|
|
|
|
- fedora-latest/test_authconfig:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_authconfig:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 100
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_authselect.py
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 4800
|
|
topology: *master_1repl_1client
|
|
|
|
- fedora-latest/test_replica_promotion_TestSubCAkeyReplication:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_replica_promotion_TestSubCAkeyReplication:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 100
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_replica_promotion.py::TestSubCAkeyReplication
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 3600
|
|
topology: *master_1repl
|
|
|
|
- fedora-latest/test_dnssec_TestInstallDNSSECFirst:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_dnssec_TestInstallDNSSECFirst:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 100
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_dnssec.py::TestInstallDNSSECFirst
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 3600
|
|
topology: *master_1repl
|
|
|
|
- fedora-latest/test_membermanager:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_membermanager:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 100
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_membermanager.py
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 1800
|
|
topology: *master_1repl
|
|
|
|
- fedora-latest/test_adtrust_install:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_adtrust_install:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 100
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_adtrust_install.py
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 3600
|
|
topology: *master_1repl
|
|
|
|
- fedora-latest/test_cert:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_cert:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 100
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_cert.py
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 5400
|
|
topology: *master_1repl_1client
|
|
|
|
- fedora-latest/test_upgrade:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_upgrade:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 100
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_upgrade.py
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 3600
|
|
topology: *master_1repl
|
|
|
|
- fedora-latest/test_subids:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_subids:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 100
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_subids.py
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 3600
|
|
topology: *master_1repl
|
|
diff --git a/ipatests/prci_definitions/nightly_latest.yaml b/ipatests/prci_definitions/nightly_ipa-4-10_latest.yaml
|
|
similarity index 51%
|
|
rename from ipatests/prci_definitions/nightly_latest.yaml
|
|
rename to ipatests/prci_definitions/nightly_ipa-4-10_latest.yaml
|
|
index 86be5f30468d049b9a214432e3258060cea6d98a..f5c9faa9333c6e4dfd7764ebbc5ef25679e1b10f 100644
|
|
--- a/ipatests/prci_definitions/nightly_latest.yaml
|
|
+++ b/ipatests/prci_definitions/nightly_ipa-4-10_latest.yaml
|
|
@@ -41,7 +41,7 @@ topologies:
|
|
memory: 14500
|
|
|
|
jobs:
|
|
- fedora-latest/build:
|
|
+ fedora-latest-ipa-4-10/build:
|
|
requires: []
|
|
priority: 100
|
|
job:
|
|
@@ -49,1775 +49,1775 @@ jobs:
|
|
args:
|
|
git_repo: '{git_repo}'
|
|
git_refspec: '{git_refspec}'
|
|
- template: &ci-master-latest
|
|
+ template: &ci-ipa-4-10-latest
|
|
name: freeipa/ci-master-f36
|
|
- version: 0.0.7
|
|
+ version: 0.0.1
|
|
timeout: 1800
|
|
topology: *build
|
|
|
|
- fedora-latest/simple_replication:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/simple_replication:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_simple_replication.py
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 3600
|
|
topology: *master_1repl
|
|
|
|
- fedora-latest/test_external_ca_TestExternalCA:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_external_ca_TestExternalCA:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_external_ca.py::TestExternalCA test_integration/test_external_ca.py::TestExternalCAConstraints
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 4800
|
|
topology: *master_1repl_1client
|
|
|
|
- fedora-latest/test_external_ca_TestSelfExternalSelf:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_external_ca_TestSelfExternalSelf:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_external_ca.py::TestSelfExternalSelf test_integration/test_external_ca.py::TestExternalCAInstall
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 3600
|
|
topology: *master_1repl
|
|
|
|
- fedora-latest/external_ca_templates:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/external_ca_templates:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_external_ca.py::TestExternalCAProfileScenarios
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 3600
|
|
topology: *master_1repl
|
|
|
|
- fedora-latest/test_topologies:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_topologies:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_topologies.py
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 3600
|
|
topology: *master_1repl
|
|
|
|
- fedora-latest/test_sudo:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_sudo:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_sudo.py
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 4800
|
|
topology: *master_1repl_1client
|
|
|
|
- fedora-latest/test_commands:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_commands:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_commands.py
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 5400
|
|
topology: *master_1repl_1client
|
|
|
|
- fedora-latest/test_kerberos_flags:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_kerberos_flags:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_kerberos_flags.py
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 3600
|
|
topology: *master_1repl_1client
|
|
|
|
- fedora-latest/test_http_kdc_proxy:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_http_kdc_proxy:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunADTests
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_http_kdc_proxy.py
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 7200
|
|
topology: *ad_master_2client
|
|
|
|
- fedora-latest/test_fips:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_fips:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_fips.py
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 7200
|
|
topology: *master_1repl_1client
|
|
|
|
- fedora-latest/test_forced_client_enrolment:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_forced_client_enrolment:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_forced_client_reenrollment.py
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 4800
|
|
topology: *master_1repl_1client
|
|
|
|
- fedora-latest/test_advise:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_advise:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_advise.py
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 3600
|
|
topology: *master_1repl_1client
|
|
|
|
- fedora-latest/test_testconfig:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_testconfig:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_testconfig.py
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 3600
|
|
topology: *master_1repl
|
|
|
|
- fedora-latest/test_service_permissions:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_service_permissions:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_service_permissions.py
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 3600
|
|
topology: *master_1repl
|
|
|
|
- fedora-latest/test_netgroup:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_netgroup:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_netgroup.py
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 3600
|
|
topology: *master_1repl
|
|
|
|
- fedora-latest/test_vault:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_vault:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_vault.py
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 6300
|
|
topology: *master_1repl
|
|
|
|
- fedora-latest/test_authconfig:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_authconfig:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_authselect.py
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 4800
|
|
topology: *master_1repl_1client
|
|
|
|
- fedora-latest/test_smb:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_smb:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunADTests
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_smb.py
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 7200
|
|
topology: *ad_master_2client
|
|
|
|
- fedora-latest/test_server_del:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_server_del:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_server_del.py
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 10800
|
|
topology: *master_2repl_1client
|
|
|
|
- fedora-latest/test_installation_TestInstallWithCA1:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_installation_TestInstallWithCA1:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_installation.py::TestInstallWithCA1
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 10800
|
|
topology: *master_3repl_1client
|
|
|
|
- fedora-latest/test_installation_TestInstallWithCA2:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_installation_TestInstallWithCA2:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_installation.py::TestInstallWithCA2
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 10800
|
|
topology: *master_3repl_1client
|
|
|
|
- fedora-latest/test_installation_TestInstallCA:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_installation_TestInstallCA:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_installation.py::TestInstallCA
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 10800
|
|
topology: *master_2repl_1client
|
|
|
|
- fedora-latest/test_installation_TestInstallWithCA_KRA1:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_installation_TestInstallWithCA_KRA1:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_installation.py::TestInstallWithCA_KRA1
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 10800
|
|
topology: *master_3repl_1client
|
|
|
|
- fedora-latest/test_installation_TestInstallWithCA_KRA2:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_installation_TestInstallWithCA_KRA2:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_installation.py::TestInstallWithCA_KRA2
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 10800
|
|
topology: *master_3repl_1client
|
|
|
|
- fedora-latest/test_installation_TestInstallWithCA_DNS1:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_installation_TestInstallWithCA_DNS1:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_installation.py::TestInstallWithCA_DNS1
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 10800
|
|
topology: *master_3repl_1client
|
|
|
|
- fedora-latest/test_installation_TestInstallWithCA_DNS2:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_installation_TestInstallWithCA_DNS2:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_installation.py::TestInstallWithCA_DNS2
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 10800
|
|
topology: *master_3repl_1client
|
|
|
|
- fedora-latest/test_installation_TestInstallWithCA_DNS3:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_installation_TestInstallWithCA_DNS3:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_installation.py::TestInstallWithCA_DNS3
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 3600
|
|
topology: *master_1repl
|
|
|
|
- fedora-latest/test_installation_TestInstallWithCA_DNS4:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_installation_TestInstallWithCA_DNS4:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_installation.py::TestInstallWithCA_DNS4
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 3600
|
|
topology: *master_1repl
|
|
|
|
- fedora-latest/test_installation_TestInstallWithCA_KRA_DNS1:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_installation_TestInstallWithCA_KRA_DNS1:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_installation.py::TestInstallWithCA_KRA_DNS1
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 10800
|
|
topology: *master_3repl_1client
|
|
|
|
- fedora-latest/test_installation_TestInstallWithCA_KRA_DNS2:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_installation_TestInstallWithCA_KRA_DNS2:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_installation.py::TestInstallWithCA_KRA_DNS2
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 10800
|
|
topology: *master_3repl_1client
|
|
|
|
- fedora-latest/test_installation_TestInstallMaster:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_installation_TestInstallMaster:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_installation.py::TestInstallMaster
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 10800
|
|
topology: *master_1repl
|
|
|
|
- fedora-latest/test_installation_TestInstallMasterKRA:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_installation_TestInstallMasterKRA:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_installation.py::TestInstallMasterKRA
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 10800
|
|
topology: *master_1repl
|
|
|
|
- fedora-latest/test_installation_TestInstallMasterDNS:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_installation_TestInstallMasterDNS:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_installation.py::TestInstallMasterDNS
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 10800
|
|
topology: *master_1repl
|
|
|
|
- fedora-latest/test_installation_TestInstallMasterDNSRepeatedly:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_installation_TestInstallMasterDNSRepeatedly:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_installation.py::TestInstallMasterDNSRepeatedly
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 10800
|
|
topology: *master_1repl
|
|
|
|
- fedora-latest/test_installation_TestInstallMasterReservedIPasForwarder:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_installation_TestInstallMasterReservedIPasForwarder:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_installation.py::TestInstallMasterReservedIPasForwarder
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 10800
|
|
topology: *master_1repl
|
|
|
|
- fedora-latest/test_installation_TestInstallMasterReplica:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_installation_TestInstallMasterReplica:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_installation.py::TestInstallMasterReplica
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 10800
|
|
topology: *master_1repl
|
|
|
|
- fedora-latest/test_installation_TestInstallReplicaAgainstSpecificServer:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_installation_TestInstallReplicaAgainstSpecificServer:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_installation.py::TestInstallReplicaAgainstSpecificServer
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 10800
|
|
topology: *master_2repl_1client
|
|
|
|
- fedora-latest/test_installation_TestADTrustInstall:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_installation_TestADTrustInstall:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_installation.py::TestADTrustInstall
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 10800
|
|
topology: *master_2repl_1client
|
|
|
|
- fedora-latest/test_installation_TestADTrustInstallWithDNS_KRA_ADTrust:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_installation_TestADTrustInstallWithDNS_KRA_ADTrust:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_installation.py::TestADTrustInstallWithDNS_KRA_ADTrust
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 10800
|
|
topology: *master_2repl_1client
|
|
|
|
- fedora-latest/test_installation_TestKRAinstallAfterCertRenew:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_installation_TestKRAinstallAfterCertRenew:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_installation.py::TestKRAinstallAfterCertRenew
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 10800
|
|
topology: *master_1repl
|
|
|
|
- fedora-latest/test_installation_TestInstallWithoutSudo:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_installation_TestInstallWithoutSudo:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_installation.py::TestInstallWithoutSudo
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 4800
|
|
topology: *master_1repl_1client
|
|
|
|
- fedora-latest/test_installation_TestInstallWithoutNamed:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_installation_TestInstallWithoutNamed:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_installation.py::TestInstallWithoutNamed
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 4800
|
|
topology: *master_1repl
|
|
|
|
- fedora-latest/test_installation_TestInstallwithSHA384withRSA:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_installation_TestInstallwithSHA384withRSA:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_installation.py::TestInstallwithSHA384withRSA
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 3600
|
|
topology: *master_1repl
|
|
|
|
- fedora-latest/test_idviews:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_idviews:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunADTests
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_idviews.py
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 7200
|
|
topology: *ad_master_2client
|
|
|
|
- fedora-latest/test_caless_TestServerInstall:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_caless_TestServerInstall:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_caless.py::TestServerInstall
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 12000
|
|
topology: *master_1repl
|
|
|
|
- fedora-latest/test_caless_TestReplicaInstall:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_caless_TestReplicaInstall:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_caless.py::TestReplicaInstall
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 7200
|
|
topology: *master_1repl
|
|
|
|
- fedora-latest/test_caless_TestClientInstall:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_caless_TestClientInstall:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_caless.py::TestClientInstall
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 5400
|
|
# actually master_1client
|
|
topology: *master_1repl_1client
|
|
|
|
- fedora-latest/test_caless_TestIPACommands:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_caless_TestIPACommands:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_caless.py::TestIPACommands
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 5400
|
|
topology: *master_1repl
|
|
|
|
- fedora-latest/test_caless_TestCertInstall:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_caless_TestCertInstall:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_caless.py::TestCertInstall
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 5400
|
|
topology: *master_1repl
|
|
|
|
- fedora-latest/test_caless_TestPKINIT:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_caless_TestPKINIT:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_caless.py::TestPKINIT
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 5400
|
|
topology: *master_1repl
|
|
|
|
- fedora-latest/test_caless_TestServerReplicaCALessToCAFull:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_caless_TestServerReplicaCALessToCAFull:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_caless.py::TestServerReplicaCALessToCAFull
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 5400
|
|
topology: *master_1repl
|
|
|
|
- fedora-latest/test_caless_TestReplicaCALessToCAFull:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_caless_TestReplicaCALessToCAFull:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_caless.py::TestReplicaCALessToCAFull
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 5400
|
|
topology: *master_1repl
|
|
|
|
- fedora-latest/test_caless_TestServerCALessToExternalCA:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_caless_TestServerCALessToExternalCA:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_caless.py::TestServerCALessToExternalCA
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 5400
|
|
topology: *master_1repl
|
|
|
|
- fedora-latest/test_backup_and_restore_TestUserRootFilesOwnershipPermission:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_backup_and_restore_TestUserRootFilesOwnershipPermission:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_backup_and_restore.py::TestUserRootFilesOwnershipPermission
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 7200
|
|
topology: *master_1repl
|
|
|
|
- fedora-latest/test_backup_and_restore_TestBackupAndRestore:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_backup_and_restore_TestBackupAndRestore:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_backup_and_restore.py::TestBackupAndRestore
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 7200
|
|
topology: *master_1repl
|
|
|
|
- fedora-latest/test_backup_and_restore_TestBackupAndRestoreWithDNSSEC:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_backup_and_restore_TestBackupAndRestoreWithDNSSEC:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_backup_and_restore.py::TestBackupAndRestoreWithDNSSEC
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 7200
|
|
topology: *master_1repl
|
|
|
|
- fedora-latest/test_backup_and_restore_TestBackupReinstallRestoreWithDNSSEC:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_backup_and_restore_TestBackupReinstallRestoreWithDNSSEC:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_backup_and_restore.py::TestBackupReinstallRestoreWithDNSSEC
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 7200
|
|
topology: *master_1repl
|
|
|
|
- fedora-latest/test_backup_and_restore_TestBackupAndRestoreWithDNS:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_backup_and_restore_TestBackupAndRestoreWithDNS:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_backup_and_restore.py::TestBackupAndRestoreWithDNS
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 7200
|
|
topology: *master_1repl
|
|
|
|
- fedora-latest/test_backup_and_restore_TestBackupReinstallRestoreWithDNS:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_backup_and_restore_TestBackupReinstallRestoreWithDNS:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_backup_and_restore.py::TestBackupReinstallRestoreWithDNS
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 7200
|
|
topology: *master_1repl
|
|
|
|
- fedora-latest/test_backup_and_restore_TestBackupAndRestoreWithKRA:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_backup_and_restore_TestBackupAndRestoreWithKRA:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_backup_and_restore.py::TestBackupAndRestoreWithKRA
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 7200
|
|
topology: *master_1repl
|
|
|
|
- fedora-latest/test_backup_and_restore_TestBackupReinstallRestoreWithKRA:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_backup_and_restore_TestBackupReinstallRestoreWithKRA:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_backup_and_restore.py::TestBackupReinstallRestoreWithKRA
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 7200
|
|
topology: *master_1repl
|
|
|
|
- fedora-latest/test_backup_and_restore_TestBackupAndRestoreWithReplica:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_backup_and_restore_TestBackupAndRestoreWithReplica:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_backup_and_restore.py::TestBackupAndRestoreWithReplica
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 7200
|
|
topology: *master_2repl_1client
|
|
|
|
- fedora-latest/test_backup_and_restore_TestBackupAndRestoreDMPassword:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_backup_and_restore_TestBackupAndRestoreDMPassword:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_backup_and_restore.py::TestBackupAndRestoreDMPassword
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 7200
|
|
topology: *master_1repl
|
|
|
|
- fedora-latest/test_backup_and_restore_TestReplicaInstallAfterRestore:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_backup_and_restore_TestReplicaInstallAfterRestore:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_backup_and_restore.py::TestReplicaInstallAfterRestore
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 7200
|
|
topology: *master_2repl_1client
|
|
|
|
- fedora-latest/test_backup_and_restore_TestBackupRoles:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_backup_and_restore_TestBackupRoles:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_backup_and_restore.py::TestBackupRoles
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 7200
|
|
topology: *master_1repl
|
|
|
|
- fedora-latest/test_dnssec:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_dnssec:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_dnssec.py
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 10800
|
|
topology: *master_2repl_1client
|
|
|
|
- fedora-latest/test_replica_promotion_TestReplicaPromotionLevel1:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_replica_promotion_TestReplicaPromotionLevel1:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_replica_promotion.py::TestReplicaPromotionLevel1
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 7200
|
|
topology: *master_1repl
|
|
|
|
- fedora-latest/test_replica_promotion_TestUnprivilegedUserPermissions:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_replica_promotion_TestUnprivilegedUserPermissions:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_replica_promotion.py::TestUnprivilegedUserPermissions
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 7200
|
|
topology: *master_1repl
|
|
|
|
- fedora-latest/test_replica_promotion_TestProhibitReplicaUninstallation:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_replica_promotion_TestProhibitReplicaUninstallation:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_replica_promotion.py::TestProhibitReplicaUninstallation
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 7200
|
|
topology: *master_2repl_1client
|
|
|
|
- fedora-latest/test_replica_promotion_TestWrongClientDomain:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_replica_promotion_TestWrongClientDomain:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_replica_promotion.py::TestWrongClientDomain
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 7200
|
|
topology: *master_1repl
|
|
|
|
- fedora-latest/test_replica_promotion_TestRenewalMaster:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_replica_promotion_TestRenewalMaster:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_replica_promotion.py::TestRenewalMaster
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 7200
|
|
topology: *master_1repl
|
|
|
|
- fedora-latest/test_replica_promotion_TestReplicaInstallWithExistingEntry:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_replica_promotion_TestReplicaInstallWithExistingEntry:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_replica_promotion.py::TestReplicaInstallWithExistingEntry
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 7200
|
|
topology: *master_1repl
|
|
|
|
- fedora-latest/test_replica_promotion_TestSubCAkeyReplication:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_replica_promotion_TestSubCAkeyReplication:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_replica_promotion.py::TestSubCAkeyReplication
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 7200
|
|
topology: *master_1repl
|
|
|
|
- fedora-latest/test_replica_promotion_TestReplicaInstallCustodia:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_replica_promotion_TestReplicaInstallCustodia:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_replica_promotion.py::TestReplicaInstallCustodia
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 7200
|
|
topology: *master_2repl_1client
|
|
|
|
- fedora-latest/test_replica_promotion_TestReplicaInForwardZone:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_replica_promotion_TestReplicaInForwardZone:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_replica_promotion.py::TestReplicaInForwardZone
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 7200
|
|
topology: *master_1repl
|
|
|
|
- fedora-latest/test_replica_promotion_TestHiddenReplicaPromotion:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_replica_promotion_TestHiddenReplicaPromotion:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_replica_promotion.py::TestHiddenReplicaPromotion
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 7200
|
|
topology: *master_2repl_1client
|
|
|
|
- fedora-latest/test_replica_promotion_TestHiddenReplicaKRA:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_replica_promotion_TestHiddenReplicaKRA:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_replica_promotion.py::TestHiddenReplicaKRA
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 7200
|
|
topology: *master_2repl_1client
|
|
|
|
- fedora-latest/test_upgrade:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_upgrade:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_upgrade.py
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 7200
|
|
topology: *master_1repl
|
|
|
|
- fedora-latest/test_topology_TestCASpecificRUVs:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_topology_TestCASpecificRUVs:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_topology.py::TestCASpecificRUVs
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 7200
|
|
topology: *master_3repl_1client
|
|
|
|
- fedora-latest/test_topology_TestTopologyOptions:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_topology_TestTopologyOptions:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_topology.py::TestTopologyOptions
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 7200
|
|
topology: *master_3repl_1client
|
|
|
|
- fedora-latest/test_replication_layouts_TestLineTopologyWithoutCA:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_replication_layouts_TestLineTopologyWithoutCA:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_replication_layouts.py::TestLineTopologyWithoutCA
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 7200
|
|
topology: *master_3repl_1client
|
|
|
|
- fedora-latest/test_replication_layouts_TestLineTopologyWithCA:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_replication_layouts_TestLineTopologyWithCA:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_replication_layouts.py::TestLineTopologyWithCA
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 10800
|
|
topology: *master_3repl_1client
|
|
|
|
- fedora-latest/test_replication_layouts_TestLineTopologyWithCAKRA:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_replication_layouts_TestLineTopologyWithCAKRA:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_replication_layouts.py::TestLineTopologyWithCAKRA
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 10800
|
|
topology: *master_3repl_1client
|
|
|
|
- fedora-latest/test_replication_layouts.py_TestStarTopologyWithoutCA:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_replication_layouts.py_TestStarTopologyWithoutCA:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_replication_layouts.py::TestStarTopologyWithoutCA
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 7200
|
|
topology: *master_3repl_1client
|
|
|
|
- fedora-latest/test_replication_layouts_TestStarTopologyWithCA:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_replication_layouts_TestStarTopologyWithCA:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_replication_layouts.py::TestStarTopologyWithCA
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 7200
|
|
topology: *master_3repl_1client
|
|
|
|
- fedora-latest/test_replication_layouts_TestStarTopologyWithCAKRA:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_replication_layouts_TestStarTopologyWithCAKRA:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_replication_layouts.py::TestStarTopologyWithCAKRA
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 10800
|
|
topology: *master_3repl_1client
|
|
|
|
- fedora-latest/test_replication_layouts_TestCompleteTopologyWithoutCA:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_replication_layouts_TestCompleteTopologyWithoutCA:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_replication_layouts.py::TestCompleteTopologyWithoutCA
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 7200
|
|
topology: *master_3repl_1client
|
|
|
|
- fedora-latest/test_replication_layouts_TestCompleteTopologyWithCA:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_replication_layouts_TestCompleteTopologyWithCA:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_replication_layouts.py::TestCompleteTopologyWithCA
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 7200
|
|
topology: *master_3repl_1client
|
|
|
|
- fedora-latest/test_replication_layouts_TestCompleteTopologyWithCAKRA:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_replication_layouts_TestCompleteTopologyWithCAKRA:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_replication_layouts.py::TestCompleteTopologyWithCAKRA
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 7200
|
|
topology: *master_3repl_1client
|
|
|
|
- fedora-latest/test_client_uninstallation:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_client_uninstallation:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_uninstallation.py
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 7200
|
|
topology: *master_1repl_1client
|
|
|
|
- fedora-latest/test_installation_client:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_installation_client:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_installation_client.py
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 3600
|
|
topology: *master_3client
|
|
|
|
- fedora-latest/test_user_permissions:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_user_permissions:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_user_permissions.py
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 3600
|
|
topology: *master_1repl_1client
|
|
|
|
- fedora-latest/test_webui_cert:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_webui_cert:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunWebuiTests
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: test_webui/test_cert.py
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 2400
|
|
topology: *ipaserver
|
|
|
|
- fedora-latest/test_webui_general:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_webui_general:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunWebuiTests
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: >-
|
|
test_webui/test_loginscreen.py
|
|
test_webui/test_misc_cases.py
|
|
test_webui/test_navigation.py
|
|
test_webui/test_translation.py
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 3600
|
|
topology: *ipaserver
|
|
|
|
- fedora-latest/test_webui_host:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_webui_host:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunWebuiTests
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: test_webui/test_host.py
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 3600
|
|
topology: *ipaserver
|
|
|
|
- fedora-latest/test_webui_host_net_groups:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_webui_host_net_groups:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunWebuiTests
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: >-
|
|
test_webui/test_hostgroup.py
|
|
test_webui/test_netgroup.py
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 3600
|
|
topology: *ipaserver
|
|
|
|
- fedora-latest/test_webui_identity:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_webui_identity:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunWebuiTests
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: >-
|
|
test_webui/test_automember.py
|
|
test_webui/test_idviews.py
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 3600
|
|
topology: *ipaserver
|
|
|
|
- fedora-latest/test_webui_network:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_webui_network:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunWebuiTests
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: >-
|
|
test_webui/test_automount.py
|
|
test_webui/test_dns.py
|
|
test_webui/test_vault.py
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 3600
|
|
topology: *ipaserver
|
|
|
|
- fedora-latest/test_webui_policy:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_webui_policy:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunWebuiTests
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: >-
|
|
test_webui/test_hbac.py
|
|
test_webui/test_krbtpolicy.py
|
|
test_webui/test_pwpolicy.py
|
|
test_webui/test_selinuxusermap.py
|
|
test_webui/test_sudo.py
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 3600
|
|
topology: *ipaserver
|
|
|
|
- fedora-latest/test_webui_rbac:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_webui_rbac:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunWebuiTests
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: >-
|
|
test_webui/test_delegation.py
|
|
test_webui/test_rbac.py
|
|
test_webui/test_selfservice.py
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 3600
|
|
topology: *ipaserver
|
|
|
|
- fedora-latest/test_webui_server:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_webui_server:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunWebuiTests
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: >-
|
|
test_webui/test_config.py
|
|
test_webui/test_range.py
|
|
test_webui/test_realmdomains.py
|
|
test_webui/test_topology.py
|
|
test_webui/test_trust.py
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 7200
|
|
topology: *ipaserver
|
|
|
|
- fedora-latest/test_webui_service:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_webui_service:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunWebuiTests
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: test_webui/test_service.py
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 2400
|
|
topology: *ipaserver
|
|
|
|
- fedora-latest/test_webui_users:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_webui_users:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunWebuiTests
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: >-
|
|
test_webui/test_group.py
|
|
test_webui/test_user.py
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 4800
|
|
topology: *ipaserver
|
|
|
|
- fedora-latest/test_webui_subid:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_webui_subid:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunWebuiTests
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: test_webui/test_subid.py
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 2400
|
|
topology: *ipaserver
|
|
|
|
- fedora-latest/customized_ds_config_install:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/customized_ds_config_install:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_customized_ds_config_install.py
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 3600
|
|
topology: *master_1repl
|
|
|
|
- fedora-latest/dns_locations:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/dns_locations:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_dns_locations.py
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 3600
|
|
topology: *master_2repl_1client
|
|
|
|
- fedora-latest/external_ca_TestExternalCAdirsrvStop:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/external_ca_TestExternalCAdirsrvStop:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_external_ca.py::TestExternalCAdirsrvStop
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 3600
|
|
topology: *master_1repl
|
|
|
|
- fedora-latest/external_ca_TestExternalCAInvalidCert:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/external_ca_TestExternalCAInvalidCert:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_external_ca.py::TestExternalCAInvalidCert test_integration/test_external_ca.py::TestExternalCAInvalidIntermediate
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 3600
|
|
topology: *master_1repl
|
|
|
|
- fedora-latest/external_ca_TestMultipleExternalCA:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/external_ca_TestMultipleExternalCA:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_external_ca.py::TestMultipleExternalCA
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 3600
|
|
topology: *master_1repl
|
|
|
|
- fedora-latest/test_ipahealthcheck:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_ipahealthcheck:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_ipahealthcheck.py::TestIpaHealthCheck
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 5400
|
|
topology: *master_1repl_1client
|
|
|
|
- fedora-latest/test_ipahealthcheck_nodns_extca_file:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_ipahealthcheck_nodns_extca_file:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_ipahealthcheck.py::TestIpaHealthCheckWithoutDNS test_integration/test_ipahealthcheck.py::TestIpaHealthCheckWithExternalCA test_integration/test_ipahealthcheck.py::TestIpaHealthCheckFileCheck
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 5400
|
|
topology: *master_1repl
|
|
|
|
- fedora-latest/test_ipahealthcheck_cli_fsspace:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_ipahealthcheck_cli_fsspace:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_ipahealthcheck.py::TestIpaHealthCLI test_integration/test_ipahealthcheck.py::TestIpaHealthCheckFilesystemSpace
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 3600
|
|
topology: *master_1repl
|
|
|
|
- fedora-latest/test_ipahealthcheck_adtrust:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_ipahealthcheck_adtrust:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunADTests
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_ipahealthcheck.py::TestIpaHealthCheckWithADtrust
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 4800
|
|
topology: *adroot_adchild_adtree_master_1client
|
|
|
|
- fedora-latest/test_ntp_options:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_ntp_options:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_ntp_options.py::TestNTPoptions
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 10800
|
|
topology: *master_1repl_1client
|
|
|
|
- fedora-latest/test_otp:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_otp:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_otp.py
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 3600
|
|
topology: *master_1repl
|
|
|
|
- fedora-latest/test_pkinit_manage:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_pkinit_manage:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_pkinit_manage.py
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 3600
|
|
topology: *master_1repl
|
|
|
|
- fedora-latest/test_pki_config_override:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_pki_config_override:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_pki_config_override.py
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 3600
|
|
topology: *master_1repl
|
|
|
|
-# fedora-latest/nfs:
|
|
-# requires: [fedora-latest/build]
|
|
+# fedora-latest-ipa-4-10/nfs:
|
|
+# requires: [fedora-latest-ipa-4-10/build]
|
|
# priority: 50
|
|
# job:
|
|
# class: RunPytest
|
|
# args:
|
|
-# build_url: '{fedora-latest/build_url}'
|
|
+# build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
# test_suite: test_integration/test_nfs.py::TestNFS
|
|
-# template: *ci-master-latest
|
|
+# template: *ci-ipa-4-10-latest
|
|
# timeout: 9000
|
|
# topology: *master_3client
|
|
|
|
- fedora-latest/nfs_nsswitch_restore:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/nfs_nsswitch_restore:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_nfs.py::TestIpaClientAutomountFileRestore
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 3600
|
|
topology: *master_3client
|
|
|
|
- fedora-latest/mask:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/mask:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_installation.py::TestMaskInstall
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 3600
|
|
topology: *master_1repl
|
|
|
|
- fedora-latest/hostname_validator:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/hostname_validator:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_installation.py::TestHostnameValidator
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 3600
|
|
topology: *master_1repl
|
|
|
|
- fedora-latest/automember:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/automember:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_automember.py
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 3600
|
|
topology: *master_1repl
|
|
|
|
- fedora-latest/test_crlgen_manage:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_crlgen_manage:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_crlgen_manage.py
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 3600
|
|
topology: *master_1repl
|
|
|
|
- fedora-latest/test_integration_TestIPANotConfigured:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_integration_TestIPANotConfigured:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_cli_ipa_not_configured.py::TestIPANotConfigured
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 10800
|
|
topology: *master_1repl
|
|
|
|
- fedora-latest/test_sssd:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_sssd:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunADTests
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_sssd.py
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 7200
|
|
topology: *adroot_adchild_adtree_master_1client
|
|
|
|
- fedora-latest/test_ca_custom_sdn:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_ca_custom_sdn:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_ca_custom_sdn.py
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 7200
|
|
topology: *master_1repl
|
|
|
|
- fedora-latest/test_membermanager:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_membermanager:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_membermanager.py
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 1800
|
|
topology: *master_1repl
|
|
|
|
- fedora-latest/krbtpolicy:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/krbtpolicy:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_krbtpolicy.py
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 4800
|
|
topology: *master_1repl
|
|
|
|
- fedora-latest/test_winsyncmigrate:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_winsyncmigrate:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunADTests
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_winsyncmigrate.py
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 4800
|
|
topology: *ad_master
|
|
|
|
- fedora-latest/test_trust:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_trust:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunADTests
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_trust.py
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 10000
|
|
topology: *adroot_adchild_adtree_master_1client
|
|
|
|
- fedora-latest/test_backup_and_restore_TestBackupAndRestoreTrust:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_backup_and_restore_TestBackupAndRestoreTrust:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_backup_and_restore.py::TestBackupAndRestoreTrust
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 7200
|
|
topology: *master_1repl
|
|
|
|
- fedora-latest/test_adtrust_install:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_adtrust_install:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_adtrust_install.py
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 3600
|
|
topology: *master_1repl
|
|
|
|
- fedora-latest/test_cert:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_cert:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_cert.py
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 5400
|
|
topology: *master_1repl_1client
|
|
|
|
- fedora-latest/test_epn:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_epn:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_epn.py
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 7200
|
|
topology: *master_3client
|
|
|
|
- fedora-latest/test_acme:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_acme:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_acme.py
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 7200
|
|
topology: *master_1repl_1client
|
|
|
|
- fedora-latest/test_dns:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_dns:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_dns.py
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 3600
|
|
topology: *master_1repl
|
|
|
|
- fedora-latest/test_pwpolicy:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_pwpolicy:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_pwpolicy.py
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 3600
|
|
topology: *master_1repl
|
|
|
|
- fedora-latest/test_cert_fix:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_cert_fix:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_ipa_cert_fix.py
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 10800
|
|
topology: *master_1repl
|
|
|
|
- fedora-latest/test_subids:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_subids:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_subids.py
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 3600
|
|
topology: *master_1repl
|
|
|
|
- fedora-latest/test_custom_plugins:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_custom_plugins:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_custom_plugins.py
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 3600
|
|
topology: *master_1repl
|
|
|
|
- fedora-latest/test_external_idp:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_external_idp:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_idp.py
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 5000
|
|
topology: *master_2repl_1client
|
|
|
|
- fedora-latest/test_random_serial_numbers_TestInstallWithCA_DNS1_RSN:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_random_serial_numbers_TestInstallWithCA_DNS1_RSN:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_random_serial_numbers.py::TestInstallWithCA_DNS1_RSN
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 10800
|
|
topology: *master_3repl_1client
|
|
|
|
- fedora-latest/test_random_serial_numbers_TestInstallWithCA_KRA1_RSN:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_random_serial_numbers_TestInstallWithCA_KRA1_RSN:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_random_serial_numbers.py::TestInstallWithCA_KRA1_RSN
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 10800
|
|
topology: *master_3repl_1client
|
|
|
|
- fedora-latest/test_random_serial_numbers_test_commands_RSN:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_random_serial_numbers_test_commands_RSN:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_random_serial_numbers.py::TestIPACommand_RSN::test_certificate_out_write_to_file
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 5400
|
|
topology: *master_1repl_1client
|
|
|
|
- fedora-latest/test_caless_TestServerCALessToExternalCA_RSN:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_caless_TestServerCALessToExternalCA_RSN:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_random_serial_numbers.py::TestServerCALessToExternalCA_RSN
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 5400
|
|
topology: *master_1repl
|
|
diff --git a/ipatests/prci_definitions/nightly_latest_selinux.yaml b/ipatests/prci_definitions/nightly_ipa-4-10_latest_selinux.yaml
|
|
similarity index 54%
|
|
rename from ipatests/prci_definitions/nightly_latest_selinux.yaml
|
|
rename to ipatests/prci_definitions/nightly_ipa-4-10_latest_selinux.yaml
|
|
index cef8f5ef0cc350d2597fe46bdb45d8fd50211a10..f22cc08384b3d50e49278d38e73bf93cd7804e80 100644
|
|
--- a/ipatests/prci_definitions/nightly_latest_selinux.yaml
|
|
+++ b/ipatests/prci_definitions/nightly_ipa-4-10_latest_selinux.yaml
|
|
@@ -41,7 +41,7 @@ topologies:
|
|
memory: 14500
|
|
|
|
jobs:
|
|
- fedora-latest/build:
|
|
+ fedora-latest-ipa-4-10/build:
|
|
requires: []
|
|
priority: 100
|
|
job:
|
|
@@ -49,1305 +49,1305 @@ jobs:
|
|
args:
|
|
git_repo: '{git_repo}'
|
|
git_refspec: '{git_refspec}'
|
|
- template: &ci-master-latest
|
|
- name: freeipa/ci-master-f36
|
|
- version: 0.0.7
|
|
+ template: &ci-ipa-4-10-latest
|
|
+ name: freeipa/ci-ipa-4-10-f36
|
|
+ version: 0.0.1
|
|
timeout: 1800
|
|
topology: *build
|
|
|
|
- fedora-latest/simple_replication:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/simple_replication:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
selinux_enforcing: True
|
|
test_suite: test_integration/test_simple_replication.py
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 3600
|
|
topology: *master_1repl
|
|
|
|
- fedora-latest/test_external_ca_TestExternalCA:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_external_ca_TestExternalCA:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
selinux_enforcing: True
|
|
test_suite: test_integration/test_external_ca.py::TestExternalCA test_integration/test_external_ca.py::TestExternalCAConstraints
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 4800
|
|
topology: *master_1repl_1client
|
|
|
|
- fedora-latest/test_external_ca_TestSelfExternalSelf:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_external_ca_TestSelfExternalSelf:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
selinux_enforcing: True
|
|
test_suite: test_integration/test_external_ca.py::TestSelfExternalSelf test_integration/test_external_ca.py::TestExternalCAInstall
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 3600
|
|
topology: *master_1repl
|
|
|
|
- fedora-latest/external_ca_templates:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/external_ca_templates:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
selinux_enforcing: True
|
|
test_suite: test_integration/test_external_ca.py::TestExternalCAProfileScenarios
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 3600
|
|
topology: *master_1repl
|
|
|
|
- fedora-latest/test_topologies:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_topologies:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
selinux_enforcing: True
|
|
test_suite: test_integration/test_topologies.py
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 3600
|
|
topology: *master_1repl
|
|
|
|
- fedora-latest/test_sudo:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_sudo:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
selinux_enforcing: True
|
|
test_suite: test_integration/test_sudo.py
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 4800
|
|
topology: *master_1repl_1client
|
|
|
|
- fedora-latest/test_commands:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_commands:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
selinux_enforcing: True
|
|
test_suite: test_integration/test_commands.py
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 5400
|
|
topology: *master_1repl_1client
|
|
|
|
- fedora-latest/test_kerberos_flags:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_kerberos_flags:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
selinux_enforcing: True
|
|
test_suite: test_integration/test_kerberos_flags.py
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 3600
|
|
topology: *master_1repl_1client
|
|
|
|
- fedora-latest/test_http_kdc_proxy:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_http_kdc_proxy:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunADTests
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
selinux_enforcing: True
|
|
test_suite: test_integration/test_http_kdc_proxy.py
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 7200
|
|
topology: *ad_master_2client
|
|
|
|
- fedora-latest/test_fips:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_fips:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
selinux_enforcing: True
|
|
test_suite: test_integration/test_fips.py
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 7200
|
|
topology: *master_1repl_1client
|
|
|
|
- fedora-latest/test_forced_client_enrolment:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_forced_client_enrolment:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
selinux_enforcing: True
|
|
test_suite: test_integration/test_forced_client_reenrollment.py
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 4800
|
|
topology: *master_1repl_1client
|
|
|
|
- fedora-latest/test_advise:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_advise:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
selinux_enforcing: True
|
|
test_suite: test_integration/test_advise.py
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 3600
|
|
topology: *master_1repl_1client
|
|
|
|
- fedora-latest/test_testconfig:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_testconfig:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
selinux_enforcing: True
|
|
test_suite: test_integration/test_testconfig.py
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 3600
|
|
topology: *master_1repl
|
|
|
|
- fedora-latest/test_service_permissions:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_service_permissions:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
selinux_enforcing: True
|
|
test_suite: test_integration/test_service_permissions.py
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 3600
|
|
topology: *master_1repl
|
|
|
|
- fedora-latest/test_netgroup:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_netgroup:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
selinux_enforcing: True
|
|
test_suite: test_integration/test_netgroup.py
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 3600
|
|
topology: *master_1repl
|
|
|
|
- fedora-latest/test_vault:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_vault:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
selinux_enforcing: True
|
|
test_suite: test_integration/test_vault.py
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 6300
|
|
topology: *master_1repl
|
|
|
|
- fedora-latest/test_authconfig:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_authconfig:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
selinux_enforcing: True
|
|
test_suite: test_integration/test_authselect.py
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 4800
|
|
topology: *master_1repl_1client
|
|
|
|
- fedora-latest/test_smb:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_smb:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunADTests
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
selinux_enforcing: True
|
|
test_suite: test_integration/test_smb.py
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 7200
|
|
topology: *ad_master_2client
|
|
|
|
- fedora-latest/test_server_del:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_server_del:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
selinux_enforcing: True
|
|
test_suite: test_integration/test_server_del.py
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 10800
|
|
topology: *master_2repl_1client
|
|
|
|
- fedora-latest/test_installation_TestInstallWithCA1:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_installation_TestInstallWithCA1:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
selinux_enforcing: True
|
|
test_suite: test_integration/test_installation.py::TestInstallWithCA1
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 10800
|
|
topology: *master_3repl_1client
|
|
|
|
- fedora-latest/test_installation_TestInstallWithCA2:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_installation_TestInstallWithCA2:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
selinux_enforcing: True
|
|
test_suite: test_integration/test_installation.py::TestInstallWithCA2
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 10800
|
|
topology: *master_3repl_1client
|
|
|
|
- fedora-latest/test_installation_TestInstallCA:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_installation_TestInstallCA:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
selinux_enforcing: True
|
|
test_suite: test_integration/test_installation.py::TestInstallCA
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 10800
|
|
topology: *master_2repl_1client
|
|
|
|
- fedora-latest/test_installation_TestInstallWithCA_KRA1:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_installation_TestInstallWithCA_KRA1:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
selinux_enforcing: True
|
|
test_suite: test_integration/test_installation.py::TestInstallWithCA_KRA1
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 10800
|
|
topology: *master_3repl_1client
|
|
|
|
- fedora-latest/test_installation_TestInstallWithCA_KRA2:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_installation_TestInstallWithCA_KRA2:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
selinux_enforcing: True
|
|
test_suite: test_integration/test_installation.py::TestInstallWithCA_KRA2
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 10800
|
|
topology: *master_3repl_1client
|
|
|
|
- fedora-latest/test_installation_TestInstallWithCA_DNS1:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_installation_TestInstallWithCA_DNS1:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
selinux_enforcing: True
|
|
test_suite: test_integration/test_installation.py::TestInstallWithCA_DNS1
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 10800
|
|
topology: *master_3repl_1client
|
|
|
|
- fedora-latest/test_installation_TestInstallWithCA_DNS2:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_installation_TestInstallWithCA_DNS2:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
selinux_enforcing: True
|
|
test_suite: test_integration/test_installation.py::TestInstallWithCA_DNS2
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 10800
|
|
topology: *master_3repl_1client
|
|
|
|
- fedora-latest/test_installation_TestInstallWithCA_DNS3:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_installation_TestInstallWithCA_DNS3:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
selinux_enforcing: True
|
|
test_suite: test_integration/test_installation.py::TestInstallWithCA_DNS3
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 3600
|
|
topology: *master_1repl
|
|
|
|
- fedora-latest/test_installation_TestInstallWithCA_DNS4:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_installation_TestInstallWithCA_DNS4:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
selinux_enforcing: True
|
|
test_suite: test_integration/test_installation.py::TestInstallWithCA_DNS4
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 3600
|
|
topology: *master_1repl
|
|
|
|
- fedora-latest/test_installation_TestInstallWithCA_KRA_DNS1:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_installation_TestInstallWithCA_KRA_DNS1:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
selinux_enforcing: True
|
|
test_suite: test_integration/test_installation.py::TestInstallWithCA_KRA_DNS1
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 10800
|
|
topology: *master_3repl_1client
|
|
|
|
- fedora-latest/test_installation_TestInstallWithCA_KRA_DNS2:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_installation_TestInstallWithCA_KRA_DNS2:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
selinux_enforcing: True
|
|
test_suite: test_integration/test_installation.py::TestInstallWithCA_KRA_DNS2
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 10800
|
|
topology: *master_3repl_1client
|
|
|
|
- fedora-latest/test_installation_TestInstallMaster:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_installation_TestInstallMaster:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
selinux_enforcing: True
|
|
test_suite: test_integration/test_installation.py::TestInstallMaster
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 10800
|
|
topology: *master_1repl
|
|
|
|
- fedora-latest/test_installation_TestInstallMasterKRA:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_installation_TestInstallMasterKRA:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
selinux_enforcing: True
|
|
test_suite: test_integration/test_installation.py::TestInstallMasterKRA
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 10800
|
|
topology: *master_1repl
|
|
|
|
- fedora-latest/test_installation_TestInstallMasterDNS:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_installation_TestInstallMasterDNS:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
selinux_enforcing: True
|
|
test_suite: test_integration/test_installation.py::TestInstallMasterDNS
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 10800
|
|
topology: *master_1repl
|
|
|
|
- fedora-latest/test_installation_TestInstallMasterDNSRepeatedly:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_installation_TestInstallMasterDNSRepeatedly:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
selinux_enforcing: True
|
|
test_suite: test_integration/test_installation.py::TestInstallMasterDNSRepeatedly
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 10800
|
|
topology: *master_1repl
|
|
|
|
- fedora-latest/test_installation_TestInstallMasterReservedIPasForwarder:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_installation_TestInstallMasterReservedIPasForwarder:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
selinux_enforcing: True
|
|
test_suite: test_integration/test_installation.py::TestInstallMasterReservedIPasForwarder
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 10800
|
|
topology: *master_1repl
|
|
|
|
- fedora-latest/test_installation_TestInstallMasterReplica:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_installation_TestInstallMasterReplica:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
selinux_enforcing: True
|
|
test_suite: test_integration/test_installation.py::TestInstallMasterReplica
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 10800
|
|
topology: *master_1repl
|
|
|
|
- fedora-latest/test_installation_TestInstallReplicaAgainstSpecificServer:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_installation_TestInstallReplicaAgainstSpecificServer:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
selinux_enforcing: True
|
|
test_suite: test_integration/test_installation.py::TestInstallReplicaAgainstSpecificServer
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 10800
|
|
topology: *master_2repl_1client
|
|
|
|
- fedora-latest/test_installation_TestADTrustInstall:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_installation_TestADTrustInstall:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
selinux_enforcing: True
|
|
test_suite: test_integration/test_installation.py::TestADTrustInstall
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 10800
|
|
topology: *master_2repl_1client
|
|
|
|
- fedora-latest/test_installation_TestADTrustInstallWithDNS_KRA_ADTrust:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_installation_TestADTrustInstallWithDNS_KRA_ADTrust:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
selinux_enforcing: True
|
|
test_suite: test_integration/test_installation.py::TestADTrustInstallWithDNS_KRA_ADTrust
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 10800
|
|
topology: *master_2repl_1client
|
|
|
|
- fedora-latest/test_installation_TestKRAinstallAfterCertRenew:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_installation_TestKRAinstallAfterCertRenew:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
selinux_enforcing: True
|
|
test_suite: test_integration/test_installation.py::TestKRAinstallAfterCertRenew
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 10800
|
|
topology: *master_1repl
|
|
|
|
- fedora-latest/test_installation_TestInstallWithoutSudo:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_installation_TestInstallWithoutSudo:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
selinux_enforcing: True
|
|
test_suite: test_integration/test_installation.py::TestInstallWithoutSudo
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 4800
|
|
topology: *master_1repl_1client
|
|
|
|
- fedora-latest/test_installation_TestInstallWithoutNamed:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_installation_TestInstallWithoutNamed:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
selinux_enforcing: True
|
|
test_suite: test_integration/test_installation.py::TestInstallWithoutNamed
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 4800
|
|
topology: *master_1repl
|
|
|
|
- fedora-latest/test_installation_TestInstallwithSHA384withRSA:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_installation_TestInstallwithSHA384withRSA:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
selinux_enforcing: True
|
|
test_suite: test_integration/test_installation.py::TestInstallwithSHA384withRSA
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 3600
|
|
topology: *master_1repl
|
|
|
|
- fedora-latest/test_idviews:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_idviews:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunADTests
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
selinux_enforcing: True
|
|
test_suite: test_integration/test_idviews.py
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 7200
|
|
topology: *ad_master_2client
|
|
|
|
- fedora-latest/test_caless_TestServerInstall:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_caless_TestServerInstall:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
selinux_enforcing: True
|
|
test_suite: test_integration/test_caless.py::TestServerInstall
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 12000
|
|
topology: *master_1repl
|
|
|
|
- fedora-latest/test_caless_TestReplicaInstall:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_caless_TestReplicaInstall:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
selinux_enforcing: True
|
|
test_suite: test_integration/test_caless.py::TestReplicaInstall
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 7200
|
|
topology: *master_1repl
|
|
|
|
- fedora-latest/test_caless_TestClientInstall:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_caless_TestClientInstall:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
selinux_enforcing: True
|
|
test_suite: test_integration/test_caless.py::TestClientInstall
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 5400
|
|
# actually master_1client
|
|
topology: *master_1repl_1client
|
|
|
|
- fedora-latest/test_caless_TestIPACommands:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_caless_TestIPACommands:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
selinux_enforcing: True
|
|
test_suite: test_integration/test_caless.py::TestIPACommands
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 5400
|
|
topology: *master_1repl
|
|
|
|
- fedora-latest/test_caless_TestCertInstall:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_caless_TestCertInstall:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
selinux_enforcing: True
|
|
test_suite: test_integration/test_caless.py::TestCertInstall
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 5400
|
|
topology: *master_1repl
|
|
|
|
- fedora-latest/test_caless_TestPKINIT:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_caless_TestPKINIT:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
selinux_enforcing: True
|
|
test_suite: test_integration/test_caless.py::TestPKINIT
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 5400
|
|
topology: *master_1repl
|
|
|
|
- fedora-latest/test_caless_TestServerReplicaCALessToCAFull:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_caless_TestServerReplicaCALessToCAFull:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
selinux_enforcing: True
|
|
test_suite: test_integration/test_caless.py::TestServerReplicaCALessToCAFull
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 5400
|
|
topology: *master_1repl
|
|
|
|
- fedora-latest/test_caless_TestReplicaCALessToCAFull:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_caless_TestReplicaCALessToCAFull:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
selinux_enforcing: True
|
|
test_suite: test_integration/test_caless.py::TestReplicaCALessToCAFull
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 5400
|
|
topology: *master_1repl
|
|
|
|
- fedora-latest/test_caless_TestServerCALessToExternalCA:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_caless_TestServerCALessToExternalCA:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
selinux_enforcing: True
|
|
test_suite: test_integration/test_caless.py::TestServerCALessToExternalCA
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 5400
|
|
topology: *master_1repl
|
|
|
|
- fedora-latest/test_backup_and_restore_TestUserRootFilesOwnershipPermission:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_backup_and_restore_TestUserRootFilesOwnershipPermission:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
selinux_enforcing: True
|
|
test_suite: test_integration/test_backup_and_restore.py::TestUserRootFilesOwnershipPermission
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 7200
|
|
topology: *master_1repl
|
|
|
|
- fedora-latest/test_backup_and_restore_TestBackupAndRestore:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_backup_and_restore_TestBackupAndRestore:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
selinux_enforcing: True
|
|
test_suite: test_integration/test_backup_and_restore.py::TestBackupAndRestore
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 7200
|
|
topology: *master_1repl
|
|
|
|
- fedora-latest/test_backup_and_restore_TestBackupAndRestoreWithDNSSEC:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_backup_and_restore_TestBackupAndRestoreWithDNSSEC:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
selinux_enforcing: True
|
|
test_suite: test_integration/test_backup_and_restore.py::TestBackupAndRestoreWithDNSSEC
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 7200
|
|
topology: *master_1repl
|
|
|
|
- fedora-latest/test_backup_and_restore_TestBackupReinstallRestoreWithDNSSEC:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_backup_and_restore_TestBackupReinstallRestoreWithDNSSEC:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
selinux_enforcing: True
|
|
test_suite: test_integration/test_backup_and_restore.py::TestBackupReinstallRestoreWithDNSSEC
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 7200
|
|
topology: *master_1repl
|
|
|
|
- fedora-latest/test_backup_and_restore_TestBackupAndRestoreWithDNS:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_backup_and_restore_TestBackupAndRestoreWithDNS:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
selinux_enforcing: True
|
|
test_suite: test_integration/test_backup_and_restore.py::TestBackupAndRestoreWithDNS
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 7200
|
|
topology: *master_1repl
|
|
|
|
- fedora-latest/test_backup_and_restore_TestBackupReinstallRestoreWithDNS:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_backup_and_restore_TestBackupReinstallRestoreWithDNS:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
selinux_enforcing: True
|
|
test_suite: test_integration/test_backup_and_restore.py::TestBackupReinstallRestoreWithDNS
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 7200
|
|
topology: *master_1repl
|
|
|
|
- fedora-latest/test_backup_and_restore_TestBackupAndRestoreWithKRA:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_backup_and_restore_TestBackupAndRestoreWithKRA:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
selinux_enforcing: True
|
|
test_suite: test_integration/test_backup_and_restore.py::TestBackupAndRestoreWithKRA
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 7200
|
|
topology: *master_1repl
|
|
|
|
- fedora-latest/test_backup_and_restore_TestBackupReinstallRestoreWithKRA:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_backup_and_restore_TestBackupReinstallRestoreWithKRA:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
selinux_enforcing: True
|
|
test_suite: test_integration/test_backup_and_restore.py::TestBackupReinstallRestoreWithKRA
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 7200
|
|
topology: *master_1repl
|
|
|
|
- fedora-latest/test_backup_and_restore_TestBackupAndRestoreWithReplica:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_backup_and_restore_TestBackupAndRestoreWithReplica:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
selinux_enforcing: True
|
|
test_suite: test_integration/test_backup_and_restore.py::TestBackupAndRestoreWithReplica
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 7200
|
|
topology: *master_2repl_1client
|
|
|
|
- fedora-latest/test_backup_and_restore_TestBackupAndRestoreDMPassword:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_backup_and_restore_TestBackupAndRestoreDMPassword:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
selinux_enforcing: True
|
|
test_suite: test_integration/test_backup_and_restore.py::TestBackupAndRestoreDMPassword
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 7200
|
|
topology: *master_1repl
|
|
|
|
- fedora-latest/test_backup_and_restore_TestReplicaInstallAfterRestore:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_backup_and_restore_TestReplicaInstallAfterRestore:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
selinux_enforcing: True
|
|
test_suite: test_integration/test_backup_and_restore.py::TestReplicaInstallAfterRestore
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 7200
|
|
topology: *master_2repl_1client
|
|
|
|
- fedora-latest/test_backup_and_restore_TestBackupRoles:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_backup_and_restore_TestBackupRoles:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
selinux_enforcing: True
|
|
test_suite: test_integration/test_backup_and_restore.py::TestBackupRoles
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 7200
|
|
topology: *master_1repl
|
|
|
|
- fedora-latest/test_dnssec:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_dnssec:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
selinux_enforcing: True
|
|
test_suite: test_integration/test_dnssec.py
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 10800
|
|
topology: *master_2repl_1client
|
|
|
|
- fedora-latest/test_replica_promotion_TestReplicaPromotionLevel1:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_replica_promotion_TestReplicaPromotionLevel1:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
selinux_enforcing: True
|
|
test_suite: test_integration/test_replica_promotion.py::TestReplicaPromotionLevel1
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 7200
|
|
topology: *master_1repl
|
|
|
|
- fedora-latest/test_replica_promotion_TestUnprivilegedUserPermissions:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_replica_promotion_TestUnprivilegedUserPermissions:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
selinux_enforcing: True
|
|
test_suite: test_integration/test_replica_promotion.py::TestUnprivilegedUserPermissions
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 7200
|
|
topology: *master_1repl
|
|
|
|
- fedora-latest/test_replica_promotion_TestProhibitReplicaUninstallation:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_replica_promotion_TestProhibitReplicaUninstallation:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
selinux_enforcing: True
|
|
test_suite: test_integration/test_replica_promotion.py::TestProhibitReplicaUninstallation
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 7200
|
|
topology: *master_2repl_1client
|
|
|
|
- fedora-latest/test_replica_promotion_TestWrongClientDomain:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_replica_promotion_TestWrongClientDomain:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
selinux_enforcing: True
|
|
test_suite: test_integration/test_replica_promotion.py::TestWrongClientDomain
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 7200
|
|
topology: *master_1repl
|
|
|
|
- fedora-latest/test_replica_promotion_TestRenewalMaster:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_replica_promotion_TestRenewalMaster:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
selinux_enforcing: True
|
|
test_suite: test_integration/test_replica_promotion.py::TestRenewalMaster
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 7200
|
|
topology: *master_1repl
|
|
|
|
- fedora-latest/test_replica_promotion_TestReplicaInstallWithExistingEntry:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_replica_promotion_TestReplicaInstallWithExistingEntry:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
selinux_enforcing: True
|
|
test_suite: test_integration/test_replica_promotion.py::TestReplicaInstallWithExistingEntry
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 7200
|
|
topology: *master_1repl
|
|
|
|
- fedora-latest/test_replica_promotion_TestSubCAkeyReplication:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_replica_promotion_TestSubCAkeyReplication:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
selinux_enforcing: True
|
|
test_suite: test_integration/test_replica_promotion.py::TestSubCAkeyReplication
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 7200
|
|
topology: *master_1repl
|
|
|
|
- fedora-latest/test_replica_promotion_TestReplicaInstallCustodia:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_replica_promotion_TestReplicaInstallCustodia:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
selinux_enforcing: True
|
|
test_suite: test_integration/test_replica_promotion.py::TestReplicaInstallCustodia
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 7200
|
|
topology: *master_2repl_1client
|
|
|
|
- fedora-latest/test_replica_promotion_TestReplicaInForwardZone:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_replica_promotion_TestReplicaInForwardZone:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
selinux_enforcing: True
|
|
test_suite: test_integration/test_replica_promotion.py::TestReplicaInForwardZone
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 7200
|
|
topology: *master_1repl
|
|
|
|
- fedora-latest/test_replica_promotion_TestHiddenReplicaPromotion:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_replica_promotion_TestHiddenReplicaPromotion:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
selinux_enforcing: True
|
|
test_suite: test_integration/test_replica_promotion.py::TestHiddenReplicaPromotion
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 7200
|
|
topology: *master_2repl_1client
|
|
|
|
- fedora-latest/test_replica_promotion_TestHiddenReplicaKRA:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_replica_promotion_TestHiddenReplicaKRA:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
selinux_enforcing: True
|
|
test_suite: test_integration/test_replica_promotion.py::TestHiddenReplicaKRA
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 7200
|
|
topology: *master_2repl_1client
|
|
|
|
- fedora-latest/test_upgrade:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_upgrade:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
selinux_enforcing: True
|
|
test_suite: test_integration/test_upgrade.py
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 7200
|
|
topology: *master_1repl
|
|
|
|
- fedora-latest/test_topology_TestCASpecificRUVs:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_topology_TestCASpecificRUVs:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
selinux_enforcing: True
|
|
test_suite: test_integration/test_topology.py::TestCASpecificRUVs
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 7200
|
|
topology: *master_3repl_1client
|
|
|
|
- fedora-latest/test_topology_TestTopologyOptions:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_topology_TestTopologyOptions:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
selinux_enforcing: True
|
|
test_suite: test_integration/test_topology.py::TestTopologyOptions
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 7200
|
|
topology: *master_3repl_1client
|
|
|
|
- fedora-latest/test_replication_layouts_TestLineTopologyWithoutCA:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_replication_layouts_TestLineTopologyWithoutCA:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
selinux_enforcing: True
|
|
test_suite: test_integration/test_replication_layouts.py::TestLineTopologyWithoutCA
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 7200
|
|
topology: *master_3repl_1client
|
|
|
|
- fedora-latest/test_replication_layouts_TestLineTopologyWithCA:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_replication_layouts_TestLineTopologyWithCA:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
selinux_enforcing: True
|
|
test_suite: test_integration/test_replication_layouts.py::TestLineTopologyWithCA
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 10800
|
|
topology: *master_3repl_1client
|
|
|
|
- fedora-latest/test_replication_layouts_TestLineTopologyWithCAKRA:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_replication_layouts_TestLineTopologyWithCAKRA:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
selinux_enforcing: True
|
|
test_suite: test_integration/test_replication_layouts.py::TestLineTopologyWithCAKRA
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 10800
|
|
topology: *master_3repl_1client
|
|
|
|
- fedora-latest/test_replication_layouts.py_TestStarTopologyWithoutCA:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_replication_layouts.py_TestStarTopologyWithoutCA:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
selinux_enforcing: True
|
|
test_suite: test_integration/test_replication_layouts.py::TestStarTopologyWithoutCA
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 7200
|
|
topology: *master_3repl_1client
|
|
|
|
- fedora-latest/test_replication_layouts_TestStarTopologyWithCA:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_replication_layouts_TestStarTopologyWithCA:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
selinux_enforcing: True
|
|
test_suite: test_integration/test_replication_layouts.py::TestStarTopologyWithCA
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 7200
|
|
topology: *master_3repl_1client
|
|
|
|
- fedora-latest/test_replication_layouts_TestStarTopologyWithCAKRA:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_replication_layouts_TestStarTopologyWithCAKRA:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
selinux_enforcing: True
|
|
test_suite: test_integration/test_replication_layouts.py::TestStarTopologyWithCAKRA
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 10800
|
|
topology: *master_3repl_1client
|
|
|
|
- fedora-latest/test_replication_layouts_TestCompleteTopologyWithoutCA:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_replication_layouts_TestCompleteTopologyWithoutCA:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
selinux_enforcing: True
|
|
test_suite: test_integration/test_replication_layouts.py::TestCompleteTopologyWithoutCA
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 7200
|
|
topology: *master_3repl_1client
|
|
|
|
- fedora-latest/test_replication_layouts_TestCompleteTopologyWithCA:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_replication_layouts_TestCompleteTopologyWithCA:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
selinux_enforcing: True
|
|
test_suite: test_integration/test_replication_layouts.py::TestCompleteTopologyWithCA
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 7200
|
|
topology: *master_3repl_1client
|
|
|
|
- fedora-latest/test_replication_layouts_TestCompleteTopologyWithCAKRA:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_replication_layouts_TestCompleteTopologyWithCAKRA:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
selinux_enforcing: True
|
|
test_suite: test_integration/test_replication_layouts.py::TestCompleteTopologyWithCAKRA
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 7200
|
|
topology: *master_3repl_1client
|
|
|
|
- fedora-latest/test_client_uninstallation:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_client_uninstallation:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
selinux_enforcing: True
|
|
test_suite: test_integration/test_uninstallation.py
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 7200
|
|
topology: *master_1repl_1client
|
|
|
|
- fedora-latest/test_installation_client:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_installation_client:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
selinux_enforcing: True
|
|
test_suite: test_integration/test_installation_client.py
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 3600
|
|
topology: *master_3client
|
|
|
|
- fedora-latest/test_user_permissions:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_user_permissions:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
selinux_enforcing: True
|
|
test_suite: test_integration/test_user_permissions.py
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 3600
|
|
topology: *master_1repl_1client
|
|
|
|
- fedora-latest/test_webui_cert:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_webui_cert:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunWebuiTests
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
selinux_enforcing: True
|
|
test_suite: test_webui/test_cert.py
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 2400
|
|
topology: *ipaserver
|
|
|
|
- fedora-latest/test_webui_general:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_webui_general:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunWebuiTests
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
selinux_enforcing: True
|
|
test_suite: >-
|
|
test_webui/test_loginscreen.py
|
|
test_webui/test_misc_cases.py
|
|
test_webui/test_navigation.py
|
|
test_webui/test_translation.py
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 3600
|
|
topology: *ipaserver
|
|
|
|
- fedora-latest/test_webui_host:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_webui_host:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunWebuiTests
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
selinux_enforcing: True
|
|
test_suite: test_webui/test_host.py
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 3600
|
|
topology: *ipaserver
|
|
|
|
- fedora-latest/test_webui_host_net_groups:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_webui_host_net_groups:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunWebuiTests
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
selinux_enforcing: True
|
|
test_suite: >-
|
|
test_webui/test_hostgroup.py
|
|
test_webui/test_netgroup.py
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 3600
|
|
topology: *ipaserver
|
|
|
|
- fedora-latest/test_webui_identity:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_webui_identity:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunWebuiTests
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
selinux_enforcing: True
|
|
test_suite: >-
|
|
test_webui/test_automember.py
|
|
test_webui/test_idviews.py
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 3600
|
|
topology: *ipaserver
|
|
|
|
- fedora-latest/test_webui_network:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_webui_network:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunWebuiTests
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
selinux_enforcing: True
|
|
test_suite: >-
|
|
test_webui/test_automount.py
|
|
test_webui/test_dns.py
|
|
test_webui/test_vault.py
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 3600
|
|
topology: *ipaserver
|
|
|
|
- fedora-latest/test_webui_policy:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_webui_policy:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunWebuiTests
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
selinux_enforcing: True
|
|
test_suite: >-
|
|
test_webui/test_hbac.py
|
|
@@ -1355,33 +1355,33 @@ jobs:
|
|
test_webui/test_pwpolicy.py
|
|
test_webui/test_selinuxusermap.py
|
|
test_webui/test_sudo.py
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 3600
|
|
topology: *ipaserver
|
|
|
|
- fedora-latest/test_webui_rbac:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_webui_rbac:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunWebuiTests
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
selinux_enforcing: True
|
|
test_suite: >-
|
|
test_webui/test_delegation.py
|
|
test_webui/test_rbac.py
|
|
test_webui/test_selfservice.py
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 3600
|
|
topology: *ipaserver
|
|
|
|
- fedora-latest/test_webui_server:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_webui_server:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunWebuiTests
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
selinux_enforcing: True
|
|
test_suite: >-
|
|
test_webui/test_config.py
|
|
@@ -1389,580 +1389,580 @@ jobs:
|
|
test_webui/test_realmdomains.py
|
|
test_webui/test_topology.py
|
|
test_webui/test_trust.py
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 7200
|
|
topology: *ipaserver
|
|
|
|
- fedora-latest/test_webui_service:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_webui_service:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunWebuiTests
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
selinux_enforcing: True
|
|
test_suite: test_webui/test_service.py
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 2400
|
|
topology: *ipaserver
|
|
|
|
- fedora-latest/test_webui_users:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_webui_users:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunWebuiTests
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
selinux_enforcing: True
|
|
test_suite: >-
|
|
test_webui/test_group.py
|
|
test_webui/test_user.py
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 4800
|
|
topology: *ipaserver
|
|
|
|
- fedora-latest/test_webui_subid:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_webui_subid:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunWebuiTests
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
selinux_enforcing: True
|
|
test_suite: test_webui/test_subid.py
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 2400
|
|
topology: *ipaserver
|
|
|
|
- fedora-latest/customized_ds_config_install:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/customized_ds_config_install:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
selinux_enforcing: True
|
|
test_suite: test_integration/test_customized_ds_config_install.py
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 3600
|
|
topology: *master_1repl
|
|
|
|
- fedora-latest/dns_locations:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/dns_locations:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
selinux_enforcing: True
|
|
test_suite: test_integration/test_dns_locations.py
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 3600
|
|
topology: *master_2repl_1client
|
|
|
|
- fedora-latest/external_ca_TestExternalCAdirsrvStop:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/external_ca_TestExternalCAdirsrvStop:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
selinux_enforcing: True
|
|
test_suite: test_integration/test_external_ca.py::TestExternalCAdirsrvStop
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 3600
|
|
topology: *master_1repl
|
|
|
|
- fedora-latest/external_ca_TestExternalCAInvalidCert:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/external_ca_TestExternalCAInvalidCert:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
selinux_enforcing: True
|
|
test_suite: test_integration/test_external_ca.py::TestExternalCAInvalidCert test_integration/test_external_ca.py::TestExternalCAInvalidIntermediate
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 3600
|
|
topology: *master_1repl
|
|
|
|
- fedora-latest/external_ca_TestMultipleExternalCA:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/external_ca_TestMultipleExternalCA:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
selinux_enforcing: True
|
|
test_suite: test_integration/test_external_ca.py::TestMultipleExternalCA
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 3600
|
|
topology: *master_1repl
|
|
|
|
- fedora-latest/test_ipahealthcheck:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_ipahealthcheck:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
selinux_enforcing: True
|
|
test_suite: test_integration/test_ipahealthcheck.py::TestIpaHealthCheck
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 5400
|
|
topology: *master_1repl_1client
|
|
|
|
- fedora-latest/test_ipahealthcheck_nodns_extca_file:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_ipahealthcheck_nodns_extca_file:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
selinux_enforcing: True
|
|
test_suite: test_integration/test_ipahealthcheck.py::TestIpaHealthCheckWithoutDNS test_integration/test_ipahealthcheck.py::TestIpaHealthCheckWithExternalCA test_integration/test_ipahealthcheck.py::TestIpaHealthCheckFileCheck
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 5400
|
|
topology: *master_1repl
|
|
|
|
- fedora-latest/test_ipahealthcheck_cli_fsspace:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_ipahealthcheck_cli_fsspace:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
selinux_enforcing: True
|
|
test_suite: test_integration/test_ipahealthcheck.py::TestIpaHealthCLI test_integration/test_ipahealthcheck.py::TestIpaHealthCheckFilesystemSpace
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 3600
|
|
topology: *master_1repl
|
|
|
|
- fedora-latest/test_ipahealthcheck_adtrust:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_ipahealthcheck_adtrust:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunADTests
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
selinux_enforcing: True
|
|
test_suite: test_integration/test_ipahealthcheck.py::TestIpaHealthCheckWithADtrust
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 4800
|
|
topology: *adroot_adchild_adtree_master_1client
|
|
|
|
- fedora-latest/test_ntp_options:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_ntp_options:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
selinux_enforcing: True
|
|
test_suite: test_integration/test_ntp_options.py::TestNTPoptions
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 10800
|
|
topology: *master_1repl_1client
|
|
|
|
- fedora-latest/test_otp:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_otp:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
selinux_enforcing: True
|
|
test_suite: test_integration/test_otp.py
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 3600
|
|
topology: *master_1repl
|
|
|
|
- fedora-latest/test_pkinit_manage:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_pkinit_manage:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
selinux_enforcing: True
|
|
test_suite: test_integration/test_pkinit_manage.py
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 3600
|
|
topology: *master_1repl
|
|
|
|
- fedora-latest/test_pki_config_override:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_pki_config_override:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
selinux_enforcing: True
|
|
test_suite: test_integration/test_pki_config_override.py
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 3600
|
|
topology: *master_1repl
|
|
|
|
-# fedora-latest/nfs:
|
|
-# requires: [fedora-latest/build]
|
|
+# fedora-latest-ipa-4-10/nfs:
|
|
+# requires: [fedora-latest-ipa-4-10/build]
|
|
# priority: 50
|
|
# job:
|
|
# class: RunPytest
|
|
# args:
|
|
-# build_url: '{fedora-latest/build_url}'
|
|
+# build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
# selinux_enforcing: True
|
|
# test_suite: test_integration/test_nfs.py::TestNFS
|
|
-# template: *ci-master-latest
|
|
+# template: *ci-ipa-4-10-latest
|
|
# timeout: 9000
|
|
# topology: *master_3client
|
|
|
|
- fedora-latest/nfs_nsswitch_restore:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/nfs_nsswitch_restore:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
selinux_enforcing: True
|
|
test_suite: test_integration/test_nfs.py::TestIpaClientAutomountFileRestore
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 3600
|
|
topology: *master_3client
|
|
|
|
- fedora-latest/mask:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/mask:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
selinux_enforcing: True
|
|
test_suite: test_integration/test_installation.py::TestMaskInstall
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 3600
|
|
topology: *master_1repl
|
|
|
|
- fedora-latest/hostname_validator:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/hostname_validator:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
selinux_enforcing: True
|
|
test_suite: test_integration/test_installation.py::TestHostnameValidator
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 3600
|
|
topology: *master_1repl
|
|
|
|
- fedora-latest/automember:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/automember:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
selinux_enforcing: True
|
|
test_suite: test_integration/test_automember.py
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 3600
|
|
topology: *master_1repl
|
|
|
|
- fedora-latest/test_crlgen_manage:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_crlgen_manage:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
selinux_enforcing: True
|
|
test_suite: test_integration/test_crlgen_manage.py
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 3600
|
|
topology: *master_1repl
|
|
|
|
- fedora-latest/test_integration_TestIPANotConfigured:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_integration_TestIPANotConfigured:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
selinux_enforcing: True
|
|
test_suite: test_integration/test_cli_ipa_not_configured.py::TestIPANotConfigured
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 10800
|
|
topology: *master_1repl
|
|
|
|
- fedora-latest/test_sssd:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_sssd:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunADTests
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
selinux_enforcing: True
|
|
test_suite: test_integration/test_sssd.py
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 7200
|
|
topology: *adroot_adchild_adtree_master_1client
|
|
|
|
- fedora-latest/test_ca_custom_sdn:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_ca_custom_sdn:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
selinux_enforcing: True
|
|
test_suite: test_integration/test_ca_custom_sdn.py
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 7200
|
|
topology: *master_1repl
|
|
|
|
- fedora-latest/test_membermanager:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_membermanager:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
selinux_enforcing: True
|
|
test_suite: test_integration/test_membermanager.py
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 1800
|
|
topology: *master_1repl
|
|
|
|
- fedora-latest/krbtpolicy:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/krbtpolicy:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
selinux_enforcing: True
|
|
test_suite: test_integration/test_krbtpolicy.py
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 4800
|
|
topology: *master_1repl
|
|
|
|
- fedora-latest/test_winsyncmigrate:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_winsyncmigrate:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunADTests
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
selinux_enforcing: True
|
|
test_suite: test_integration/test_winsyncmigrate.py
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 4800
|
|
topology: *ad_master
|
|
|
|
- fedora-latest/test_trust:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_trust:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunADTests
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
selinux_enforcing: True
|
|
test_suite: test_integration/test_trust.py
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 10000
|
|
topology: *adroot_adchild_adtree_master_1client
|
|
|
|
- fedora-latest/test_backup_and_restore_TestBackupAndRestoreTrust:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_backup_and_restore_TestBackupAndRestoreTrust:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
selinux_enforcing: True
|
|
test_suite: test_integration/test_backup_and_restore.py::TestBackupAndRestoreTrust
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 7200
|
|
topology: *master_1repl
|
|
|
|
- fedora-latest/test_adtrust_install:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_adtrust_install:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
selinux_enforcing: True
|
|
test_suite: test_integration/test_adtrust_install.py
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 3600
|
|
topology: *master_1repl
|
|
|
|
- fedora-latest/test_cert:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_cert:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
selinux_enforcing: True
|
|
test_suite: test_integration/test_cert.py
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 5400
|
|
topology: *master_1repl_1client
|
|
|
|
- fedora-latest/test_epn:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_epn:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
selinux_enforcing: True
|
|
test_suite: test_integration/test_epn.py
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 7200
|
|
topology: *master_3client
|
|
|
|
- fedora-latest/test_acme:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_acme:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
selinux_enforcing: True
|
|
test_suite: test_integration/test_acme.py
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 7200
|
|
topology: *master_1repl_1client
|
|
|
|
- fedora-latest/test_dns:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_dns:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
selinux_enforcing: True
|
|
test_suite: test_integration/test_dns.py
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 3600
|
|
topology: *master_1repl
|
|
|
|
- fedora-latest/test_pwpolicy:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_pwpolicy:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
selinux_enforcing: True
|
|
test_suite: test_integration/test_pwpolicy.py
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 3600
|
|
topology: *master_1repl
|
|
|
|
- fedora-latest/test_cert_fix:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_cert_fix:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
selinux_enforcing: True
|
|
test_suite: test_integration/test_ipa_cert_fix.py
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 10800
|
|
topology: *master_1repl
|
|
|
|
- fedora-latest/test_subids:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_subids:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
selinux_enforcing: True
|
|
test_suite: test_integration/test_subids.py
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 3600
|
|
topology: *master_1repl
|
|
|
|
- fedora-latest/test_custom_plugins:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_custom_plugins:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
selinux_enforcing: True
|
|
test_suite: test_integration/test_custom_plugins.py
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 3600
|
|
topology: *master_1repl
|
|
|
|
- fedora-latest/test_external_idp:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_external_idp:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
selinux_enforcing: True
|
|
test_suite: test_integration/test_idp.py
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 5000
|
|
topology: *master_2repl_1client
|
|
|
|
- fedora-latest/test_random_serial_numbers_TestInstallWithCA_DNS1_RSN:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_random_serial_numbers_TestInstallWithCA_DNS1_RSN:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
selinux_enforcing: True
|
|
test_suite: test_integration/test_random_serial_numbers.py::TestInstallWithCA_DNS1_RSN
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 10800
|
|
topology: *master_3repl_1client
|
|
|
|
- fedora-latest/test_random_serial_numbers_TestInstallWithCA_KRA1_RSN:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_random_serial_numbers_TestInstallWithCA_KRA1_RSN:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
selinux_enforcing: True
|
|
test_suite: test_integration/test_random_serial_numbers.py::TestInstallWithCA_KRA1_RSN
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 10800
|
|
topology: *master_3repl_1client
|
|
|
|
- fedora-latest/test_random_serial_numbers_test_commands_RSN:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_random_serial_numbers_test_commands_RSN:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
selinux_enforcing: True
|
|
test_suite: test_integration/test_random_serial_numbers.py::TestIPACommand_RSN::test_certificate_out_write_to_file
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 5400
|
|
topology: *master_1repl_1client
|
|
|
|
- fedora-latest/test_caless_TestServerCALessToExternalCA_RSN:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/test_caless_TestServerCALessToExternalCA_RSN:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
selinux_enforcing: True
|
|
test_suite: test_integration/test_random_serial_numbers.py::TestServerCALessToExternalCA_RSN
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 5400
|
|
topology: *master_1repl
|
|
diff --git a/ipatests/prci_definitions/nightly_rawhide.yaml b/ipatests/prci_definitions/nightly_ipa-4-10_previous.yaml
|
|
similarity index 50%
|
|
rename from ipatests/prci_definitions/nightly_rawhide.yaml
|
|
rename to ipatests/prci_definitions/nightly_ipa-4-10_previous.yaml
|
|
index 60a0d5f22369d2aa5fb4892a3e32d0772d1ab0da..df98a66871fd90daaebd83f063e48f1580675049 100644
|
|
--- a/ipatests/prci_definitions/nightly_rawhide.yaml
|
|
+++ b/ipatests/prci_definitions/nightly_ipa-4-10_previous.yaml
|
|
@@ -41,7 +41,7 @@ topologies:
|
|
memory: 14500
|
|
|
|
jobs:
|
|
- fedora-rawhide/build:
|
|
+ fedora-previous-ipa-4-10/build:
|
|
requires: []
|
|
priority: 100
|
|
job:
|
|
@@ -49,1920 +49,1775 @@ jobs:
|
|
args:
|
|
git_repo: '{git_repo}'
|
|
git_refspec: '{git_refspec}'
|
|
- template: &ci-master-frawhide
|
|
- name: freeipa/ci-master-frawhide
|
|
- version: 0.7.0
|
|
+ template: &ci-ipa-4-10-previous
|
|
+ name: freeipa/ci-ipa-4-10-f35
|
|
+ version: 0.0.1
|
|
timeout: 1800
|
|
topology: *build
|
|
|
|
- fedora-rawhide/simple_replication:
|
|
- requires: [fedora-rawhide/build]
|
|
+ fedora-previous-ipa-4-10/simple_replication:
|
|
+ requires: [fedora-previous-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-rawhide/build_url}'
|
|
- update_packages: True
|
|
+ build_url: '{fedora-previous-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_simple_replication.py
|
|
- template: *ci-master-frawhide
|
|
+ template: *ci-ipa-4-10-previous
|
|
timeout: 3600
|
|
topology: *master_1repl
|
|
|
|
- fedora-rawhide/test_external_ca_TestExternalCA:
|
|
- requires: [fedora-rawhide/build]
|
|
+ fedora-previous-ipa-4-10/test_external_ca_TestExternalCA:
|
|
+ requires: [fedora-previous-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-rawhide/build_url}'
|
|
- update_packages: True
|
|
+ build_url: '{fedora-previous-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_external_ca.py::TestExternalCA test_integration/test_external_ca.py::TestExternalCAConstraints
|
|
- template: *ci-master-frawhide
|
|
+ template: *ci-ipa-4-10-previous
|
|
timeout: 4800
|
|
topology: *master_1repl_1client
|
|
|
|
- fedora-rawhide/test_external_ca_TestSelfExternalSelf:
|
|
- requires: [fedora-rawhide/build]
|
|
+ fedora-previous-ipa-4-10/test_external_ca_TestSelfExternalSelf:
|
|
+ requires: [fedora-previous-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-rawhide/build_url}'
|
|
- update_packages: True
|
|
+ build_url: '{fedora-previous-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_external_ca.py::TestSelfExternalSelf test_integration/test_external_ca.py::TestExternalCAInstall
|
|
- template: *ci-master-frawhide
|
|
+ template: *ci-ipa-4-10-previous
|
|
timeout: 3600
|
|
topology: *master_1repl
|
|
|
|
- fedora-rawhide/external_ca_templates:
|
|
- requires: [fedora-rawhide/build]
|
|
+ fedora-previous-ipa-4-10/external_ca_templates:
|
|
+ requires: [fedora-previous-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-rawhide/build_url}'
|
|
- update_packages: True
|
|
+ build_url: '{fedora-previous-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_external_ca.py::TestExternalCAProfileScenarios
|
|
- template: *ci-master-frawhide
|
|
+ template: *ci-ipa-4-10-previous
|
|
timeout: 3600
|
|
topology: *master_1repl
|
|
|
|
- fedora-rawhide/test_topologies:
|
|
- requires: [fedora-rawhide/build]
|
|
+ fedora-previous-ipa-4-10/test_topologies:
|
|
+ requires: [fedora-previous-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-rawhide/build_url}'
|
|
- update_packages: True
|
|
+ build_url: '{fedora-previous-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_topologies.py
|
|
- template: *ci-master-frawhide
|
|
+ template: *ci-ipa-4-10-previous
|
|
timeout: 3600
|
|
topology: *master_1repl
|
|
|
|
- fedora-rawhide/test_sudo:
|
|
- requires: [fedora-rawhide/build]
|
|
+ fedora-previous-ipa-4-10/test_sudo:
|
|
+ requires: [fedora-previous-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-rawhide/build_url}'
|
|
- update_packages: True
|
|
+ build_url: '{fedora-previous-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_sudo.py
|
|
- template: *ci-master-frawhide
|
|
+ template: *ci-ipa-4-10-previous
|
|
timeout: 4800
|
|
topology: *master_1repl_1client
|
|
|
|
- fedora-rawhide/test_commands:
|
|
- requires: [fedora-rawhide/build]
|
|
+ fedora-previous-ipa-4-10/test_commands:
|
|
+ requires: [fedora-previous-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-rawhide/build_url}'
|
|
- update_packages: True
|
|
+ build_url: '{fedora-previous-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_commands.py
|
|
- template: *ci-master-frawhide
|
|
+ template: *ci-ipa-4-10-previous
|
|
timeout: 5400
|
|
topology: *master_1repl_1client
|
|
|
|
- fedora-rawhide/test_kerberos_flags:
|
|
- requires: [fedora-rawhide/build]
|
|
+ fedora-previous-ipa-4-10/test_kerberos_flags:
|
|
+ requires: [fedora-previous-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-rawhide/build_url}'
|
|
- update_packages: True
|
|
+ build_url: '{fedora-previous-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_kerberos_flags.py
|
|
- template: *ci-master-frawhide
|
|
+ template: *ci-ipa-4-10-previous
|
|
timeout: 3600
|
|
topology: *master_1repl_1client
|
|
|
|
- fedora-rawhide/test_http_kdc_proxy:
|
|
- requires: [fedora-rawhide/build]
|
|
+ fedora-previous-ipa-4-10/test_http_kdc_proxy:
|
|
+ requires: [fedora-previous-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunADTests
|
|
args:
|
|
- build_url: '{fedora-rawhide/build_url}'
|
|
- update_packages: True
|
|
+ build_url: '{fedora-previous-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_http_kdc_proxy.py
|
|
- template: *ci-master-frawhide
|
|
+ template: *ci-ipa-4-10-previous
|
|
timeout: 7200
|
|
topology: *ad_master_2client
|
|
|
|
- fedora-rawhide/test_fips:
|
|
- requires: [fedora-rawhide/build]
|
|
+ fedora-previous-ipa-4-10/test_fips:
|
|
+ requires: [fedora-previous-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-rawhide/build_url}'
|
|
- update_packages: True
|
|
+ build_url: '{fedora-previous-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_fips.py
|
|
- template: *ci-master-frawhide
|
|
+ template: *ci-ipa-4-10-previous
|
|
timeout: 7200
|
|
topology: *master_1repl_1client
|
|
|
|
- fedora-rawhide/test_forced_client_enrolment:
|
|
- requires: [fedora-rawhide/build]
|
|
+ fedora-previous-ipa-4-10/test_forced_client_enrolment:
|
|
+ requires: [fedora-previous-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-rawhide/build_url}'
|
|
- update_packages: True
|
|
+ build_url: '{fedora-previous-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_forced_client_reenrollment.py
|
|
- template: *ci-master-frawhide
|
|
+ template: *ci-ipa-4-10-previous
|
|
timeout: 4800
|
|
topology: *master_1repl_1client
|
|
|
|
- fedora-rawhide/test_advise:
|
|
- requires: [fedora-rawhide/build]
|
|
+ fedora-previous-ipa-4-10/test_advise:
|
|
+ requires: [fedora-previous-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-rawhide/build_url}'
|
|
- update_packages: True
|
|
+ build_url: '{fedora-previous-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_advise.py
|
|
- template: *ci-master-frawhide
|
|
+ template: *ci-ipa-4-10-previous
|
|
timeout: 3600
|
|
topology: *master_1repl_1client
|
|
|
|
- fedora-rawhide/test_testconfig:
|
|
- requires: [fedora-rawhide/build]
|
|
+ fedora-previous-ipa-4-10/test_testconfig:
|
|
+ requires: [fedora-previous-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-rawhide/build_url}'
|
|
- update_packages: True
|
|
+ build_url: '{fedora-previous-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_testconfig.py
|
|
- template: *ci-master-frawhide
|
|
+ template: *ci-ipa-4-10-previous
|
|
timeout: 3600
|
|
topology: *master_1repl
|
|
|
|
- fedora-rawhide/test_service_permissions:
|
|
- requires: [fedora-rawhide/build]
|
|
+ fedora-previous-ipa-4-10/test_service_permissions:
|
|
+ requires: [fedora-previous-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-rawhide/build_url}'
|
|
- update_packages: True
|
|
+ build_url: '{fedora-previous-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_service_permissions.py
|
|
- template: *ci-master-frawhide
|
|
+ template: *ci-ipa-4-10-previous
|
|
timeout: 3600
|
|
topology: *master_1repl
|
|
|
|
- fedora-rawhide/test_netgroup:
|
|
- requires: [fedora-rawhide/build]
|
|
+ fedora-previous-ipa-4-10/test_netgroup:
|
|
+ requires: [fedora-previous-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-rawhide/build_url}'
|
|
- update_packages: True
|
|
+ build_url: '{fedora-previous-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_netgroup.py
|
|
- template: *ci-master-frawhide
|
|
+ template: *ci-ipa-4-10-previous
|
|
timeout: 3600
|
|
topology: *master_1repl
|
|
|
|
- fedora-rawhide/test_vault:
|
|
- requires: [fedora-rawhide/build]
|
|
+ fedora-previous-ipa-4-10/test_vault:
|
|
+ requires: [fedora-previous-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-rawhide/build_url}'
|
|
- update_packages: True
|
|
+ build_url: '{fedora-previous-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_vault.py
|
|
- template: *ci-master-frawhide
|
|
+ template: *ci-ipa-4-10-previous
|
|
timeout: 6300
|
|
topology: *master_1repl
|
|
|
|
- fedora-rawhide/test_authconfig:
|
|
- requires: [fedora-rawhide/build]
|
|
+ fedora-previous-ipa-4-10/test_authconfig:
|
|
+ requires: [fedora-previous-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-rawhide/build_url}'
|
|
- update_packages: True
|
|
+ build_url: '{fedora-previous-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_authselect.py
|
|
- template: *ci-master-frawhide
|
|
+ template: *ci-ipa-4-10-previous
|
|
timeout: 4800
|
|
topology: *master_1repl_1client
|
|
|
|
- fedora-rawhide/test_smb:
|
|
- requires: [fedora-rawhide/build]
|
|
+ fedora-previous-ipa-4-10/test_smb:
|
|
+ requires: [fedora-previous-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunADTests
|
|
args:
|
|
- build_url: '{fedora-rawhide/build_url}'
|
|
- update_packages: True
|
|
+ build_url: '{fedora-previous-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_smb.py
|
|
- template: *ci-master-frawhide
|
|
+ template: *ci-ipa-4-10-previous
|
|
timeout: 7200
|
|
topology: *ad_master_2client
|
|
|
|
- fedora-rawhide/test_server_del:
|
|
- requires: [fedora-rawhide/build]
|
|
+ fedora-previous-ipa-4-10/test_server_del:
|
|
+ requires: [fedora-previous-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-rawhide/build_url}'
|
|
- update_packages: True
|
|
+ build_url: '{fedora-previous-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_server_del.py
|
|
- template: *ci-master-frawhide
|
|
+ template: *ci-ipa-4-10-previous
|
|
timeout: 10800
|
|
topology: *master_2repl_1client
|
|
|
|
- fedora-rawhide/test_installation_TestInstallWithCA1:
|
|
- requires: [fedora-rawhide/build]
|
|
+ fedora-previous-ipa-4-10/test_installation_TestInstallWithCA1:
|
|
+ requires: [fedora-previous-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-rawhide/build_url}'
|
|
- update_packages: True
|
|
+ build_url: '{fedora-previous-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_installation.py::TestInstallWithCA1
|
|
- template: *ci-master-frawhide
|
|
+ template: *ci-ipa-4-10-previous
|
|
timeout: 10800
|
|
topology: *master_3repl_1client
|
|
|
|
- fedora-rawhide/test_installation_TestInstallWithCA2:
|
|
- requires: [fedora-rawhide/build]
|
|
+ fedora-previous-ipa-4-10/test_installation_TestInstallWithCA2:
|
|
+ requires: [fedora-previous-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-rawhide/build_url}'
|
|
- update_packages: True
|
|
+ build_url: '{fedora-previous-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_installation.py::TestInstallWithCA2
|
|
- template: *ci-master-frawhide
|
|
+ template: *ci-ipa-4-10-previous
|
|
timeout: 10800
|
|
topology: *master_3repl_1client
|
|
|
|
- fedora-rawhide/test_installation_TestInstallCA:
|
|
- requires: [fedora-rawhide/build]
|
|
+ fedora-previous-ipa-4-10/test_installation_TestInstallCA:
|
|
+ requires: [fedora-previous-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-rawhide/build_url}'
|
|
- update_packages: True
|
|
+ build_url: '{fedora-previous-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_installation.py::TestInstallCA
|
|
- template: *ci-master-frawhide
|
|
+ template: *ci-ipa-4-10-previous
|
|
timeout: 10800
|
|
topology: *master_2repl_1client
|
|
|
|
- fedora-rawhide/test_installation_TestInstallWithCA_KRA1:
|
|
- requires: [fedora-rawhide/build]
|
|
+ fedora-previous-ipa-4-10/test_installation_TestInstallWithCA_KRA1:
|
|
+ requires: [fedora-previous-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-rawhide/build_url}'
|
|
- update_packages: True
|
|
+ build_url: '{fedora-previous-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_installation.py::TestInstallWithCA_KRA1
|
|
- template: *ci-master-frawhide
|
|
+ template: *ci-ipa-4-10-previous
|
|
timeout: 10800
|
|
topology: *master_3repl_1client
|
|
|
|
- fedora-rawhide/test_installation_TestInstallWithCA_KRA2:
|
|
- requires: [fedora-rawhide/build]
|
|
+ fedora-previous-ipa-4-10/test_installation_TestInstallWithCA_KRA2:
|
|
+ requires: [fedora-previous-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-rawhide/build_url}'
|
|
- update_packages: True
|
|
+ build_url: '{fedora-previous-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_installation.py::TestInstallWithCA_KRA2
|
|
- template: *ci-master-frawhide
|
|
+ template: *ci-ipa-4-10-previous
|
|
timeout: 10800
|
|
topology: *master_3repl_1client
|
|
|
|
- fedora-rawhide/test_installation_TestInstallWithCA_DNS1:
|
|
- requires: [fedora-rawhide/build]
|
|
+ fedora-previous-ipa-4-10/test_installation_TestInstallWithCA_DNS1:
|
|
+ requires: [fedora-previous-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-rawhide/build_url}'
|
|
- update_packages: True
|
|
+ build_url: '{fedora-previous-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_installation.py::TestInstallWithCA_DNS1
|
|
- template: *ci-master-frawhide
|
|
+ template: *ci-ipa-4-10-previous
|
|
timeout: 10800
|
|
topology: *master_3repl_1client
|
|
|
|
- fedora-rawhide/test_installation_TestInstallWithCA_DNS2:
|
|
- requires: [fedora-rawhide/build]
|
|
+ fedora-previous-ipa-4-10/test_installation_TestInstallWithCA_DNS2:
|
|
+ requires: [fedora-previous-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-rawhide/build_url}'
|
|
- update_packages: True
|
|
+ build_url: '{fedora-previous-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_installation.py::TestInstallWithCA_DNS2
|
|
- template: *ci-master-frawhide
|
|
+ template: *ci-ipa-4-10-previous
|
|
timeout: 10800
|
|
topology: *master_3repl_1client
|
|
|
|
- fedora-rawhide/test_installation_TestInstallWithCA_DNS3:
|
|
- requires: [fedora-rawhide/build]
|
|
+ fedora-previous-ipa-4-10/test_installation_TestInstallWithCA_DNS3:
|
|
+ requires: [fedora-previous-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-rawhide/build_url}'
|
|
- update_packages: True
|
|
+ build_url: '{fedora-previous-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_installation.py::TestInstallWithCA_DNS3
|
|
- template: *ci-master-frawhide
|
|
+ template: *ci-ipa-4-10-previous
|
|
timeout: 3600
|
|
topology: *master_1repl
|
|
|
|
- fedora-rawhide/test_installation_TestInstallWithCA_DNS4:
|
|
- requires: [fedora-rawhide/build]
|
|
+ fedora-previous-ipa-4-10/test_installation_TestInstallWithCA_DNS4:
|
|
+ requires: [fedora-previous-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-rawhide/build_url}'
|
|
- update_packages: True
|
|
+ build_url: '{fedora-previous-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_installation.py::TestInstallWithCA_DNS4
|
|
- template: *ci-master-frawhide
|
|
+ template: *ci-ipa-4-10-previous
|
|
timeout: 3600
|
|
topology: *master_1repl
|
|
|
|
- fedora-rawhide/test_installation_TestInstallWithCA_KRA_DNS1:
|
|
- requires: [fedora-rawhide/build]
|
|
+ fedora-previous-ipa-4-10/test_installation_TestInstallWithCA_KRA_DNS1:
|
|
+ requires: [fedora-previous-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-rawhide/build_url}'
|
|
- update_packages: True
|
|
+ build_url: '{fedora-previous-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_installation.py::TestInstallWithCA_KRA_DNS1
|
|
- template: *ci-master-frawhide
|
|
+ template: *ci-ipa-4-10-previous
|
|
timeout: 10800
|
|
topology: *master_3repl_1client
|
|
|
|
- fedora-rawhide/test_installation_TestInstallWithCA_KRA_DNS2:
|
|
- requires: [fedora-rawhide/build]
|
|
+ fedora-previous-ipa-4-10/test_installation_TestInstallWithCA_KRA_DNS2:
|
|
+ requires: [fedora-previous-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-rawhide/build_url}'
|
|
- update_packages: True
|
|
+ build_url: '{fedora-previous-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_installation.py::TestInstallWithCA_KRA_DNS2
|
|
- template: *ci-master-frawhide
|
|
+ template: *ci-ipa-4-10-previous
|
|
timeout: 10800
|
|
topology: *master_3repl_1client
|
|
|
|
- fedora-rawhide/test_installation_TestInstallMaster:
|
|
- requires: [fedora-rawhide/build]
|
|
+ fedora-previous-ipa-4-10/test_installation_TestInstallMaster:
|
|
+ requires: [fedora-previous-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-rawhide/build_url}'
|
|
- update_packages: True
|
|
+ build_url: '{fedora-previous-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_installation.py::TestInstallMaster
|
|
- template: *ci-master-frawhide
|
|
+ template: *ci-ipa-4-10-previous
|
|
timeout: 10800
|
|
topology: *master_1repl
|
|
|
|
- fedora-rawhide/test_installation_TestInstallMasterKRA:
|
|
- requires: [fedora-rawhide/build]
|
|
+ fedora-previous-ipa-4-10/test_installation_TestInstallMasterKRA:
|
|
+ requires: [fedora-previous-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-rawhide/build_url}'
|
|
- update_packages: True
|
|
+ build_url: '{fedora-previous-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_installation.py::TestInstallMasterKRA
|
|
- template: *ci-master-frawhide
|
|
+ template: *ci-ipa-4-10-previous
|
|
timeout: 10800
|
|
topology: *master_1repl
|
|
|
|
- fedora-rawhide/test_installation_TestInstallMasterDNS:
|
|
- requires: [fedora-rawhide/build]
|
|
+ fedora-previous-ipa-4-10/test_installation_TestInstallMasterDNS:
|
|
+ requires: [fedora-previous-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-rawhide/build_url}'
|
|
- update_packages: True
|
|
+ build_url: '{fedora-previous-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_installation.py::TestInstallMasterDNS
|
|
- template: *ci-master-frawhide
|
|
+ template: *ci-ipa-4-10-previous
|
|
timeout: 10800
|
|
topology: *master_1repl
|
|
|
|
- fedora-rawhide/test_installation_TestInstallMasterDNSRepeatedly:
|
|
- requires: [fedora-rawhide/build]
|
|
+ fedora-previous-ipa-4-10/test_installation_TestInstallMasterDNSRepeatedly:
|
|
+ requires: [fedora-previous-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-rawhide/build_url}'
|
|
- update_packages: True
|
|
+ build_url: '{fedora-previous-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_installation.py::TestInstallMasterDNSRepeatedly
|
|
- template: *ci-master-frawhide
|
|
+ template: *ci-ipa-4-10-previous
|
|
timeout: 10800
|
|
topology: *master_1repl
|
|
|
|
- fedora-rawhide/test_installation_TestInstallMasterReservedIPasForwarder:
|
|
- requires: [fedora-rawhide/build]
|
|
+ fedora-previous-ipa-4-10/test_installation_TestInstallMasterReservedIPasForwarder:
|
|
+ requires: [fedora-previous-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-rawhide/build_url}'
|
|
- update_packages: True
|
|
+ build_url: '{fedora-previous-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_installation.py::TestInstallMasterReservedIPasForwarder
|
|
- template: *ci-master-frawhide
|
|
+ template: *ci-ipa-4-10-previous
|
|
timeout: 10800
|
|
topology: *master_1repl
|
|
|
|
- fedora-rawhide/test_installation_TestInstallMasterReplica:
|
|
- requires: [fedora-rawhide/build]
|
|
+ fedora-previous-ipa-4-10/test_installation_TestInstallMasterReplica:
|
|
+ requires: [fedora-previous-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-rawhide/build_url}'
|
|
- update_packages: True
|
|
+ build_url: '{fedora-previous-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_installation.py::TestInstallMasterReplica
|
|
- template: *ci-master-frawhide
|
|
+ template: *ci-ipa-4-10-previous
|
|
timeout: 10800
|
|
topology: *master_1repl
|
|
|
|
- fedora-rawhide/test_installation_TestInstallReplicaAgainstSpecificServer:
|
|
- requires: [fedora-rawhide/build]
|
|
+ fedora-previous-ipa-4-10/test_installation_TestInstallReplicaAgainstSpecificServer:
|
|
+ requires: [fedora-previous-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-rawhide/build_url}'
|
|
- update_packages: True
|
|
+ build_url: '{fedora-previous-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_installation.py::TestInstallReplicaAgainstSpecificServer
|
|
- template: *ci-master-frawhide
|
|
+ template: *ci-ipa-4-10-previous
|
|
timeout: 10800
|
|
topology: *master_2repl_1client
|
|
|
|
- fedora-rawhide/test_installation_TestADTrustInstall:
|
|
- requires: [fedora-rawhide/build]
|
|
+ fedora-previous-ipa-4-10/test_installation_TestADTrustInstall:
|
|
+ requires: [fedora-previous-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-rawhide/build_url}'
|
|
- update_packages: True
|
|
+ build_url: '{fedora-previous-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_installation.py::TestADTrustInstall
|
|
- template: *ci-master-frawhide
|
|
+ template: *ci-ipa-4-10-previous
|
|
timeout: 10800
|
|
topology: *master_2repl_1client
|
|
|
|
- fedora-rawhide/test_installation_TestADTrustInstallWithDNS_KRA_ADTrust:
|
|
- requires: [fedora-rawhide/build]
|
|
+ fedora-previous-ipa-4-10/test_installation_TestADTrustInstallWithDNS_KRA_ADTrust:
|
|
+ requires: [fedora-previous-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-rawhide/build_url}'
|
|
- update_packages: True
|
|
+ build_url: '{fedora-previous-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_installation.py::TestADTrustInstallWithDNS_KRA_ADTrust
|
|
- template: *ci-master-frawhide
|
|
+ template: *ci-ipa-4-10-previous
|
|
timeout: 10800
|
|
topology: *master_2repl_1client
|
|
|
|
- fedora-rawhide/test_installation_TestKRAinstallAfterCertRenew:
|
|
- requires: [fedora-rawhide/build]
|
|
+ fedora-previous-ipa-4-10/test_installation_TestKRAinstallAfterCertRenew:
|
|
+ requires: [fedora-previous-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-rawhide/build_url}'
|
|
- update_packages: True
|
|
+ build_url: '{fedora-previous-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_installation.py::TestKRAinstallAfterCertRenew
|
|
- template: *ci-master-frawhide
|
|
+ template: *ci-ipa-4-10-previous
|
|
timeout: 10800
|
|
topology: *master_1repl
|
|
|
|
- fedora-rawhide/test_installation_TestInstallWithoutSudo:
|
|
- requires: [fedora-rawhide/build]
|
|
+ fedora-previous-ipa-4-10/test_installation_TestInstallWithoutSudo:
|
|
+ requires: [fedora-previous-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-rawhide/build_url}'
|
|
- update_packages: True
|
|
+ build_url: '{fedora-previous-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_installation.py::TestInstallWithoutSudo
|
|
- template: *ci-master-frawhide
|
|
+ template: *ci-ipa-4-10-previous
|
|
timeout: 4800
|
|
topology: *master_1repl_1client
|
|
|
|
- fedora-rawhide/test_installation_TestInstallWithoutNamed:
|
|
- requires: [fedora-rawhide/build]
|
|
+ fedora-previous-ipa-4-10/test_installation_TestInstallWithoutNamed:
|
|
+ requires: [fedora-previous-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-rawhide/build_url}'
|
|
- update_packages: True
|
|
+ build_url: '{fedora-previous-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_installation.py::TestInstallWithoutNamed
|
|
- template: *ci-master-frawhide
|
|
+ template: *ci-ipa-4-10-previous
|
|
timeout: 4800
|
|
topology: *master_1repl
|
|
|
|
- fedora-rawhide/test_installation_TestInstallwithSHA384withRSA:
|
|
- requires: [fedora-rawhide/build]
|
|
+ fedora-previous-ipa-4-10/test_installation_TestInstallwithSHA384withRSA:
|
|
+ requires: [fedora-previous-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-rawhide/build_url}'
|
|
- update_packages: True
|
|
+ build_url: '{fedora-previous-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_installation.py::TestInstallwithSHA384withRSA
|
|
- template: *ci-master-frawhide
|
|
+ template: *ci-ipa-4-10-previous
|
|
timeout: 3600
|
|
topology: *master_1repl
|
|
|
|
- fedora-rawhide/test_idviews:
|
|
- requires: [fedora-rawhide/build]
|
|
+ fedora-previous-ipa-4-10/test_idviews:
|
|
+ requires: [fedora-previous-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunADTests
|
|
args:
|
|
- build_url: '{fedora-rawhide/build_url}'
|
|
- update_packages: True
|
|
+ build_url: '{fedora-previous-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_idviews.py
|
|
- template: *ci-master-frawhide
|
|
+ template: *ci-ipa-4-10-previous
|
|
timeout: 7200
|
|
topology: *ad_master_2client
|
|
|
|
- fedora-rawhide/test_caless_TestServerInstall:
|
|
- requires: [fedora-rawhide/build]
|
|
+ fedora-previous-ipa-4-10/test_caless_TestServerInstall:
|
|
+ requires: [fedora-previous-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-rawhide/build_url}'
|
|
- update_packages: True
|
|
+ build_url: '{fedora-previous-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_caless.py::TestServerInstall
|
|
- template: *ci-master-frawhide
|
|
+ template: *ci-ipa-4-10-previous
|
|
timeout: 12000
|
|
topology: *master_1repl
|
|
|
|
- fedora-rawhide/test_caless_TestReplicaInstall:
|
|
- requires: [fedora-rawhide/build]
|
|
+ fedora-previous-ipa-4-10/test_caless_TestReplicaInstall:
|
|
+ requires: [fedora-previous-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-rawhide/build_url}'
|
|
- update_packages: True
|
|
+ build_url: '{fedora-previous-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_caless.py::TestReplicaInstall
|
|
- template: *ci-master-frawhide
|
|
+ template: *ci-ipa-4-10-previous
|
|
timeout: 7200
|
|
topology: *master_1repl
|
|
|
|
- fedora-rawhide/test_caless_TestClientInstall:
|
|
- requires: [fedora-rawhide/build]
|
|
+ fedora-previous-ipa-4-10/test_caless_TestClientInstall:
|
|
+ requires: [fedora-previous-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-rawhide/build_url}'
|
|
- update_packages: True
|
|
+ build_url: '{fedora-previous-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_caless.py::TestClientInstall
|
|
- template: *ci-master-frawhide
|
|
+ template: *ci-ipa-4-10-previous
|
|
timeout: 5400
|
|
# actually master_1client
|
|
topology: *master_1repl_1client
|
|
|
|
- fedora-rawhide/test_caless_TestIPACommands:
|
|
- requires: [fedora-rawhide/build]
|
|
+ fedora-previous-ipa-4-10/test_caless_TestIPACommands:
|
|
+ requires: [fedora-previous-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-rawhide/build_url}'
|
|
- update_packages: True
|
|
+ build_url: '{fedora-previous-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_caless.py::TestIPACommands
|
|
- template: *ci-master-frawhide
|
|
+ template: *ci-ipa-4-10-previous
|
|
timeout: 5400
|
|
topology: *master_1repl
|
|
|
|
- fedora-rawhide/test_caless_TestCertInstall:
|
|
- requires: [fedora-rawhide/build]
|
|
+ fedora-previous-ipa-4-10/test_caless_TestCertInstall:
|
|
+ requires: [fedora-previous-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-rawhide/build_url}'
|
|
- update_packages: True
|
|
+ build_url: '{fedora-previous-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_caless.py::TestCertInstall
|
|
- template: *ci-master-frawhide
|
|
+ template: *ci-ipa-4-10-previous
|
|
timeout: 5400
|
|
topology: *master_1repl
|
|
|
|
- fedora-rawhide/test_caless_TestPKINIT:
|
|
- requires: [fedora-rawhide/build]
|
|
+ fedora-previous-ipa-4-10/test_caless_TestPKINIT:
|
|
+ requires: [fedora-previous-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-rawhide/build_url}'
|
|
- update_packages: True
|
|
+ build_url: '{fedora-previous-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_caless.py::TestPKINIT
|
|
- template: *ci-master-frawhide
|
|
+ template: *ci-ipa-4-10-previous
|
|
timeout: 5400
|
|
topology: *master_1repl
|
|
|
|
- fedora-rawhide/test_caless_TestServerReplicaCALessToCAFull:
|
|
- requires: [fedora-rawhide/build]
|
|
+ fedora-previous-ipa-4-10/test_caless_TestServerReplicaCALessToCAFull:
|
|
+ requires: [fedora-previous-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-rawhide/build_url}'
|
|
- update_packages: True
|
|
+ build_url: '{fedora-previous-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_caless.py::TestServerReplicaCALessToCAFull
|
|
- template: *ci-master-frawhide
|
|
+ template: *ci-ipa-4-10-previous
|
|
timeout: 5400
|
|
topology: *master_1repl
|
|
|
|
- fedora-rawhide/test_caless_TestReplicaCALessToCAFull:
|
|
- requires: [fedora-rawhide/build]
|
|
+ fedora-previous-ipa-4-10/test_caless_TestReplicaCALessToCAFull:
|
|
+ requires: [fedora-previous-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-rawhide/build_url}'
|
|
- update_packages: True
|
|
+ build_url: '{fedora-previous-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_caless.py::TestReplicaCALessToCAFull
|
|
- template: *ci-master-frawhide
|
|
+ template: *ci-ipa-4-10-previous
|
|
timeout: 5400
|
|
topology: *master_1repl
|
|
|
|
- fedora-rawhide/test_caless_TestServerCALessToExternalCA:
|
|
- requires: [fedora-rawhide/build]
|
|
+ fedora-previous-ipa-4-10/test_caless_TestServerCALessToExternalCA:
|
|
+ requires: [fedora-previous-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-rawhide/build_url}'
|
|
- update_packages: True
|
|
+ build_url: '{fedora-previous-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_caless.py::TestServerCALessToExternalCA
|
|
- template: *ci-master-frawhide
|
|
+ template: *ci-ipa-4-10-previous
|
|
timeout: 5400
|
|
topology: *master_1repl
|
|
|
|
- fedora-rawhide/test_backup_and_restore_TestUserRootFilesOwnershipPermission:
|
|
- requires: [fedora-rawhide/build]
|
|
+ fedora-previous-ipa-4-10/test_backup_and_restore_TestUserRootFilesOwnershipPermission:
|
|
+ requires: [fedora-previous-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-rawhide/build_url}'
|
|
- update_packages: True
|
|
+ build_url: '{fedora-previous-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_backup_and_restore.py::TestUserRootFilesOwnershipPermission
|
|
- template: *ci-master-frawhide
|
|
+ template: *ci-ipa-4-10-previous
|
|
timeout: 7200
|
|
topology: *master_1repl
|
|
|
|
- fedora-rawhide/test_backup_and_restore_TestBackupAndRestore:
|
|
- requires: [fedora-rawhide/build]
|
|
+ fedora-previous-ipa-4-10/test_backup_and_restore_TestBackupAndRestore:
|
|
+ requires: [fedora-previous-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-rawhide/build_url}'
|
|
- update_packages: True
|
|
+ build_url: '{fedora-previous-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_backup_and_restore.py::TestBackupAndRestore
|
|
- template: *ci-master-frawhide
|
|
+ template: *ci-ipa-4-10-previous
|
|
timeout: 7200
|
|
topology: *master_1repl
|
|
|
|
- fedora-rawhide/test_backup_and_restore_TestBackupAndRestoreWithDNSSEC:
|
|
- requires: [fedora-rawhide/build]
|
|
+ fedora-previous-ipa-4-10/test_backup_and_restore_TestBackupAndRestoreWithDNSSEC:
|
|
+ requires: [fedora-previous-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-rawhide/build_url}'
|
|
- update_packages: True
|
|
+ build_url: '{fedora-previous-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_backup_and_restore.py::TestBackupAndRestoreWithDNSSEC
|
|
- template: *ci-master-frawhide
|
|
+ template: *ci-ipa-4-10-previous
|
|
timeout: 7200
|
|
topology: *master_1repl
|
|
|
|
- fedora-rawhide/test_backup_and_restore_TestBackupReinstallRestoreWithDNSSEC:
|
|
- requires: [fedora-rawhide/build]
|
|
+ fedora-previous-ipa-4-10/test_backup_and_restore_TestBackupReinstallRestoreWithDNSSEC:
|
|
+ requires: [fedora-previous-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-rawhide/build_url}'
|
|
- update_packages: True
|
|
+ build_url: '{fedora-previous-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_backup_and_restore.py::TestBackupReinstallRestoreWithDNSSEC
|
|
- template: *ci-master-frawhide
|
|
+ template: *ci-ipa-4-10-previous
|
|
timeout: 7200
|
|
topology: *master_1repl
|
|
|
|
- fedora-rawhide/test_backup_and_restore_TestBackupAndRestoreWithDNS:
|
|
- requires: [fedora-rawhide/build]
|
|
+ fedora-previous-ipa-4-10/test_backup_and_restore_TestBackupAndRestoreWithDNS:
|
|
+ requires: [fedora-previous-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-rawhide/build_url}'
|
|
- update_packages: True
|
|
+ build_url: '{fedora-previous-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_backup_and_restore.py::TestBackupAndRestoreWithDNS
|
|
- template: *ci-master-frawhide
|
|
+ template: *ci-ipa-4-10-previous
|
|
timeout: 7200
|
|
topology: *master_1repl
|
|
|
|
- fedora-rawhide/test_backup_and_restore_TestBackupReinstallRestoreWithDNS:
|
|
- requires: [fedora-rawhide/build]
|
|
+ fedora-previous-ipa-4-10/test_backup_and_restore_TestBackupReinstallRestoreWithDNS:
|
|
+ requires: [fedora-previous-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-rawhide/build_url}'
|
|
- update_packages: True
|
|
+ build_url: '{fedora-previous-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_backup_and_restore.py::TestBackupReinstallRestoreWithDNS
|
|
- template: *ci-master-frawhide
|
|
+ template: *ci-ipa-4-10-previous
|
|
timeout: 7200
|
|
topology: *master_1repl
|
|
|
|
- fedora-rawhide/test_backup_and_restore_TestBackupAndRestoreWithKRA:
|
|
- requires: [fedora-rawhide/build]
|
|
+ fedora-previous-ipa-4-10/test_backup_and_restore_TestBackupAndRestoreWithKRA:
|
|
+ requires: [fedora-previous-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-rawhide/build_url}'
|
|
- update_packages: True
|
|
+ build_url: '{fedora-previous-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_backup_and_restore.py::TestBackupAndRestoreWithKRA
|
|
- template: *ci-master-frawhide
|
|
+ template: *ci-ipa-4-10-previous
|
|
timeout: 7200
|
|
topology: *master_1repl
|
|
|
|
- fedora-rawhide/test_backup_and_restore_TestBackupReinstallRestoreWithKRA:
|
|
- requires: [fedora-rawhide/build]
|
|
+ fedora-previous-ipa-4-10/test_backup_and_restore_TestBackupReinstallRestoreWithKRA:
|
|
+ requires: [fedora-previous-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-rawhide/build_url}'
|
|
- update_packages: True
|
|
+ build_url: '{fedora-previous-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_backup_and_restore.py::TestBackupReinstallRestoreWithKRA
|
|
- template: *ci-master-frawhide
|
|
+ template: *ci-ipa-4-10-previous
|
|
timeout: 7200
|
|
topology: *master_1repl
|
|
|
|
- fedora-rawhide/test_backup_and_restore_TestBackupAndRestoreWithReplica:
|
|
- requires: [fedora-rawhide/build]
|
|
+ fedora-previous-ipa-4-10/test_backup_and_restore_TestBackupAndRestoreWithReplica:
|
|
+ requires: [fedora-previous-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-rawhide/build_url}'
|
|
- update_packages: True
|
|
+ build_url: '{fedora-previous-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_backup_and_restore.py::TestBackupAndRestoreWithReplica
|
|
- template: *ci-master-frawhide
|
|
+ template: *ci-ipa-4-10-previous
|
|
timeout: 7200
|
|
topology: *master_2repl_1client
|
|
|
|
- fedora-rawhide/test_backup_and_restore_TestBackupAndRestoreDMPassword:
|
|
- requires: [fedora-rawhide/build]
|
|
+ fedora-previous-ipa-4-10/test_backup_and_restore_TestBackupAndRestoreDMPassword:
|
|
+ requires: [fedora-previous-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-rawhide/build_url}'
|
|
- update_packages: True
|
|
+ build_url: '{fedora-previous-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_backup_and_restore.py::TestBackupAndRestoreDMPassword
|
|
- template: *ci-master-frawhide
|
|
+ template: *ci-ipa-4-10-previous
|
|
timeout: 7200
|
|
topology: *master_1repl
|
|
|
|
- fedora-rawhide/test_backup_and_restore_TestReplicaInstallAfterRestore:
|
|
- requires: [fedora-rawhide/build]
|
|
+ fedora-previous-ipa-4-10/test_backup_and_restore_TestReplicaInstallAfterRestore:
|
|
+ requires: [fedora-previous-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-rawhide/build_url}'
|
|
- update_packages: True
|
|
+ build_url: '{fedora-previous-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_backup_and_restore.py::TestReplicaInstallAfterRestore
|
|
- template: *ci-master-frawhide
|
|
+ template: *ci-ipa-4-10-previous
|
|
timeout: 7200
|
|
topology: *master_2repl_1client
|
|
|
|
- fedora-rawhide/test_backup_and_restore_TestBackupRoles:
|
|
- requires: [fedora-rawhide/build]
|
|
+ fedora-previous-ipa-4-10/test_backup_and_restore_TestBackupRoles:
|
|
+ requires: [fedora-previous-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-rawhide/build_url}'
|
|
- update_packages: True
|
|
+ build_url: '{fedora-previous-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_backup_and_restore.py::TestBackupRoles
|
|
- template: *ci-master-frawhide
|
|
+ template: *ci-ipa-4-10-previous
|
|
timeout: 7200
|
|
topology: *master_1repl
|
|
|
|
- fedora-rawhide/test_dnssec:
|
|
- requires: [fedora-rawhide/build]
|
|
+ fedora-previous-ipa-4-10/test_dnssec:
|
|
+ requires: [fedora-previous-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-rawhide/build_url}'
|
|
- update_packages: True
|
|
+ build_url: '{fedora-previous-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_dnssec.py
|
|
- template: *ci-master-frawhide
|
|
+ template: *ci-ipa-4-10-previous
|
|
timeout: 10800
|
|
topology: *master_2repl_1client
|
|
|
|
- fedora-rawhide/test_replica_promotion_TestReplicaPromotionLevel1:
|
|
- requires: [fedora-rawhide/build]
|
|
+ fedora-previous-ipa-4-10/test_replica_promotion_TestReplicaPromotionLevel1:
|
|
+ requires: [fedora-previous-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-rawhide/build_url}'
|
|
- update_packages: True
|
|
+ build_url: '{fedora-previous-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_replica_promotion.py::TestReplicaPromotionLevel1
|
|
- template: *ci-master-frawhide
|
|
+ template: *ci-ipa-4-10-previous
|
|
timeout: 7200
|
|
topology: *master_1repl
|
|
|
|
- fedora-rawhide/test_replica_promotion_TestUnprivilegedUserPermissions:
|
|
- requires: [fedora-rawhide/build]
|
|
+ fedora-previous-ipa-4-10/test_replica_promotion_TestUnprivilegedUserPermissions:
|
|
+ requires: [fedora-previous-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-rawhide/build_url}'
|
|
- update_packages: True
|
|
+ build_url: '{fedora-previous-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_replica_promotion.py::TestUnprivilegedUserPermissions
|
|
- template: *ci-master-frawhide
|
|
+ template: *ci-ipa-4-10-previous
|
|
timeout: 7200
|
|
topology: *master_1repl
|
|
|
|
- fedora-rawhide/test_replica_promotion_TestProhibitReplicaUninstallation:
|
|
- requires: [fedora-rawhide/build]
|
|
+ fedora-previous-ipa-4-10/test_replica_promotion_TestProhibitReplicaUninstallation:
|
|
+ requires: [fedora-previous-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-rawhide/build_url}'
|
|
- update_packages: True
|
|
+ build_url: '{fedora-previous-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_replica_promotion.py::TestProhibitReplicaUninstallation
|
|
- template: *ci-master-frawhide
|
|
+ template: *ci-ipa-4-10-previous
|
|
timeout: 7200
|
|
topology: *master_2repl_1client
|
|
|
|
- fedora-rawhide/test_replica_promotion_TestWrongClientDomain:
|
|
- requires: [fedora-rawhide/build]
|
|
+ fedora-previous-ipa-4-10/test_replica_promotion_TestWrongClientDomain:
|
|
+ requires: [fedora-previous-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-rawhide/build_url}'
|
|
- update_packages: True
|
|
+ build_url: '{fedora-previous-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_replica_promotion.py::TestWrongClientDomain
|
|
- template: *ci-master-frawhide
|
|
+ template: *ci-ipa-4-10-previous
|
|
timeout: 7200
|
|
topology: *master_1repl
|
|
|
|
- fedora-rawhide/test_replica_promotion_TestRenewalMaster:
|
|
- requires: [fedora-rawhide/build]
|
|
+ fedora-previous-ipa-4-10/test_replica_promotion_TestRenewalMaster:
|
|
+ requires: [fedora-previous-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-rawhide/build_url}'
|
|
- update_packages: True
|
|
+ build_url: '{fedora-previous-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_replica_promotion.py::TestRenewalMaster
|
|
- template: *ci-master-frawhide
|
|
+ template: *ci-ipa-4-10-previous
|
|
timeout: 7200
|
|
topology: *master_1repl
|
|
|
|
- fedora-rawhide/test_replica_promotion_TestReplicaInstallWithExistingEntry:
|
|
- requires: [fedora-rawhide/build]
|
|
+ fedora-previous-ipa-4-10/test_replica_promotion_TestReplicaInstallWithExistingEntry:
|
|
+ requires: [fedora-previous-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-rawhide/build_url}'
|
|
- update_packages: True
|
|
+ build_url: '{fedora-previous-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_replica_promotion.py::TestReplicaInstallWithExistingEntry
|
|
- template: *ci-master-frawhide
|
|
+ template: *ci-ipa-4-10-previous
|
|
timeout: 7200
|
|
topology: *master_1repl
|
|
|
|
- fedora-rawhide/test_replica_promotion_TestSubCAkeyReplication:
|
|
- requires: [fedora-rawhide/build]
|
|
+ fedora-previous-ipa-4-10/test_replica_promotion_TestSubCAkeyReplication:
|
|
+ requires: [fedora-previous-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-rawhide/build_url}'
|
|
- update_packages: True
|
|
+ build_url: '{fedora-previous-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_replica_promotion.py::TestSubCAkeyReplication
|
|
- template: *ci-master-frawhide
|
|
+ template: *ci-ipa-4-10-previous
|
|
timeout: 7200
|
|
topology: *master_1repl
|
|
|
|
- fedora-rawhide/test_replica_promotion_TestReplicaInstallCustodia:
|
|
- requires: [fedora-rawhide/build]
|
|
+ fedora-previous-ipa-4-10/test_replica_promotion_TestReplicaInstallCustodia:
|
|
+ requires: [fedora-previous-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-rawhide/build_url}'
|
|
- update_packages: True
|
|
+ build_url: '{fedora-previous-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_replica_promotion.py::TestReplicaInstallCustodia
|
|
- template: *ci-master-frawhide
|
|
+ template: *ci-ipa-4-10-previous
|
|
timeout: 7200
|
|
topology: *master_2repl_1client
|
|
|
|
- fedora-rawhide/test_replica_promotion_TestReplicaInForwardZone:
|
|
- requires: [fedora-rawhide/build]
|
|
+ fedora-previous-ipa-4-10/test_replica_promotion_TestReplicaInForwardZone:
|
|
+ requires: [fedora-previous-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-rawhide/build_url}'
|
|
- update_packages: True
|
|
+ build_url: '{fedora-previous-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_replica_promotion.py::TestReplicaInForwardZone
|
|
- template: *ci-master-frawhide
|
|
+ template: *ci-ipa-4-10-previous
|
|
timeout: 7200
|
|
topology: *master_1repl
|
|
|
|
- fedora-rawhide/test_replica_promotion_TestHiddenReplicaPromotion:
|
|
- requires: [fedora-rawhide/build]
|
|
+ fedora-previous-ipa-4-10/test_replica_promotion_TestHiddenReplicaPromotion:
|
|
+ requires: [fedora-previous-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-rawhide/build_url}'
|
|
- update_packages: True
|
|
+ build_url: '{fedora-previous-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_replica_promotion.py::TestHiddenReplicaPromotion
|
|
- template: *ci-master-frawhide
|
|
+ template: *ci-ipa-4-10-previous
|
|
timeout: 7200
|
|
topology: *master_2repl_1client
|
|
|
|
- fedora-rawhide/test_replica_promotion_TestHiddenReplicaKRA:
|
|
- requires: [fedora-rawhide/build]
|
|
+ fedora-previous-ipa-4-10/test_replica_promotion_TestHiddenReplicaKRA:
|
|
+ requires: [fedora-previous-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-rawhide/build_url}'
|
|
- update_packages: True
|
|
+ build_url: '{fedora-previous-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_replica_promotion.py::TestHiddenReplicaKRA
|
|
- template: *ci-master-frawhide
|
|
+ template: *ci-ipa-4-10-previous
|
|
timeout: 7200
|
|
topology: *master_2repl_1client
|
|
|
|
- fedora-rawhide/test_upgrade:
|
|
- requires: [fedora-rawhide/build]
|
|
+ fedora-previous-ipa-4-10/test_upgrade:
|
|
+ requires: [fedora-previous-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-rawhide/build_url}'
|
|
- update_packages: True
|
|
+ build_url: '{fedora-previous-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_upgrade.py
|
|
- template: *ci-master-frawhide
|
|
+ template: *ci-ipa-4-10-previous
|
|
timeout: 7200
|
|
topology: *master_1repl
|
|
|
|
- fedora-rawhide/test_topology_TestCASpecificRUVs:
|
|
- requires: [fedora-rawhide/build]
|
|
+ fedora-previous-ipa-4-10/test_topology_TestCASpecificRUVs:
|
|
+ requires: [fedora-previous-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-rawhide/build_url}'
|
|
- update_packages: True
|
|
+ build_url: '{fedora-previous-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_topology.py::TestCASpecificRUVs
|
|
- template: *ci-master-frawhide
|
|
+ template: *ci-ipa-4-10-previous
|
|
timeout: 7200
|
|
topology: *master_3repl_1client
|
|
|
|
- fedora-rawhide/test_topology_TestTopologyOptions:
|
|
- requires: [fedora-rawhide/build]
|
|
+ fedora-previous-ipa-4-10/test_topology_TestTopologyOptions:
|
|
+ requires: [fedora-previous-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-rawhide/build_url}'
|
|
- update_packages: True
|
|
+ build_url: '{fedora-previous-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_topology.py::TestTopologyOptions
|
|
- template: *ci-master-frawhide
|
|
+ template: *ci-ipa-4-10-previous
|
|
timeout: 7200
|
|
topology: *master_3repl_1client
|
|
|
|
- fedora-rawhide/test_replication_layouts_TestLineTopologyWithoutCA:
|
|
- requires: [fedora-rawhide/build]
|
|
+ fedora-previous-ipa-4-10/test_replication_layouts_TestLineTopologyWithoutCA:
|
|
+ requires: [fedora-previous-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-rawhide/build_url}'
|
|
- update_packages: True
|
|
+ build_url: '{fedora-previous-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_replication_layouts.py::TestLineTopologyWithoutCA
|
|
- template: *ci-master-frawhide
|
|
+ template: *ci-ipa-4-10-previous
|
|
timeout: 7200
|
|
topology: *master_3repl_1client
|
|
|
|
- fedora-rawhide/test_replication_layouts_TestLineTopologyWithCA:
|
|
- requires: [fedora-rawhide/build]
|
|
+ fedora-previous-ipa-4-10/test_replication_layouts_TestLineTopologyWithCA:
|
|
+ requires: [fedora-previous-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-rawhide/build_url}'
|
|
- update_packages: True
|
|
+ build_url: '{fedora-previous-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_replication_layouts.py::TestLineTopologyWithCA
|
|
- template: *ci-master-frawhide
|
|
+ template: *ci-ipa-4-10-previous
|
|
timeout: 10800
|
|
topology: *master_3repl_1client
|
|
|
|
- fedora-rawhide/test_replication_layouts_TestLineTopologyWithCAKRA:
|
|
- requires: [fedora-rawhide/build]
|
|
+ fedora-previous-ipa-4-10/test_replication_layouts_TestLineTopologyWithCAKRA:
|
|
+ requires: [fedora-previous-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-rawhide/build_url}'
|
|
- update_packages: True
|
|
+ build_url: '{fedora-previous-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_replication_layouts.py::TestLineTopologyWithCAKRA
|
|
- template: *ci-master-frawhide
|
|
+ template: *ci-ipa-4-10-previous
|
|
timeout: 10800
|
|
topology: *master_3repl_1client
|
|
|
|
- fedora-rawhide/test_replication_layouts.py_TestStarTopologyWithoutCA:
|
|
- requires: [fedora-rawhide/build]
|
|
+ fedora-previous-ipa-4-10/test_replication_layouts.py_TestStarTopologyWithoutCA:
|
|
+ requires: [fedora-previous-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-rawhide/build_url}'
|
|
- update_packages: True
|
|
+ build_url: '{fedora-previous-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_replication_layouts.py::TestStarTopologyWithoutCA
|
|
- template: *ci-master-frawhide
|
|
+ template: *ci-ipa-4-10-previous
|
|
timeout: 7200
|
|
topology: *master_3repl_1client
|
|
|
|
- fedora-rawhide/test_replication_layouts_TestStarTopologyWithCA:
|
|
- requires: [fedora-rawhide/build]
|
|
+ fedora-previous-ipa-4-10/test_replication_layouts_TestStarTopologyWithCA:
|
|
+ requires: [fedora-previous-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-rawhide/build_url}'
|
|
- update_packages: True
|
|
+ build_url: '{fedora-previous-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_replication_layouts.py::TestStarTopologyWithCA
|
|
- template: *ci-master-frawhide
|
|
+ template: *ci-ipa-4-10-previous
|
|
timeout: 7200
|
|
topology: *master_3repl_1client
|
|
|
|
- fedora-rawhide/test_replication_layouts_TestStarTopologyWithCAKRA:
|
|
- requires: [fedora-rawhide/build]
|
|
+ fedora-previous-ipa-4-10/test_replication_layouts_TestStarTopologyWithCAKRA:
|
|
+ requires: [fedora-previous-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-rawhide/build_url}'
|
|
- update_packages: True
|
|
+ build_url: '{fedora-previous-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_replication_layouts.py::TestStarTopologyWithCAKRA
|
|
- template: *ci-master-frawhide
|
|
+ template: *ci-ipa-4-10-previous
|
|
timeout: 10800
|
|
topology: *master_3repl_1client
|
|
|
|
- fedora-rawhide/test_replication_layouts_TestCompleteTopologyWithoutCA:
|
|
- requires: [fedora-rawhide/build]
|
|
+ fedora-previous-ipa-4-10/test_replication_layouts_TestCompleteTopologyWithoutCA:
|
|
+ requires: [fedora-previous-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-rawhide/build_url}'
|
|
- update_packages: True
|
|
+ build_url: '{fedora-previous-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_replication_layouts.py::TestCompleteTopologyWithoutCA
|
|
- template: *ci-master-frawhide
|
|
+ template: *ci-ipa-4-10-previous
|
|
timeout: 7200
|
|
topology: *master_3repl_1client
|
|
|
|
- fedora-rawhide/test_replication_layouts_TestCompleteTopologyWithCA:
|
|
- requires: [fedora-rawhide/build]
|
|
+ fedora-previous-ipa-4-10/test_replication_layouts_TestCompleteTopologyWithCA:
|
|
+ requires: [fedora-previous-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-rawhide/build_url}'
|
|
- update_packages: True
|
|
+ build_url: '{fedora-previous-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_replication_layouts.py::TestCompleteTopologyWithCA
|
|
- template: *ci-master-frawhide
|
|
+ template: *ci-ipa-4-10-previous
|
|
timeout: 7200
|
|
topology: *master_3repl_1client
|
|
|
|
- fedora-rawhide/test_replication_layouts_TestCompleteTopologyWithCAKRA:
|
|
- requires: [fedora-rawhide/build]
|
|
+ fedora-previous-ipa-4-10/test_replication_layouts_TestCompleteTopologyWithCAKRA:
|
|
+ requires: [fedora-previous-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-rawhide/build_url}'
|
|
- update_packages: True
|
|
+ build_url: '{fedora-previous-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_replication_layouts.py::TestCompleteTopologyWithCAKRA
|
|
- template: *ci-master-frawhide
|
|
+ template: *ci-ipa-4-10-previous
|
|
timeout: 7200
|
|
topology: *master_3repl_1client
|
|
|
|
- fedora-rawhide/test_client_uninstallation:
|
|
- requires: [fedora-rawhide/build]
|
|
+ fedora-previous-ipa-4-10/test_client_uninstallation:
|
|
+ requires: [fedora-previous-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-rawhide/build_url}'
|
|
- update_packages: True
|
|
+ build_url: '{fedora-previous-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_uninstallation.py
|
|
- template: *ci-master-frawhide
|
|
+ template: *ci-ipa-4-10-previous
|
|
timeout: 7200
|
|
topology: *master_1repl_1client
|
|
|
|
- fedora-rawhide/test_installation_client:
|
|
- requires: [fedora-rawhide/build]
|
|
+ fedora-previous-ipa-4-10/test_installation_client:
|
|
+ requires: [fedora-previous-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-rawhide/build_url}'
|
|
- update_packages: True
|
|
+ build_url: '{fedora-previous-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_installation_client.py
|
|
- template: *ci-master-frawhide
|
|
+ template: *ci-ipa-4-10-previous
|
|
timeout: 3600
|
|
topology: *master_3client
|
|
|
|
- fedora-rawhide/test_user_permissions:
|
|
- requires: [fedora-rawhide/build]
|
|
+ fedora-previous-ipa-4-10/test_user_permissions:
|
|
+ requires: [fedora-previous-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-rawhide/build_url}'
|
|
- update_packages: True
|
|
+ build_url: '{fedora-previous-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_user_permissions.py
|
|
- template: *ci-master-frawhide
|
|
+ template: *ci-ipa-4-10-previous
|
|
timeout: 3600
|
|
topology: *master_1repl_1client
|
|
|
|
- fedora-rawhide/test_webui_cert:
|
|
- requires: [fedora-rawhide/build]
|
|
+ fedora-previous-ipa-4-10/test_webui_cert:
|
|
+ requires: [fedora-previous-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunWebuiTests
|
|
args:
|
|
- build_url: '{fedora-rawhide/build_url}'
|
|
- update_packages: True
|
|
+ build_url: '{fedora-previous-ipa-4-10/build_url}'
|
|
test_suite: test_webui/test_cert.py
|
|
- template: *ci-master-frawhide
|
|
+ template: *ci-ipa-4-10-previous
|
|
timeout: 2400
|
|
topology: *ipaserver
|
|
|
|
- fedora-rawhide/test_webui_general:
|
|
- requires: [fedora-rawhide/build]
|
|
+ fedora-previous-ipa-4-10/test_webui_general:
|
|
+ requires: [fedora-previous-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunWebuiTests
|
|
args:
|
|
- build_url: '{fedora-rawhide/build_url}'
|
|
- update_packages: True
|
|
+ build_url: '{fedora-previous-ipa-4-10/build_url}'
|
|
test_suite: >-
|
|
test_webui/test_loginscreen.py
|
|
test_webui/test_misc_cases.py
|
|
test_webui/test_navigation.py
|
|
test_webui/test_translation.py
|
|
- template: *ci-master-frawhide
|
|
+ template: *ci-ipa-4-10-previous
|
|
timeout: 3600
|
|
topology: *ipaserver
|
|
|
|
- fedora-rawhide/test_webui_host:
|
|
- requires: [fedora-rawhide/build]
|
|
+ fedora-previous-ipa-4-10/test_webui_host:
|
|
+ requires: [fedora-previous-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunWebuiTests
|
|
args:
|
|
- build_url: '{fedora-rawhide/build_url}'
|
|
- update_packages: True
|
|
+ build_url: '{fedora-previous-ipa-4-10/build_url}'
|
|
test_suite: test_webui/test_host.py
|
|
- template: *ci-master-frawhide
|
|
+ template: *ci-ipa-4-10-previous
|
|
timeout: 3600
|
|
topology: *ipaserver
|
|
|
|
- fedora-rawhide/test_webui_host_net_groups:
|
|
- requires: [fedora-rawhide/build]
|
|
+ fedora-previous-ipa-4-10/test_webui_host_net_groups:
|
|
+ requires: [fedora-previous-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunWebuiTests
|
|
args:
|
|
- build_url: '{fedora-rawhide/build_url}'
|
|
- update_packages: True
|
|
+ build_url: '{fedora-previous-ipa-4-10/build_url}'
|
|
test_suite: >-
|
|
test_webui/test_hostgroup.py
|
|
test_webui/test_netgroup.py
|
|
- template: *ci-master-frawhide
|
|
+ template: *ci-ipa-4-10-previous
|
|
timeout: 3600
|
|
topology: *ipaserver
|
|
|
|
- fedora-rawhide/test_webui_identity:
|
|
- requires: [fedora-rawhide/build]
|
|
+ fedora-previous-ipa-4-10/test_webui_identity:
|
|
+ requires: [fedora-previous-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunWebuiTests
|
|
args:
|
|
- build_url: '{fedora-rawhide/build_url}'
|
|
- update_packages: True
|
|
+ build_url: '{fedora-previous-ipa-4-10/build_url}'
|
|
test_suite: >-
|
|
test_webui/test_automember.py
|
|
test_webui/test_idviews.py
|
|
- template: *ci-master-frawhide
|
|
+ template: *ci-ipa-4-10-previous
|
|
timeout: 3600
|
|
topology: *ipaserver
|
|
|
|
- fedora-rawhide/test_webui_network:
|
|
- requires: [fedora-rawhide/build]
|
|
+ fedora-previous-ipa-4-10/test_webui_network:
|
|
+ requires: [fedora-previous-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunWebuiTests
|
|
args:
|
|
- build_url: '{fedora-rawhide/build_url}'
|
|
- update_packages: True
|
|
+ build_url: '{fedora-previous-ipa-4-10/build_url}'
|
|
test_suite: >-
|
|
test_webui/test_automount.py
|
|
test_webui/test_dns.py
|
|
test_webui/test_vault.py
|
|
- template: *ci-master-frawhide
|
|
+ template: *ci-ipa-4-10-previous
|
|
timeout: 3600
|
|
topology: *ipaserver
|
|
|
|
- fedora-rawhide/test_webui_policy:
|
|
- requires: [fedora-rawhide/build]
|
|
+ fedora-previous-ipa-4-10/test_webui_policy:
|
|
+ requires: [fedora-previous-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunWebuiTests
|
|
args:
|
|
- build_url: '{fedora-rawhide/build_url}'
|
|
- update_packages: True
|
|
+ build_url: '{fedora-previous-ipa-4-10/build_url}'
|
|
test_suite: >-
|
|
test_webui/test_hbac.py
|
|
test_webui/test_krbtpolicy.py
|
|
test_webui/test_pwpolicy.py
|
|
test_webui/test_selinuxusermap.py
|
|
test_webui/test_sudo.py
|
|
- template: *ci-master-frawhide
|
|
+ template: *ci-ipa-4-10-previous
|
|
timeout: 3600
|
|
topology: *ipaserver
|
|
|
|
- fedora-rawhide/test_webui_rbac:
|
|
- requires: [fedora-rawhide/build]
|
|
+ fedora-previous-ipa-4-10/test_webui_rbac:
|
|
+ requires: [fedora-previous-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunWebuiTests
|
|
args:
|
|
- build_url: '{fedora-rawhide/build_url}'
|
|
- update_packages: True
|
|
+ build_url: '{fedora-previous-ipa-4-10/build_url}'
|
|
test_suite: >-
|
|
test_webui/test_delegation.py
|
|
test_webui/test_rbac.py
|
|
test_webui/test_selfservice.py
|
|
- template: *ci-master-frawhide
|
|
+ template: *ci-ipa-4-10-previous
|
|
timeout: 3600
|
|
topology: *ipaserver
|
|
|
|
- fedora-rawhide/test_webui_server:
|
|
- requires: [fedora-rawhide/build]
|
|
+ fedora-previous-ipa-4-10/test_webui_server:
|
|
+ requires: [fedora-previous-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunWebuiTests
|
|
args:
|
|
- build_url: '{fedora-rawhide/build_url}'
|
|
- update_packages: True
|
|
+ build_url: '{fedora-previous-ipa-4-10/build_url}'
|
|
test_suite: >-
|
|
test_webui/test_config.py
|
|
test_webui/test_range.py
|
|
test_webui/test_realmdomains.py
|
|
test_webui/test_topology.py
|
|
test_webui/test_trust.py
|
|
- template: *ci-master-frawhide
|
|
+ template: *ci-ipa-4-10-previous
|
|
timeout: 7200
|
|
topology: *ipaserver
|
|
|
|
- fedora-rawhide/test_webui_service:
|
|
- requires: [fedora-rawhide/build]
|
|
+ fedora-previous-ipa-4-10/test_webui_service:
|
|
+ requires: [fedora-previous-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunWebuiTests
|
|
args:
|
|
- build_url: '{fedora-rawhide/build_url}'
|
|
- update_packages: True
|
|
+ build_url: '{fedora-previous-ipa-4-10/build_url}'
|
|
test_suite: test_webui/test_service.py
|
|
- template: *ci-master-frawhide
|
|
+ template: *ci-ipa-4-10-previous
|
|
timeout: 2400
|
|
topology: *ipaserver
|
|
|
|
- fedora-rawhide/test_webui_users:
|
|
- requires: [fedora-rawhide/build]
|
|
+ fedora-previous-ipa-4-10/test_webui_users:
|
|
+ requires: [fedora-previous-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunWebuiTests
|
|
args:
|
|
- build_url: '{fedora-rawhide/build_url}'
|
|
- update_packages: True
|
|
+ build_url: '{fedora-previous-ipa-4-10/build_url}'
|
|
test_suite: >-
|
|
test_webui/test_group.py
|
|
test_webui/test_user.py
|
|
- template: *ci-master-frawhide
|
|
+ template: *ci-ipa-4-10-previous
|
|
timeout: 4800
|
|
topology: *ipaserver
|
|
|
|
- fedora-rawhide/test_webui_subid:
|
|
- requires: [fedora-rawhide/build]
|
|
+ fedora-previous-ipa-4-10/test_webui_subid:
|
|
+ requires: [fedora-previous-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunWebuiTests
|
|
args:
|
|
- build_url: '{fedora-rawhide/build_url}'
|
|
- update_packages: True
|
|
+ build_url: '{fedora-previous-ipa-4-10/build_url}'
|
|
test_suite: test_webui/test_subid.py
|
|
- template: *ci-master-frawhide
|
|
+ template: *ci-ipa-4-10-previous
|
|
timeout: 2400
|
|
topology: *ipaserver
|
|
|
|
- fedora-rawhide/customized_ds_config_install:
|
|
- requires: [fedora-rawhide/build]
|
|
+ fedora-previous-ipa-4-10/customized_ds_config_install:
|
|
+ requires: [fedora-previous-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-rawhide/build_url}'
|
|
- update_packages: True
|
|
+ build_url: '{fedora-previous-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_customized_ds_config_install.py
|
|
- template: *ci-master-frawhide
|
|
+ template: *ci-ipa-4-10-previous
|
|
timeout: 3600
|
|
topology: *master_1repl
|
|
|
|
- fedora-rawhide/dns_locations:
|
|
- requires: [fedora-rawhide/build]
|
|
+ fedora-previous-ipa-4-10/dns_locations:
|
|
+ requires: [fedora-previous-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-rawhide/build_url}'
|
|
- update_packages: True
|
|
+ build_url: '{fedora-previous-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_dns_locations.py
|
|
- template: *ci-master-frawhide
|
|
+ template: *ci-ipa-4-10-previous
|
|
timeout: 3600
|
|
topology: *master_2repl_1client
|
|
|
|
- fedora-rawhide/external_ca_TestExternalCAdirsrvStop:
|
|
- requires: [fedora-rawhide/build]
|
|
+ fedora-previous-ipa-4-10/external_ca_TestExternalCAdirsrvStop:
|
|
+ requires: [fedora-previous-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-rawhide/build_url}'
|
|
- update_packages: True
|
|
+ build_url: '{fedora-previous-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_external_ca.py::TestExternalCAdirsrvStop
|
|
- template: *ci-master-frawhide
|
|
+ template: *ci-ipa-4-10-previous
|
|
timeout: 3600
|
|
topology: *master_1repl
|
|
|
|
- fedora-rawhide/external_ca_TestExternalCAInvalidCert:
|
|
- requires: [fedora-rawhide/build]
|
|
+ fedora-previous-ipa-4-10/external_ca_TestExternalCAInvalidCert:
|
|
+ requires: [fedora-previous-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-rawhide/build_url}'
|
|
- update_packages: True
|
|
+ build_url: '{fedora-previous-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_external_ca.py::TestExternalCAInvalidCert test_integration/test_external_ca.py::TestExternalCAInvalidIntermediate
|
|
- template: *ci-master-frawhide
|
|
+ template: *ci-ipa-4-10-previous
|
|
timeout: 3600
|
|
topology: *master_1repl
|
|
|
|
- fedora-rawhide/external_ca_TestMultipleExternalCA:
|
|
- requires: [fedora-rawhide/build]
|
|
+ fedora-previous-ipa-4-10/external_ca_TestMultipleExternalCA:
|
|
+ requires: [fedora-previous-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-rawhide/build_url}'
|
|
- update_packages: True
|
|
+ build_url: '{fedora-previous-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_external_ca.py::TestMultipleExternalCA
|
|
- template: *ci-master-frawhide
|
|
+ template: *ci-ipa-4-10-previous
|
|
timeout: 3600
|
|
topology: *master_1repl
|
|
|
|
- fedora-rawhide/test_ipahealthcheck:
|
|
- requires: [fedora-rawhide/build]
|
|
+ fedora-previous-ipa-4-10/test_ipahealthcheck:
|
|
+ requires: [fedora-previous-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-rawhide/build_url}'
|
|
- update_packages: True
|
|
+ build_url: '{fedora-previous-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_ipahealthcheck.py::TestIpaHealthCheck
|
|
- template: *ci-master-frawhide
|
|
+ template: *ci-ipa-4-10-previous
|
|
timeout: 5400
|
|
topology: *master_1repl_1client
|
|
|
|
- fedora-rawhide/test_ipahealthcheck_nodns_extca_file:
|
|
- requires: [fedora-rawhide/build]
|
|
+ fedora-previous-ipa-4-10/test_ipahealthcheck_nodns_extca_file:
|
|
+ requires: [fedora-previous-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-rawhide/build_url}'
|
|
- update_packages: True
|
|
+ build_url: '{fedora-previous-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_ipahealthcheck.py::TestIpaHealthCheckWithoutDNS test_integration/test_ipahealthcheck.py::TestIpaHealthCheckWithExternalCA test_integration/test_ipahealthcheck.py::TestIpaHealthCheckFileCheck
|
|
- template: *ci-master-frawhide
|
|
+ template: *ci-ipa-4-10-previous
|
|
timeout: 5400
|
|
topology: *master_1repl
|
|
|
|
- fedora-rawhide/test_ipahealthcheck_cli_fsspace:
|
|
- requires: [fedora-rawhide/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{fedora-rawhide/build_url}'
|
|
- update_packages: True
|
|
- test_suite: test_integration/test_ipahealthcheck.py::TestIpaHealthCLI test_integration/test_ipahealthcheck.py::TestIpaHealthCheckFilesystemSpace
|
|
- template: *ci-master-frawhide
|
|
- timeout: 3600
|
|
- topology: *master_1repl
|
|
+ fedora-previous-ipa-4-10/test_ipahealthcheck_cli_fsspace:
|
|
+ requires: [fedora-previous-ipa-4-10/build]
|
|
+ priority: 50
|
|
+ job:
|
|
+ class: RunPytest
|
|
+ args:
|
|
+ build_url: '{fedora-previous-ipa-4-10/build_url}'
|
|
+ test_suite: test_integration/test_ipahealthcheck.py::TestIpaHealthCLI test_integration/test_ipahealthcheck.py::TestIpaHealthCheckFilesystemSpace
|
|
+ template: *ci-ipa-4-10-previous
|
|
+ timeout: 3600
|
|
+ topology: *master_1repl
|
|
|
|
- fedora-rawhide/test_ipahealthcheck_adtrust:
|
|
- requires: [fedora-rawhide/build]
|
|
+ fedora-previous-ipa-4-10/test_ipahealthcheck_adtrust:
|
|
+ requires: [fedora-previous-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunADTests
|
|
args:
|
|
- build_url: '{fedora-rawhide/build_url}'
|
|
- update_packages: True
|
|
+ build_url: '{fedora-previous-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_ipahealthcheck.py::TestIpaHealthCheckWithADtrust
|
|
- template: *ci-master-frawhide
|
|
+ template: *ci-ipa-4-10-previous
|
|
timeout: 4800
|
|
topology: *adroot_adchild_adtree_master_1client
|
|
|
|
- fedora-rawhide/test_ntp_options:
|
|
- requires: [fedora-rawhide/build]
|
|
+ fedora-previous-ipa-4-10/test_ntp_options:
|
|
+ requires: [fedora-previous-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-rawhide/build_url}'
|
|
- update_packages: True
|
|
+ build_url: '{fedora-previous-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_ntp_options.py::TestNTPoptions
|
|
- template: *ci-master-frawhide
|
|
+ template: *ci-ipa-4-10-previous
|
|
timeout: 10800
|
|
topology: *master_1repl_1client
|
|
|
|
- fedora-rawhide/test_otp:
|
|
- requires: [fedora-rawhide/build]
|
|
+ fedora-previous-ipa-4-10/test_otp:
|
|
+ requires: [fedora-previous-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-rawhide/build_url}'
|
|
- update_packages: True
|
|
+ build_url: '{fedora-previous-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_otp.py
|
|
- template: *ci-master-frawhide
|
|
+ template: *ci-ipa-4-10-previous
|
|
timeout: 3600
|
|
topology: *master_1repl
|
|
|
|
- fedora-rawhide/test_pkinit_manage:
|
|
- requires: [fedora-rawhide/build]
|
|
+ fedora-previous-ipa-4-10/test_pkinit_manage:
|
|
+ requires: [fedora-previous-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-rawhide/build_url}'
|
|
- update_packages: True
|
|
+ build_url: '{fedora-previous-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_pkinit_manage.py
|
|
- template: *ci-master-frawhide
|
|
+ template: *ci-ipa-4-10-previous
|
|
timeout: 3600
|
|
topology: *master_1repl
|
|
|
|
- fedora-rawhide/test_pki_config_override:
|
|
- requires: [fedora-rawhide/build]
|
|
+ fedora-previous-ipa-4-10/test_pki_config_override:
|
|
+ requires: [fedora-previous-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-rawhide/build_url}'
|
|
- update_packages: True
|
|
+ build_url: '{fedora-previous-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_pki_config_override.py
|
|
- template: *ci-master-frawhide
|
|
+ template: *ci-ipa-4-10-previous
|
|
timeout: 3600
|
|
topology: *master_1repl
|
|
|
|
- fedora-rawhide/mask:
|
|
- requires: [fedora-rawhide/build]
|
|
+# fedora-previous-ipa-4-10/nfs:
|
|
+# requires: [fedora-previous-ipa-4-10/build]
|
|
+# priority: 50
|
|
+# job:
|
|
+# class: RunPytest
|
|
+# args:
|
|
+# build_url: '{fedora-previous-ipa-4-10/build_url}'
|
|
+# test_suite: test_integration/test_nfs.py::TestNFS
|
|
+# template: *ci-ipa-4-10-previous
|
|
+# timeout: 9000
|
|
+# topology: *master_3client
|
|
+
|
|
+ fedora-previous-ipa-4-10/nfs_nsswitch_restore:
|
|
+ requires: [fedora-previous-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-rawhide/build_url}'
|
|
- update_packages: True
|
|
- test_suite: test_integration/test_installation.py::TestMaskInstall
|
|
- template: *ci-master-frawhide
|
|
+ build_url: '{fedora-previous-ipa-4-10/build_url}'
|
|
+ test_suite: test_integration/test_nfs.py::TestIpaClientAutomountFileRestore
|
|
+ template: *ci-ipa-4-10-previous
|
|
timeout: 3600
|
|
- topology: *master_1repl
|
|
+ topology: *master_3client
|
|
|
|
- fedora-rawhide/hostname_validator:
|
|
- requires: [fedora-rawhide/build]
|
|
+ fedora-previous-ipa-4-10/mask:
|
|
+ requires: [fedora-previous-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-rawhide/build_url}'
|
|
- update_packages: True
|
|
- test_suite: test_integration/test_installation.py::TestHostnameValidator
|
|
- template: *ci-master-frawhide
|
|
+ build_url: '{fedora-previous-ipa-4-10/build_url}'
|
|
+ test_suite: test_integration/test_installation.py::TestMaskInstall
|
|
+ template: *ci-ipa-4-10-previous
|
|
timeout: 3600
|
|
topology: *master_1repl
|
|
|
|
-# fedora-rawhide/nfs:
|
|
-# requires: [fedora-rawhide/build]
|
|
-# priority: 50
|
|
-# job:
|
|
-# class: RunPytest
|
|
-# args:
|
|
-# build_url: '{fedora-rawhide/build_url}'
|
|
-# update_packages: True
|
|
-# test_suite: test_integration/test_nfs.py::TestNFS
|
|
-# template: *ci-master-frawhide
|
|
-# timeout: 9000
|
|
-# topology: *master_3client
|
|
-
|
|
- fedora-rawhide/nfs_nsswitch_restore:
|
|
- requires: [fedora-rawhide/build]
|
|
+ fedora-previous-ipa-4-10/hostname_validator:
|
|
+ requires: [fedora-previous-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-rawhide/build_url}'
|
|
- update_packages: True
|
|
- test_suite: test_integration/test_nfs.py::TestIpaClientAutomountFileRestore
|
|
- template: *ci-master-frawhide
|
|
- timeout: 9000
|
|
- topology: *master_3client
|
|
+ build_url: '{fedora-previous-ipa-4-10/build_url}'
|
|
+ test_suite: test_integration/test_installation.py::TestHostnameValidator
|
|
+ template: *ci-ipa-4-10-previous
|
|
+ timeout: 3600
|
|
+ topology: *master_1repl
|
|
|
|
- fedora-rawhide/automember:
|
|
- requires: [fedora-rawhide/build]
|
|
+ fedora-previous-ipa-4-10/automember:
|
|
+ requires: [fedora-previous-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-rawhide/build_url}'
|
|
- update_packages: True
|
|
+ build_url: '{fedora-previous-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_automember.py
|
|
- template: *ci-master-frawhide
|
|
+ template: *ci-ipa-4-10-previous
|
|
timeout: 3600
|
|
topology: *master_1repl
|
|
|
|
- fedora-rawhide/test_crlgen_manage:
|
|
- requires: [fedora-rawhide/build]
|
|
+ fedora-previous-ipa-4-10/test_crlgen_manage:
|
|
+ requires: [fedora-previous-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-rawhide/build_url}'
|
|
- update_packages: True
|
|
+ build_url: '{fedora-previous-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_crlgen_manage.py
|
|
- template: *ci-master-frawhide
|
|
+ template: *ci-ipa-4-10-previous
|
|
timeout: 3600
|
|
topology: *master_1repl
|
|
|
|
- fedora-rawhide/test_integration_TestIPANotConfigured:
|
|
- requires: [fedora-rawhide/build]
|
|
+ fedora-previous-ipa-4-10/test_integration_TestIPANotConfigured:
|
|
+ requires: [fedora-previous-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-rawhide/build_url}'
|
|
- update_packages: True
|
|
+ build_url: '{fedora-previous-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_cli_ipa_not_configured.py::TestIPANotConfigured
|
|
- template: *ci-master-frawhide
|
|
+ template: *ci-ipa-4-10-previous
|
|
timeout: 10800
|
|
topology: *master_1repl
|
|
|
|
- fedora-rawhide/test_sssd:
|
|
- requires: [fedora-rawhide/build]
|
|
+ fedora-previous-ipa-4-10/test_sssd:
|
|
+ requires: [fedora-previous-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunADTests
|
|
args:
|
|
- build_url: '{fedora-rawhide/build_url}'
|
|
- update_packages: True
|
|
+ build_url: '{fedora-previous-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_sssd.py
|
|
- template: *ci-master-frawhide
|
|
+ template: *ci-ipa-4-10-previous
|
|
timeout: 7200
|
|
topology: *adroot_adchild_adtree_master_1client
|
|
|
|
- fedora-rawhide/test_ca_custom_sdn:
|
|
- requires: [fedora-rawhide/build]
|
|
+ fedora-previous-ipa-4-10/test_ca_custom_sdn:
|
|
+ requires: [fedora-previous-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-rawhide/build_url}'
|
|
- update_packages: True
|
|
+ build_url: '{fedora-previous-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_ca_custom_sdn.py
|
|
- template: *ci-master-frawhide
|
|
+ template: *ci-ipa-4-10-previous
|
|
timeout: 7200
|
|
topology: *master_1repl
|
|
|
|
- fedora-rawhide/test_membermanager:
|
|
- requires: [fedora-rawhide/build]
|
|
+ fedora-previous-ipa-4-10/test_membermanager:
|
|
+ requires: [fedora-previous-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-rawhide/build_url}'
|
|
- update_packages: True
|
|
+ build_url: '{fedora-previous-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_membermanager.py
|
|
- template: *ci-master-frawhide
|
|
+ template: *ci-ipa-4-10-previous
|
|
timeout: 1800
|
|
topology: *master_1repl
|
|
|
|
- fedora-rawhide/krbtpolicy:
|
|
- requires: [fedora-rawhide/build]
|
|
+ fedora-previous-ipa-4-10/krbtpolicy:
|
|
+ requires: [fedora-previous-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-rawhide/build_url}'
|
|
- update_packages: True
|
|
+ build_url: '{fedora-previous-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_krbtpolicy.py
|
|
- template: *ci-master-frawhide
|
|
+ template: *ci-ipa-4-10-previous
|
|
timeout: 4800
|
|
topology: *master_1repl
|
|
|
|
- fedora-rawhide/test_winsyncmigrate:
|
|
- requires: [fedora-rawhide/build]
|
|
+ fedora-previous-ipa-4-10/test_winsyncmigrate:
|
|
+ requires: [fedora-previous-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunADTests
|
|
args:
|
|
- build_url: '{fedora-rawhide/build_url}'
|
|
- update_packages: True
|
|
+ build_url: '{fedora-previous-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_winsyncmigrate.py
|
|
- template: *ci-master-frawhide
|
|
+ template: *ci-ipa-4-10-previous
|
|
timeout: 4800
|
|
topology: *ad_master
|
|
|
|
- fedora-rawhide/test_trust:
|
|
- requires: [fedora-rawhide/build]
|
|
+ fedora-previous-ipa-4-10/test_trust:
|
|
+ requires: [fedora-previous-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunADTests
|
|
args:
|
|
- build_url: '{fedora-rawhide/build_url}'
|
|
- update_packages: True
|
|
+ build_url: '{fedora-previous-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_trust.py
|
|
- template: *ci-master-frawhide
|
|
+ template: *ci-ipa-4-10-previous
|
|
timeout: 10000
|
|
topology: *adroot_adchild_adtree_master_1client
|
|
|
|
- fedora-rawhide/test_backup_and_restore_TestBackupAndRestoreTrust:
|
|
- requires: [fedora-rawhide/build]
|
|
+ fedora-previous-ipa-4-10/test_backup_and_restore_TestBackupAndRestoreTrust:
|
|
+ requires: [fedora-previous-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-rawhide/build_url}'
|
|
- update_packages: True
|
|
+ build_url: '{fedora-previous-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_backup_and_restore.py::TestBackupAndRestoreTrust
|
|
- template: *ci-master-frawhide
|
|
+ template: *ci-ipa-4-10-previous
|
|
timeout: 7200
|
|
topology: *master_1repl
|
|
|
|
- fedora-rawhide/test_adtrust_install:
|
|
- requires: [fedora-rawhide/build]
|
|
+ fedora-previous-ipa-4-10/test_adtrust_install:
|
|
+ requires: [fedora-previous-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-rawhide/build_url}'
|
|
- update_packages: True
|
|
+ build_url: '{fedora-previous-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_adtrust_install.py
|
|
- template: *ci-master-frawhide
|
|
+ template: *ci-ipa-4-10-previous
|
|
timeout: 3600
|
|
topology: *master_1repl
|
|
|
|
- fedora-rawhide/test_cert:
|
|
- requires: [fedora-rawhide/build]
|
|
+ fedora-previous-ipa-4-10/test_cert:
|
|
+ requires: [fedora-previous-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-rawhide/build_url}'
|
|
- update_packages: True
|
|
+ build_url: '{fedora-previous-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_cert.py
|
|
- template: *ci-master-frawhide
|
|
+ template: *ci-ipa-4-10-previous
|
|
timeout: 5400
|
|
topology: *master_1repl_1client
|
|
|
|
- fedora-rawhide/test_epn:
|
|
- requires: [fedora-rawhide/build]
|
|
+ fedora-previous-ipa-4-10/test_epn:
|
|
+ requires: [fedora-previous-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-rawhide/build_url}'
|
|
- update_packages: True
|
|
+ build_url: '{fedora-previous-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_epn.py
|
|
- template: *ci-master-frawhide
|
|
+ template: *ci-ipa-4-10-previous
|
|
timeout: 7200
|
|
topology: *master_3client
|
|
|
|
- fedora-rawhide/test_acme:
|
|
- requires: [fedora-rawhide/build]
|
|
+ fedora-previous-ipa-4-10/test_acme:
|
|
+ requires: [fedora-previous-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-rawhide/build_url}'
|
|
- update_packages: True
|
|
+ build_url: '{fedora-previous-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_acme.py
|
|
- template: *ci-master-frawhide
|
|
+ template: *ci-ipa-4-10-previous
|
|
timeout: 7200
|
|
topology: *master_1repl_1client
|
|
|
|
- fedora-rawhide/test_dns:
|
|
- requires: [fedora-rawhide/build]
|
|
+ fedora-previous-ipa-4-10/test_dns:
|
|
+ requires: [fedora-previous-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-rawhide/build_url}'
|
|
- update_packages: True
|
|
+ build_url: '{fedora-previous-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_dns.py
|
|
- template: *ci-master-frawhide
|
|
+ template: *ci-ipa-4-10-previous
|
|
timeout: 3600
|
|
topology: *master_1repl
|
|
|
|
- fedora-rawhide/test_pwpolicy:
|
|
- requires: [fedora-rawhide/build]
|
|
+ fedora-previous-ipa-4-10/test_pwpolicy:
|
|
+ requires: [fedora-previous-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-rawhide/build_url}'
|
|
- update_packages: True
|
|
+ build_url: '{fedora-previous-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_pwpolicy.py
|
|
- template: *ci-master-frawhide
|
|
+ template: *ci-ipa-4-10-previous
|
|
timeout: 3600
|
|
topology: *master_1repl
|
|
|
|
- fedora-rawhide/test_cert_fix:
|
|
- requires: [fedora-rawhide/build]
|
|
+ fedora-previous-ipa-4-10/test_cert_fix:
|
|
+ requires: [fedora-previous-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-rawhide/build_url}'
|
|
- update_packages: True
|
|
+ build_url: '{fedora-previous-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_ipa_cert_fix.py
|
|
- template: *ci-master-frawhide
|
|
+ template: *ci-ipa-4-10-previous
|
|
timeout: 10800
|
|
topology: *master_1repl
|
|
|
|
- fedora-rawhide/test_subids:
|
|
- requires: [fedora-rawhide/build]
|
|
+ fedora-previous-ipa-4-10/test_subids:
|
|
+ requires: [fedora-previous-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-rawhide/build_url}'
|
|
- update_packages: True
|
|
+ build_url: '{fedora-previous-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_subids.py
|
|
- template: *ci-master-frawhide
|
|
+ template: *ci-ipa-4-10-previous
|
|
timeout: 3600
|
|
topology: *master_1repl
|
|
|
|
- fedora-rawhide/test_custom_plugins:
|
|
- requires: [fedora-rawhide/build]
|
|
+ fedora-previous-ipa-4-10/test_custom_plugins:
|
|
+ requires: [fedora-previous-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-rawhide/build_url}'
|
|
- update_packages: True
|
|
+ build_url: '{fedora-previous-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_custom_plugins.py
|
|
- template: *ci-master-frawhide
|
|
+ template: *ci-ipa-4-10-previous
|
|
timeout: 3600
|
|
topology: *master_1repl
|
|
|
|
- fedora-rawhide/test_external_idp:
|
|
- requires: [fedora-rawhide/build]
|
|
+ fedora-previous-ipa-4-10/test_external_idp:
|
|
+ requires: [fedora-previous-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-rawhide/build_url}'
|
|
- update_packages: True
|
|
+ build_url: '{fedora-previous-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_idp.py
|
|
- template: *ci-master-frawhide
|
|
+ template: *ci-ipa-4-10-previous
|
|
timeout: 5000
|
|
topology: *master_2repl_1client
|
|
|
|
- fedora-rawhide/test_random_serial_numbers_TestInstallWithCA_DNS1_RSN:
|
|
- requires: [fedora-rawhide/build]
|
|
+ fedora-previous-ipa-4-10/test_random_serial_numbers_TestInstallWithCA_DNS1_RSN:
|
|
+ requires: [fedora-previous-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-rawhide/build_url}'
|
|
- update_packages: True
|
|
+ build_url: '{fedora-previous-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_random_serial_numbers.py::TestInstallWithCA_DNS1_RSN
|
|
- template: *ci-master-frawhide
|
|
+ template: *ci-ipa-4-10-previous
|
|
timeout: 10800
|
|
topology: *master_3repl_1client
|
|
|
|
- fedora-rawhide/test_random_serial_numbers_TestInstallWithCA_KRA1_RSN:
|
|
- requires: [fedora-rawhide/build]
|
|
+ fedora-previous-ipa-4-10/test_random_serial_numbers_TestInstallWithCA_KRA1_RSN:
|
|
+ requires: [fedora-previous-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-rawhide/build_url}'
|
|
- update_packages: True
|
|
+ build_url: '{fedora-previous-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_random_serial_numbers.py::TestInstallWithCA_KRA1_RSN
|
|
- template: *ci-master-frawhide
|
|
+ template: *ci-ipa-4-10-previous
|
|
timeout: 10800
|
|
topology: *master_3repl_1client
|
|
|
|
- fedora-rawhide/test_random_serial_numbers_test_commands_RSN:
|
|
- requires: [fedora-rawhide/build]
|
|
+ fedora-previous-ipa-4-10/test_random_serial_numbers_test_commands_RSN:
|
|
+ requires: [fedora-previous-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-rawhide/build_url}'
|
|
- update_packages: True
|
|
+ build_url: '{fedora-previous-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_random_serial_numbers.py::TestIPACommand_RSN::test_certificate_out_write_to_file
|
|
- template: *ci-master-frawhide
|
|
+ template: *ci-ipa-4-10-previous
|
|
timeout: 5400
|
|
topology: *master_1repl_1client
|
|
|
|
- fedora-rawhide/test_caless_TestServerCALessToExternalCA_RSN:
|
|
- requires: [fedora-rawhide/build]
|
|
+ fedora-previous-ipa-4-10/test_caless_TestServerCALessToExternalCA_RSN:
|
|
+ requires: [fedora-previous-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-rawhide/build_url}'
|
|
- update_packages: True
|
|
+ build_url: '{fedora-previous-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_random_serial_numbers.py::TestServerCALessToExternalCA_RSN
|
|
- template: *ci-master-frawhide
|
|
+ template: *ci-ipa-4-10-previous
|
|
timeout: 5400
|
|
topology: *master_1repl
|
|
diff --git a/ipatests/prci_definitions/nightly_latest_389ds.yaml b/ipatests/prci_definitions/nightly_latest_389ds.yaml
|
|
deleted file mode 100644
|
|
index 1a2912ef1fca1576e64d6c8b20cf5fd8366e893a..0000000000000000000000000000000000000000
|
|
--- a/ipatests/prci_definitions/nightly_latest_389ds.yaml
|
|
+++ /dev/null
|
|
@@ -1,658 +0,0 @@
|
|
-topologies:
|
|
- build: &build
|
|
- name: build
|
|
- cpu: 2
|
|
- memory: 3800
|
|
- master_1repl: &master_1repl
|
|
- name: master_1repl
|
|
- cpu: 4
|
|
- memory: 6450
|
|
- master_1repl_1client: &master_1repl_1client
|
|
- name: master_1repl_1client
|
|
- cpu: 4
|
|
- memory: 7400
|
|
- ipaserver: &ipaserver
|
|
- name: ipaserver
|
|
- cpu: 2
|
|
- memory: 2400
|
|
- master_2repl_1client: &master_2repl_1client
|
|
- name: master_2repl_1client
|
|
- cpu: 5
|
|
- memory: 10150
|
|
- master_3repl_1client: &master_3repl_1client
|
|
- name: master_3repl_1client
|
|
- cpu: 6
|
|
- memory: 12900
|
|
-
|
|
-jobs:
|
|
- 389ds-fedora/build:
|
|
- requires: []
|
|
- priority: 100
|
|
- job:
|
|
- class: Build
|
|
- args:
|
|
- copr: '@389ds/389-ds-base-nightly'
|
|
- git_repo: '{git_repo}'
|
|
- git_refspec: '{git_refspec}'
|
|
- template: &ci-master-latest
|
|
- name: freeipa/ci-master-f36
|
|
- version: 0.0.7
|
|
- timeout: 1800
|
|
- topology: *build
|
|
-
|
|
- 389ds-fedora/simple_replication:
|
|
- requires: [389ds-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{389ds-fedora/build_url}'
|
|
- update_packages: True
|
|
- copr: '@389ds/389-ds-base-nightly'
|
|
- test_suite: test_integration/test_simple_replication.py
|
|
- template: *ci-master-latest
|
|
- timeout: 3600
|
|
- topology: *master_1repl
|
|
-
|
|
- 389ds-fedora/test_commands:
|
|
- requires: [389ds-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{389ds-fedora/build_url}'
|
|
- update_packages: True
|
|
- copr: '@389ds/389-ds-base-nightly'
|
|
- test_suite: test_integration/test_commands.py
|
|
- template: *ci-master-latest
|
|
- timeout: 5400
|
|
- topology: *master_1repl_1client
|
|
-
|
|
- 389ds-fedora/test_server_del:
|
|
- requires: [389ds-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{389ds-fedora/build_url}'
|
|
- update_packages: True
|
|
- copr: '@389ds/389-ds-base-nightly'
|
|
- test_suite: test_integration/test_server_del.py
|
|
- template: *ci-master-latest
|
|
- timeout: 10800
|
|
- topology: *master_2repl_1client
|
|
-
|
|
- 389ds-fedora/test_installation_TestInstallWithCA1:
|
|
- requires: [389ds-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{389ds-fedora/build_url}'
|
|
- update_packages: True
|
|
- copr: '@389ds/389-ds-base-nightly'
|
|
- test_suite: test_integration/test_installation.py::TestInstallWithCA1
|
|
- template: *ci-master-latest
|
|
- timeout: 10800
|
|
- topology: *master_3repl_1client
|
|
-
|
|
- 389ds-fedora/test_caless_TestServerInstall:
|
|
- requires: [389ds-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{389ds-fedora/build_url}'
|
|
- update_packages: True
|
|
- copr: '@389ds/389-ds-base-nightly'
|
|
- test_suite: test_integration/test_caless.py::TestServerInstall
|
|
- template: *ci-master-latest
|
|
- timeout: 12000
|
|
- topology: *master_1repl
|
|
-
|
|
- 389ds-fedora/test_caless_TestReplicaInstall:
|
|
- requires: [389ds-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{389ds-fedora/build_url}'
|
|
- update_packages: True
|
|
- copr: '@389ds/389-ds-base-nightly'
|
|
- test_suite: test_integration/test_caless.py::TestReplicaInstall
|
|
- template: *ci-master-latest
|
|
- timeout: 7200
|
|
- topology: *master_1repl
|
|
-
|
|
- 389ds-fedora/test_caless_TestClientInstall:
|
|
- requires: [389ds-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{389ds-fedora/build_url}'
|
|
- update_packages: True
|
|
- copr: '@389ds/389-ds-base-nightly'
|
|
- test_suite: test_integration/test_caless.py::TestClientInstall
|
|
- template: *ci-master-latest
|
|
- timeout: 5400
|
|
- # actually master_1client
|
|
- topology: *master_1repl_1client
|
|
-
|
|
- 389ds-fedora/test_caless_TestCertInstall:
|
|
- requires: [389ds-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{389ds-fedora/build_url}'
|
|
- update_packages: True
|
|
- copr: '@389ds/389-ds-base-nightly'
|
|
- test_suite: test_integration/test_caless.py::TestCertInstall
|
|
- template: *ci-master-latest
|
|
- timeout: 5400
|
|
- topology: *master_1repl
|
|
-
|
|
- 389ds-fedora/test_backup_and_restore_TestUserRootFilesOwnershipPermission:
|
|
- requires: [389ds-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{389ds-fedora/build_url}'
|
|
- update_packages: True
|
|
- copr: '@389ds/389-ds-base-nightly'
|
|
- test_suite: test_integration/test_backup_and_restore.py::TestUserRootFilesOwnershipPermission
|
|
- template: *ci-master-latest
|
|
- timeout: 7200
|
|
- topology: *master_1repl
|
|
-
|
|
- 389ds-fedora/test_backup_and_restore_TestBackupAndRestore:
|
|
- requires: [389ds-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{389ds-fedora/build_url}'
|
|
- update_packages: True
|
|
- copr: '@389ds/389-ds-base-nightly'
|
|
- test_suite: test_integration/test_backup_and_restore.py::TestBackupAndRestore
|
|
- template: *ci-master-latest
|
|
- timeout: 7200
|
|
- topology: *master_1repl
|
|
-
|
|
- 389ds-fedora/test_backup_and_restore_TestBackupAndRestoreWithDNSSEC:
|
|
- requires: [389ds-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{389ds-fedora/build_url}'
|
|
- update_packages: True
|
|
- copr: '@389ds/389-ds-base-nightly'
|
|
- test_suite: test_integration/test_backup_and_restore.py::TestBackupAndRestoreWithDNSSEC
|
|
- template: *ci-master-latest
|
|
- timeout: 7200
|
|
- topology: *master_1repl
|
|
-
|
|
- 389ds-fedora/test_backup_and_restore_TestBackupReinstallRestoreWithDNSSEC:
|
|
- requires: [389ds-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{389ds-fedora/build_url}'
|
|
- update_packages: True
|
|
- copr: '@389ds/389-ds-base-nightly'
|
|
- test_suite: test_integration/test_backup_and_restore.py::TestBackupReinstallRestoreWithDNSSEC
|
|
- template: *ci-master-latest
|
|
- timeout: 7200
|
|
- topology: *master_1repl
|
|
-
|
|
- 389ds-fedora/test_backup_and_restore_TestBackupAndRestoreWithDNS:
|
|
- requires: [389ds-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{389ds-fedora/build_url}'
|
|
- update_packages: True
|
|
- copr: '@389ds/389-ds-base-nightly'
|
|
- test_suite: test_integration/test_backup_and_restore.py::TestBackupAndRestoreWithDNS
|
|
- template: *ci-master-latest
|
|
- timeout: 7200
|
|
- topology: *master_1repl
|
|
-
|
|
- 389ds-fedora/test_backup_and_restore_TestBackupReinstallRestoreWithDNS:
|
|
- requires: [389ds-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{389ds-fedora/build_url}'
|
|
- update_packages: True
|
|
- copr: '@389ds/389-ds-base-nightly'
|
|
- test_suite: test_integration/test_backup_and_restore.py::TestBackupReinstallRestoreWithDNS
|
|
- template: *ci-master-latest
|
|
- timeout: 7200
|
|
- topology: *master_1repl
|
|
-
|
|
- 389ds-fedora/test_backup_and_restore_TestBackupAndRestoreWithKRA:
|
|
- requires: [389ds-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{389ds-fedora/build_url}'
|
|
- update_packages: True
|
|
- copr: '@389ds/389-ds-base-nightly'
|
|
- test_suite: test_integration/test_backup_and_restore.py::TestBackupAndRestoreWithKRA
|
|
- template: *ci-master-latest
|
|
- timeout: 7200
|
|
- topology: *master_1repl
|
|
-
|
|
- 389ds-fedora/test_backup_and_restore_TestBackupReinstallRestoreWithKRA:
|
|
- requires: [389ds-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{389ds-fedora/build_url}'
|
|
- update_packages: True
|
|
- copr: '@389ds/389-ds-base-nightly'
|
|
- test_suite: test_integration/test_backup_and_restore.py::TestBackupReinstallRestoreWithKRA
|
|
- template: *ci-master-latest
|
|
- timeout: 7200
|
|
- topology: *master_1repl
|
|
-
|
|
- 389ds-fedora/test_backup_and_restore_TestBackupAndRestoreWithReplica:
|
|
- requires: [389ds-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{389ds-fedora/build_url}'
|
|
- update_packages: True
|
|
- copr: '@389ds/389-ds-base-nightly'
|
|
- test_suite: test_integration/test_backup_and_restore.py::TestBackupAndRestoreWithReplica
|
|
- template: *ci-master-latest
|
|
- timeout: 7200
|
|
- topology: *master_2repl_1client
|
|
-
|
|
- 389ds-fedora/test_backup_and_restore_TestBackupAndRestoreDMPassword:
|
|
- requires: [389ds-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{389ds-fedora/build_url}'
|
|
- update_packages: True
|
|
- copr: '@389ds/389-ds-base-nightly'
|
|
- test_suite: test_integration/test_backup_and_restore.py::TestBackupAndRestoreDMPassword
|
|
- template: *ci-master-latest
|
|
- timeout: 7200
|
|
- topology: *master_1repl
|
|
-
|
|
- 389ds-fedora/test_backup_and_restore_TestReplicaInstallAfterRestore:
|
|
- requires: [389ds-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{389ds-fedora/build_url}'
|
|
- update_packages: True
|
|
- copr: '@389ds/389-ds-base-nightly'
|
|
- test_suite: test_integration/test_backup_and_restore.py::TestReplicaInstallAfterRestore
|
|
- template: *ci-master-latest
|
|
- timeout: 7200
|
|
- topology: *master_2repl_1client
|
|
-
|
|
- 389ds-fedora/test_dnssec:
|
|
- requires: [389ds-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{389ds-fedora/build_url}'
|
|
- update_packages: True
|
|
- copr: '@389ds/389-ds-base-nightly'
|
|
- test_suite: test_integration/test_dnssec.py
|
|
- template: *ci-master-latest
|
|
- timeout: 10800
|
|
- topology: *master_2repl_1client
|
|
-
|
|
- 389ds-fedora/test_replica_promotion_TestReplicaPromotionLevel1:
|
|
- requires: [389ds-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{389ds-fedora/build_url}'
|
|
- update_packages: True
|
|
- copr: '@389ds/389-ds-base-nightly'
|
|
- test_suite: test_integration/test_replica_promotion.py::TestReplicaPromotionLevel1
|
|
- template: *ci-master-latest
|
|
- timeout: 7200
|
|
- topology: *master_1repl
|
|
-
|
|
- 389ds-fedora/test_replica_promotion_TestProhibitReplicaUninstallation:
|
|
- requires: [389ds-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{389ds-fedora/build_url}'
|
|
- update_packages: True
|
|
- copr: '@389ds/389-ds-base-nightly'
|
|
- test_suite: test_integration/test_replica_promotion.py::TestProhibitReplicaUninstallation
|
|
- template: *ci-master-latest
|
|
- timeout: 7200
|
|
- topology: *master_2repl_1client
|
|
-
|
|
- 389ds-fedora/test_replica_promotion_TestHiddenReplicaPromotion:
|
|
- requires: [389ds-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{389ds-fedora/build_url}'
|
|
- update_packages: True
|
|
- copr: '@389ds/389-ds-base-nightly'
|
|
- test_suite: test_integration/test_replica_promotion.py::TestHiddenReplicaPromotion
|
|
- template: *ci-master-latest
|
|
- timeout: 7200
|
|
- topology: *master_2repl_1client
|
|
-
|
|
- 389ds-fedora/test_upgrade:
|
|
- requires: [389ds-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{389ds-fedora/build_url}'
|
|
- update_packages: True
|
|
- copr: '@389ds/389-ds-base-nightly'
|
|
- test_suite: test_integration/test_upgrade.py
|
|
- template: *ci-master-latest
|
|
- timeout: 7200
|
|
- topology: *master_1repl
|
|
-
|
|
- 389ds-fedora/test_topology_TestCASpecificRUVs:
|
|
- requires: [389ds-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{389ds-fedora/build_url}'
|
|
- update_packages: True
|
|
- copr: '@389ds/389-ds-base-nightly'
|
|
- test_suite: test_integration/test_topology.py::TestCASpecificRUVs
|
|
- template: *ci-master-latest
|
|
- timeout: 7200
|
|
- topology: *master_3repl_1client
|
|
-
|
|
- 389ds-fedora/test_topology_TestTopologyOptions:
|
|
- requires: [389ds-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{389ds-fedora/build_url}'
|
|
- update_packages: True
|
|
- copr: '@389ds/389-ds-base-nightly'
|
|
- test_suite: test_integration/test_topology.py::TestTopologyOptions
|
|
- template: *ci-master-latest
|
|
- timeout: 7200
|
|
- topology: *master_3repl_1client
|
|
-
|
|
- 389ds-fedora/test_replication_layouts_TestLineTopologyWithoutCA:
|
|
- requires: [389ds-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{389ds-fedora/build_url}'
|
|
- update_packages: True
|
|
- copr: '@389ds/389-ds-base-nightly'
|
|
- test_suite: test_integration/test_replication_layouts.py::TestLineTopologyWithoutCA
|
|
- template: *ci-master-latest
|
|
- timeout: 7200
|
|
- topology: *master_3repl_1client
|
|
-
|
|
- 389ds-fedora/test_replication_layouts_TestLineTopologyWithCA:
|
|
- requires: [389ds-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{389ds-fedora/build_url}'
|
|
- update_packages: True
|
|
- copr: '@389ds/389-ds-base-nightly'
|
|
- test_suite: test_integration/test_replication_layouts.py::TestLineTopologyWithCA
|
|
- template: *ci-master-latest
|
|
- timeout: 10800
|
|
- topology: *master_3repl_1client
|
|
-
|
|
- 389ds-fedora/test_replication_layouts_TestLineTopologyWithCAKRA:
|
|
- requires: [389ds-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{389ds-fedora/build_url}'
|
|
- update_packages: True
|
|
- copr: '@389ds/389-ds-base-nightly'
|
|
- test_suite: test_integration/test_replication_layouts.py::TestLineTopologyWithCAKRA
|
|
- template: *ci-master-latest
|
|
- timeout: 10800
|
|
- topology: *master_3repl_1client
|
|
-
|
|
- 389ds-fedora/test_replication_layouts.py_TestStarTopologyWithoutCA:
|
|
- requires: [389ds-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{389ds-fedora/build_url}'
|
|
- update_packages: True
|
|
- copr: '@389ds/389-ds-base-nightly'
|
|
- test_suite: test_integration/test_replication_layouts.py::TestStarTopologyWithoutCA
|
|
- template: *ci-master-latest
|
|
- timeout: 7200
|
|
- topology: *master_3repl_1client
|
|
-
|
|
- 389ds-fedora/test_replication_layouts_TestStarTopologyWithCA:
|
|
- requires: [389ds-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{389ds-fedora/build_url}'
|
|
- update_packages: True
|
|
- copr: '@389ds/389-ds-base-nightly'
|
|
- test_suite: test_integration/test_replication_layouts.py::TestStarTopologyWithCA
|
|
- template: *ci-master-latest
|
|
- timeout: 7200
|
|
- topology: *master_3repl_1client
|
|
-
|
|
- 389ds-fedora/test_replication_layouts_TestStarTopologyWithCAKRA:
|
|
- requires: [389ds-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{389ds-fedora/build_url}'
|
|
- update_packages: True
|
|
- copr: '@389ds/389-ds-base-nightly'
|
|
- test_suite: test_integration/test_replication_layouts.py::TestStarTopologyWithCAKRA
|
|
- template: *ci-master-latest
|
|
- timeout: 10800
|
|
- topology: *master_3repl_1client
|
|
-
|
|
- 389ds-fedora/test_replication_layouts_TestCompleteTopologyWithoutCA:
|
|
- requires: [389ds-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{389ds-fedora/build_url}'
|
|
- update_packages: True
|
|
- copr: '@389ds/389-ds-base-nightly'
|
|
- test_suite: test_integration/test_replication_layouts.py::TestCompleteTopologyWithoutCA
|
|
- template: *ci-master-latest
|
|
- timeout: 7200
|
|
- topology: *master_3repl_1client
|
|
-
|
|
- 389ds-fedora/test_replication_layouts_TestCompleteTopologyWithCA:
|
|
- requires: [389ds-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{389ds-fedora/build_url}'
|
|
- update_packages: True
|
|
- copr: '@389ds/389-ds-base-nightly'
|
|
- test_suite: test_integration/test_replication_layouts.py::TestCompleteTopologyWithCA
|
|
- template: *ci-master-latest
|
|
- timeout: 7200
|
|
- topology: *master_3repl_1client
|
|
-
|
|
- 389ds-fedora/test_replication_layouts_TestCompleteTopologyWithCAKRA:
|
|
- requires: [389ds-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{389ds-fedora/build_url}'
|
|
- update_packages: True
|
|
- copr: '@389ds/389-ds-base-nightly'
|
|
- test_suite: test_integration/test_replication_layouts.py::TestCompleteTopologyWithCAKRA
|
|
- template: *ci-master-latest
|
|
- timeout: 7200
|
|
- topology: *master_3repl_1client
|
|
-
|
|
- 389ds-fedora/test_client_uninstallation:
|
|
- requires: [389ds-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{389ds-fedora/build_url}'
|
|
- update_packages: True
|
|
- copr: '@389ds/389-ds-base-nightly'
|
|
- test_suite: test_integration/test_uninstallation.py
|
|
- template: *ci-master-latest
|
|
- timeout: 7200
|
|
- topology: *master_1repl_1client
|
|
-
|
|
- 389ds-fedora/customized_ds_config_install:
|
|
- requires: [389ds-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{389ds-fedora/build_url}'
|
|
- update_packages: True
|
|
- copr: '@389ds/389-ds-base-nightly'
|
|
- test_suite: test_integration/test_customized_ds_config_install.py
|
|
- template: *ci-master-latest
|
|
- timeout: 3600
|
|
- topology: *master_1repl
|
|
-
|
|
- 389ds-fedora/dns_locations:
|
|
- requires: [389ds-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{389ds-fedora/build_url}'
|
|
- update_packages: True
|
|
- copr: '@389ds/389-ds-base-nightly'
|
|
- test_suite: test_integration/test_dns_locations.py
|
|
- template: *ci-master-latest
|
|
- timeout: 3600
|
|
- topology: *master_2repl_1client
|
|
-
|
|
- 389ds-fedora/external_ca_TestExternalCAdirsrvStop:
|
|
- requires: [389ds-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{389ds-fedora/build_url}'
|
|
- update_packages: True
|
|
- copr: '@389ds/389-ds-base-nightly'
|
|
- test_suite: test_integration/test_external_ca.py::TestExternalCAdirsrvStop
|
|
- template: *ci-master-latest
|
|
- timeout: 3600
|
|
- topology: *master_1repl
|
|
-
|
|
- 389ds-fedora/mask:
|
|
- requires: [389ds-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{389ds-fedora/build_url}'
|
|
- update_packages: True
|
|
- copr: '@389ds/389-ds-base-nightly'
|
|
- test_suite: test_integration/test_installation.py::TestMaskInstall
|
|
- template: *ci-master-latest
|
|
- timeout: 3600
|
|
- topology: *master_1repl
|
|
-
|
|
- 389ds-fedora/automember:
|
|
- requires: [389ds-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{389ds-fedora/build_url}'
|
|
- update_packages: True
|
|
- copr: '@389ds/389-ds-base-nightly'
|
|
- test_suite: test_integration/test_automember.py
|
|
- template: *ci-master-latest
|
|
- timeout: 3600
|
|
- topology: *master_1repl
|
|
-
|
|
- 389ds-fedora/test_fips:
|
|
- requires: [389ds-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{389ds-fedora/build_url}'
|
|
- update_packages: True
|
|
- copr: '@389ds/389-ds-base-nightly'
|
|
- test_suite: test_integration/test_fips.py
|
|
- template: *ci-master-latest
|
|
- timeout: 7200
|
|
- topology: *master_1repl_1client
|
|
-
|
|
- 389ds-fedora/test_pwpolicy:
|
|
- requires: [389ds-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{389ds-fedora/build_url}'
|
|
- update_packages: True
|
|
- copr: '@389ds/389-ds-base-nightly'
|
|
- test_suite: test_integration/test_pwpolicy.py
|
|
- template: *ci-master-latest
|
|
- timeout: 3600
|
|
- topology: *master_1repl
|
|
-
|
|
- 389ds-fedora/test_external_idp:
|
|
- requires: [389ds-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{389ds-fedora/build_url}'
|
|
- update_packages: True
|
|
- copr: '@389ds/389-ds-base-nightly'
|
|
- test_suite: test_integration/test_idp.py
|
|
- template: *ci-master-latest
|
|
- timeout: 5000
|
|
- topology: *master_2repl_1client
|
|
diff --git a/ipatests/prci_definitions/nightly_latest_pki.yaml b/ipatests/prci_definitions/nightly_latest_pki.yaml
|
|
deleted file mode 100644
|
|
index 217823679444e3fac7f894e4f937fb3457fc5c39..0000000000000000000000000000000000000000
|
|
--- a/ipatests/prci_definitions/nightly_latest_pki.yaml
|
|
+++ /dev/null
|
|
@@ -1,1042 +0,0 @@
|
|
-topologies:
|
|
- build: &build
|
|
- name: build
|
|
- cpu: 2
|
|
- memory: 3800
|
|
- master_1repl: &master_1repl
|
|
- name: master_1repl
|
|
- cpu: 4
|
|
- memory: 6450
|
|
- master_1repl_1client: &master_1repl_1client
|
|
- name: master_1repl_1client
|
|
- cpu: 4
|
|
- memory: 7400
|
|
- ipaserver: &ipaserver
|
|
- name: ipaserver
|
|
- cpu: 2
|
|
- memory: 2400
|
|
- master_2repl_1client: &master_2repl_1client
|
|
- name: master_2repl_1client
|
|
- cpu: 5
|
|
- memory: 10150
|
|
- master_3repl_1client: &master_3repl_1client
|
|
- name: master_3repl_1client
|
|
- cpu: 6
|
|
- memory: 12900
|
|
- ad_master: &ad_master
|
|
- name: ad_master
|
|
- cpu: 4
|
|
- memory: 12000
|
|
-
|
|
-jobs:
|
|
- pki-fedora/build:
|
|
- requires: []
|
|
- priority: 100
|
|
- job:
|
|
- class: Build
|
|
- args:
|
|
- copr: '@pki/master'
|
|
- git_repo: '{git_repo}'
|
|
- git_refspec: '{git_refspec}'
|
|
- template: &ci-master-latest
|
|
- name: freeipa/ci-master-f36
|
|
- version: 0.0.7
|
|
- timeout: 1800
|
|
- topology: *build
|
|
-
|
|
- pki-fedora/simple_replication:
|
|
- requires: [pki-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{pki-fedora/build_url}'
|
|
- update_packages: True
|
|
- copr: '@pki/master'
|
|
- test_suite: test_integration/test_simple_replication.py
|
|
- template: *ci-master-latest
|
|
- timeout: 3600
|
|
- topology: *master_1repl
|
|
-
|
|
- pki-fedora/test_external_ca_TestExternalCA:
|
|
- requires: [pki-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{pki-fedora/build_url}'
|
|
- update_packages: True
|
|
- copr: '@pki/master'
|
|
- test_suite: test_integration/test_external_ca.py::TestExternalCA
|
|
- template: *ci-master-latest
|
|
- timeout: 4800
|
|
- topology: *master_1repl_1client
|
|
-
|
|
- pki-fedora/test_external_ca_TestSelfExternalSelf:
|
|
- requires: [pki-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{pki-fedora/build_url}'
|
|
- update_packages: True
|
|
- copr: '@pki/master'
|
|
- test_suite: test_integration/test_external_ca.py::TestSelfExternalSelf test_integration/test_external_ca.py::TestExternalCAInstall
|
|
- template: *ci-master-latest
|
|
- timeout: 3600
|
|
- topology: *master_1repl
|
|
-
|
|
- pki-fedora/external_ca_templates:
|
|
- requires: [pki-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{pki-fedora/build_url}'
|
|
- update_packages: True
|
|
- copr: '@pki/master'
|
|
- test_suite: test_integration/test_external_ca.py::TestExternalCAProfileScenarios
|
|
- template: *ci-master-latest
|
|
- timeout: 3600
|
|
- topology: *master_1repl
|
|
-
|
|
- pki-fedora/test_vault:
|
|
- requires: [pki-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{pki-fedora/build_url}'
|
|
- update_packages: True
|
|
- copr: '@pki/master'
|
|
- test_suite: test_integration/test_vault.py
|
|
- template: *ci-master-latest
|
|
- timeout: 6300
|
|
- topology: *master_1repl
|
|
-
|
|
- pki-fedora/test_forced_client_enrolment:
|
|
- requires: [pki-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{pki-fedora/build_url}'
|
|
- update_packages: True
|
|
- copr: '@pki/master'
|
|
- test_suite: test_integration/test_forced_client_reenrollment.py
|
|
- template: *ci-master-latest
|
|
- timeout: 4800
|
|
- topology: *master_1repl_1client
|
|
-
|
|
- pki-fedora/test_installation_TestInstallWithCA1:
|
|
- requires: [pki-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{pki-fedora/build_url}'
|
|
- update_packages: True
|
|
- copr: '@pki/master'
|
|
- test_suite: test_integration/test_installation.py::TestInstallWithCA1
|
|
- template: *ci-master-latest
|
|
- timeout: 10800
|
|
- topology: *master_3repl_1client
|
|
-
|
|
- pki-fedora/test_installation_TestInstallWithCA2:
|
|
- requires: [pki-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{pki-fedora/build_url}'
|
|
- update_packages: True
|
|
- copr: '@pki/master'
|
|
- test_suite: test_integration/test_installation.py::TestInstallWithCA2
|
|
- template: *ci-master-latest
|
|
- timeout: 10800
|
|
- topology: *master_3repl_1client
|
|
-
|
|
- pki-fedora/test_installation_TestInstallCA:
|
|
- requires: [pki-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{pki-fedora/build_url}'
|
|
- update_packages: True
|
|
- copr: '@pki/master'
|
|
- test_suite: test_integration/test_installation.py::TestInstallCA
|
|
- template: *ci-master-latest
|
|
- timeout: 10800
|
|
- topology: *master_2repl_1client
|
|
-
|
|
- pki-fedora/test_installation_TestInstallWithCA_KRA1:
|
|
- requires: [pki-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{pki-fedora/build_url}'
|
|
- update_packages: True
|
|
- copr: '@pki/master'
|
|
- test_suite: test_integration/test_installation.py::TestInstallWithCA_KRA1
|
|
- template: *ci-master-latest
|
|
- timeout: 10800
|
|
- topology: *master_3repl_1client
|
|
-
|
|
- pki-fedora/test_installation_TestInstallWithCA_KRA2:
|
|
- requires: [pki-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{pki-fedora/build_url}'
|
|
- update_packages: True
|
|
- copr: '@pki/master'
|
|
- test_suite: test_integration/test_installation.py::TestInstallWithCA_KRA2
|
|
- template: *ci-master-latest
|
|
- timeout: 10800
|
|
- topology: *master_3repl_1client
|
|
-
|
|
- pki-fedora/test_installation_TestInstallWithCA_DNS1:
|
|
- requires: [pki-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{pki-fedora/build_url}'
|
|
- update_packages: True
|
|
- copr: '@pki/master'
|
|
- test_suite: test_integration/test_installation.py::TestInstallWithCA_DNS1
|
|
- template: *ci-master-latest
|
|
- timeout: 10800
|
|
- topology: *master_3repl_1client
|
|
-
|
|
- pki-fedora/test_installation_TestInstallWithCA_DNS2:
|
|
- requires: [pki-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{pki-fedora/build_url}'
|
|
- update_packages: True
|
|
- copr: '@pki/master'
|
|
- test_suite: test_integration/test_installation.py::TestInstallWithCA_DNS2
|
|
- template: *ci-master-latest
|
|
- timeout: 10800
|
|
- topology: *master_3repl_1client
|
|
-
|
|
- pki-fedora/test_installation_TestInstallWithCA_DNS3:
|
|
- requires: [pki-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{pki-fedora/build_url}'
|
|
- update_packages: True
|
|
- copr: '@pki/master'
|
|
- test_suite: test_integration/test_installation.py::TestInstallWithCA_DNS3
|
|
- template: *ci-master-latest
|
|
- timeout: 3600
|
|
- topology: *master_1repl
|
|
-
|
|
- pki-fedora/test_installation_TestInstallWithCA_DNS4:
|
|
- requires: [pki-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{pki-fedora/build_url}'
|
|
- update_packages: True
|
|
- copr: '@pki/master'
|
|
- test_suite: test_integration/test_installation.py::TestInstallWithCA_DNS4
|
|
- template: *ci-master-latest
|
|
- timeout: 3600
|
|
- topology: *master_1repl
|
|
-
|
|
- pki-fedora/test_installation_TestInstallWithCA_KRA_DNS1:
|
|
- requires: [pki-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{pki-fedora/build_url}'
|
|
- update_packages: True
|
|
- copr: '@pki/master'
|
|
- test_suite: test_integration/test_installation.py::TestInstallWithCA_KRA_DNS1
|
|
- template: *ci-master-latest
|
|
- timeout: 10800
|
|
- topology: *master_3repl_1client
|
|
-
|
|
- pki-fedora/test_installation_TestInstallWithCA_KRA_DNS2:
|
|
- requires: [pki-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{pki-fedora/build_url}'
|
|
- update_packages: True
|
|
- copr: '@pki/master'
|
|
- test_suite: test_integration/test_installation.py::TestInstallWithCA_KRA_DNS2
|
|
- template: *ci-master-latest
|
|
- timeout: 10800
|
|
- topology: *master_3repl_1client
|
|
-
|
|
- pki-fedora/test_installation_TestInstallMaster:
|
|
- requires: [pki-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{pki-fedora/build_url}'
|
|
- update_packages: True
|
|
- copr: '@pki/master'
|
|
- test_suite: test_integration/test_installation.py::TestInstallMaster
|
|
- template: *ci-master-latest
|
|
- timeout: 10800
|
|
- topology: *master_1repl
|
|
-
|
|
- pki-fedora/test_installation_TestInstallMasterKRA:
|
|
- requires: [pki-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{pki-fedora/build_url}'
|
|
- update_packages: True
|
|
- copr: '@pki/master'
|
|
- test_suite: test_integration/test_installation.py::TestInstallMasterKRA
|
|
- template: *ci-master-latest
|
|
- timeout: 10800
|
|
- topology: *master_1repl
|
|
-
|
|
- pki-fedora/test_installation_TestInstallMasterDNS:
|
|
- requires: [pki-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{pki-fedora/build_url}'
|
|
- update_packages: True
|
|
- copr: '@pki/master'
|
|
- test_suite: test_integration/test_installation.py::TestInstallMasterDNS
|
|
- template: *ci-master-latest
|
|
- timeout: 10800
|
|
- topology: *master_1repl
|
|
-
|
|
- pki-fedora/test_installation_TestInstallMasterDNSRepeatedly:
|
|
- requires: [pki-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{pki-fedora/build_url}'
|
|
- update_packages: True
|
|
- copr: '@pki/master'
|
|
- test_suite: test_integration/test_installation.py::TestInstallMasterDNSRepeatedly
|
|
- template: *ci-master-latest
|
|
- timeout: 10800
|
|
- topology: *master_1repl
|
|
-
|
|
- pki-fedora/test_installation_TestInstallMasterReservedIPasForwarder:
|
|
- requires: [pki-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{pki-fedora/build_url}'
|
|
- update_packages: True
|
|
- copr: '@pki/master'
|
|
- test_suite: test_integration/test_installation.py::TestInstallMasterReservedIPasForwarder
|
|
- template: *ci-master-latest
|
|
- timeout: 10800
|
|
- topology: *master_1repl
|
|
-
|
|
- pki-fedora/test_installation_TestInstallwithSHA384withRSA:
|
|
- requires: [pki-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{pki-fedora/build_url}'
|
|
- update_packages: True
|
|
- copr: '@pki/master'
|
|
- test_suite: test_integration/test_installation.py::TestInstallwithSHA384withRSA
|
|
- template: *ci-master-latest
|
|
- timeout: 3600
|
|
- topology: *master_1repl
|
|
-
|
|
- pki-fedora/test_caless_TestServerInstall:
|
|
- requires: [pki-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{pki-fedora/build_url}'
|
|
- update_packages: True
|
|
- copr: '@pki/master'
|
|
- test_suite: test_integration/test_caless.py::TestServerInstall
|
|
- template: *ci-master-latest
|
|
- timeout: 12000
|
|
- topology: *master_1repl
|
|
-
|
|
- pki-fedora/test_caless_TestReplicaInstall:
|
|
- requires: [pki-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{pki-fedora/build_url}'
|
|
- update_packages: True
|
|
- copr: '@pki/master'
|
|
- test_suite: test_integration/test_caless.py::TestReplicaInstall
|
|
- template: *ci-master-latest
|
|
- timeout: 7200
|
|
- topology: *master_1repl
|
|
-
|
|
- pki-fedora/test_caless_TestClientInstall:
|
|
- requires: [pki-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{pki-fedora/build_url}'
|
|
- update_packages: True
|
|
- copr: '@pki/master'
|
|
- test_suite: test_integration/test_caless.py::TestClientInstall
|
|
- template: *ci-master-latest
|
|
- timeout: 5400
|
|
- # actually master_1client
|
|
- topology: *master_1repl_1client
|
|
-
|
|
- pki-fedora/test_caless_TestIPACommands:
|
|
- requires: [pki-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{pki-fedora/build_url}'
|
|
- update_packages: True
|
|
- copr: '@pki/master'
|
|
- test_suite: test_integration/test_caless.py::TestIPACommands
|
|
- template: *ci-master-latest
|
|
- timeout: 5400
|
|
- topology: *master_1repl
|
|
-
|
|
- pki-fedora/test_caless_TestCertInstall:
|
|
- requires: [pki-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{pki-fedora/build_url}'
|
|
- update_packages: True
|
|
- copr: '@pki/master'
|
|
- test_suite: test_integration/test_caless.py::TestCertInstall
|
|
- template: *ci-master-latest
|
|
- timeout: 5400
|
|
- topology: *master_1repl
|
|
-
|
|
- pki-fedora/test_caless_TestPKINIT:
|
|
- requires: [pki-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{pki-fedora/build_url}'
|
|
- update_packages: True
|
|
- copr: '@pki/master'
|
|
- test_suite: test_integration/test_caless.py::TestPKINIT
|
|
- template: *ci-master-latest
|
|
- timeout: 5400
|
|
- topology: *master_1repl
|
|
-
|
|
- pki-fedora/test_caless_TestServerReplicaCALessToCAFull:
|
|
- requires: [pki-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{pki-fedora/build_url}'
|
|
- update_packages: True
|
|
- copr: '@pki/master'
|
|
- test_suite: test_integration/test_caless.py::TestServerReplicaCALessToCAFull
|
|
- template: *ci-master-latest
|
|
- timeout: 5400
|
|
- topology: *master_1repl
|
|
-
|
|
- pki-fedora/test_caless_TestReplicaCALessToCAFull:
|
|
- requires: [pki-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{pki-fedora/build_url}'
|
|
- update_packages: True
|
|
- copr: '@pki/master'
|
|
- test_suite: test_integration/test_caless.py::TestReplicaCALessToCAFull
|
|
- template: *ci-master-latest
|
|
- timeout: 5400
|
|
- topology: *master_1repl
|
|
-
|
|
- pki-fedora/test_caless_TestServerCALessToExternalCA:
|
|
- requires: [pki-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{pki-fedora/build_url}'
|
|
- update_packages: True
|
|
- copr: '@pki/master'
|
|
- test_suite: test_integration/test_caless.py::TestServerCALessToExternalCA
|
|
- template: *ci-master-latest
|
|
- timeout: 5400
|
|
- topology: *master_1repl
|
|
-
|
|
- pki-fedora/test_backup_and_restore_TestBackupAndRestoreWithKRA:
|
|
- requires: [pki-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{pki-fedora/build_url}'
|
|
- update_packages: True
|
|
- copr: '@pki/master'
|
|
- test_suite: test_integration/test_backup_and_restore.py::TestBackupAndRestoreWithKRA
|
|
- template: *ci-master-latest
|
|
- timeout: 7200
|
|
- topology: *master_1repl
|
|
-
|
|
- pki-fedora/test_backup_and_restore_TestBackupReinstallRestoreWithKRA:
|
|
- requires: [pki-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{pki-fedora/build_url}'
|
|
- update_packages: True
|
|
- copr: '@pki/master'
|
|
- test_suite: test_integration/test_backup_and_restore.py::TestBackupReinstallRestoreWithKRA
|
|
- template: *ci-master-latest
|
|
- timeout: 7200
|
|
- topology: *master_1repl
|
|
-
|
|
- pki-fedora/test_backup_and_restore_TestBackupAndRestoreWithReplica:
|
|
- requires: [pki-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{pki-fedora/build_url}'
|
|
- update_packages: True
|
|
- copr: '@pki/master'
|
|
- test_suite: test_integration/test_backup_and_restore.py::TestBackupAndRestoreWithReplica
|
|
- template: *ci-master-latest
|
|
- timeout: 7200
|
|
- topology: *master_2repl_1client
|
|
-
|
|
- pki-fedora/test_backup_and_restore_TestReplicaInstallAfterRestore:
|
|
- requires: [pki-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{pki-fedora/build_url}'
|
|
- update_packages: True
|
|
- copr: '@pki/master'
|
|
- test_suite: test_integration/test_backup_and_restore.py::TestReplicaInstallAfterRestore
|
|
- template: *ci-master-latest
|
|
- timeout: 7200
|
|
- topology: *master_2repl_1client
|
|
-
|
|
- pki-fedora/test_replica_promotion_TestReplicaPromotionLevel1:
|
|
- requires: [pki-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{pki-fedora/build_url}'
|
|
- update_packages: True
|
|
- copr: '@pki/master'
|
|
- test_suite: test_integration/test_replica_promotion.py::TestReplicaPromotionLevel1
|
|
- template: *ci-master-latest
|
|
- timeout: 7200
|
|
- topology: *master_1repl
|
|
-
|
|
- pki-fedora/test_replica_promotion_TestRenewalMaster:
|
|
- requires: [pki-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{pki-fedora/build_url}'
|
|
- update_packages: True
|
|
- copr: '@pki/master'
|
|
- test_suite: test_integration/test_replica_promotion.py::TestRenewalMaster
|
|
- template: *ci-master-latest
|
|
- timeout: 7200
|
|
- topology: *master_1repl
|
|
-
|
|
- pki-fedora/test_replica_promotion_TestSubCAkeyReplication:
|
|
- requires: [pki-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{pki-fedora/build_url}'
|
|
- update_packages: True
|
|
- copr: '@pki/master'
|
|
- test_suite: test_integration/test_replica_promotion.py::TestSubCAkeyReplication
|
|
- template: *ci-master-latest
|
|
- timeout: 7200
|
|
- topology: *master_1repl
|
|
-
|
|
- pki-fedora/test_replica_promotion_TestReplicaInstallCustodia:
|
|
- requires: [pki-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{pki-fedora/build_url}'
|
|
- update_packages: True
|
|
- copr: '@pki/master'
|
|
- test_suite: test_integration/test_replica_promotion.py::TestReplicaInstallCustodia
|
|
- template: *ci-master-latest
|
|
- timeout: 7200
|
|
- topology: *master_2repl_1client
|
|
-
|
|
- pki-fedora/test_upgrade:
|
|
- requires: [pki-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{pki-fedora/build_url}'
|
|
- update_packages: True
|
|
- copr: '@pki/master'
|
|
- test_suite: test_integration/test_upgrade.py
|
|
- template: *ci-master-latest
|
|
- timeout: 7200
|
|
- topology: *master_1repl
|
|
-
|
|
- pki-fedora/test_topology_TestCASpecificRUVs:
|
|
- requires: [pki-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{pki-fedora/build_url}'
|
|
- update_packages: True
|
|
- copr: '@pki/master'
|
|
- test_suite: test_integration/test_topology.py::TestCASpecificRUVs
|
|
- template: *ci-master-latest
|
|
- timeout: 7200
|
|
- topology: *master_3repl_1client
|
|
-
|
|
- pki-fedora/test_replication_layouts_TestLineTopologyWithoutCA:
|
|
- requires: [pki-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{pki-fedora/build_url}'
|
|
- update_packages: True
|
|
- copr: '@pki/master'
|
|
- test_suite: test_integration/test_replication_layouts.py::TestLineTopologyWithoutCA
|
|
- template: *ci-master-latest
|
|
- timeout: 7200
|
|
- topology: *master_3repl_1client
|
|
-
|
|
- pki-fedora/test_replication_layouts_TestLineTopologyWithCA:
|
|
- requires: [pki-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{pki-fedora/build_url}'
|
|
- update_packages: True
|
|
- copr: '@pki/master'
|
|
- test_suite: test_integration/test_replication_layouts.py::TestLineTopologyWithCA
|
|
- template: *ci-master-latest
|
|
- timeout: 10800
|
|
- topology: *master_3repl_1client
|
|
-
|
|
- pki-fedora/test_replication_layouts_TestLineTopologyWithCAKRA:
|
|
- requires: [pki-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{pki-fedora/build_url}'
|
|
- update_packages: True
|
|
- copr: '@pki/master'
|
|
- test_suite: test_integration/test_replication_layouts.py::TestLineTopologyWithCAKRA
|
|
- template: *ci-master-latest
|
|
- timeout: 10800
|
|
- topology: *master_3repl_1client
|
|
-
|
|
- pki-fedora/test_replication_layouts.py_TestStarTopologyWithoutCA:
|
|
- requires: [pki-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{pki-fedora/build_url}'
|
|
- update_packages: True
|
|
- copr: '@pki/master'
|
|
- test_suite: test_integration/test_replication_layouts.py::TestStarTopologyWithoutCA
|
|
- template: *ci-master-latest
|
|
- timeout: 7200
|
|
- topology: *master_3repl_1client
|
|
-
|
|
- pki-fedora/test_replication_layouts_TestStarTopologyWithCA:
|
|
- requires: [pki-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{pki-fedora/build_url}'
|
|
- update_packages: True
|
|
- copr: '@pki/master'
|
|
- test_suite: test_integration/test_replication_layouts.py::TestStarTopologyWithCA
|
|
- template: *ci-master-latest
|
|
- timeout: 7200
|
|
- topology: *master_3repl_1client
|
|
-
|
|
- pki-fedora/test_replication_layouts_TestStarTopologyWithCAKRA:
|
|
- requires: [pki-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{pki-fedora/build_url}'
|
|
- update_packages: True
|
|
- copr: '@pki/master'
|
|
- test_suite: test_integration/test_replication_layouts.py::TestStarTopologyWithCAKRA
|
|
- template: *ci-master-latest
|
|
- timeout: 10800
|
|
- topology: *master_3repl_1client
|
|
-
|
|
- pki-fedora/test_replication_layouts_TestCompleteTopologyWithoutCA:
|
|
- requires: [pki-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{pki-fedora/build_url}'
|
|
- update_packages: True
|
|
- copr: '@pki/master'
|
|
- test_suite: test_integration/test_replication_layouts.py::TestCompleteTopologyWithoutCA
|
|
- template: *ci-master-latest
|
|
- timeout: 7200
|
|
- topology: *master_3repl_1client
|
|
-
|
|
- pki-fedora/test_replication_layouts_TestCompleteTopologyWithCA:
|
|
- requires: [pki-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{pki-fedora/build_url}'
|
|
- update_packages: True
|
|
- copr: '@pki/master'
|
|
- test_suite: test_integration/test_replication_layouts.py::TestCompleteTopologyWithCA
|
|
- template: *ci-master-latest
|
|
- timeout: 7200
|
|
- topology: *master_3repl_1client
|
|
-
|
|
- pki-fedora/test_replication_layouts_TestCompleteTopologyWithCAKRA:
|
|
- requires: [pki-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{pki-fedora/build_url}'
|
|
- update_packages: True
|
|
- copr: '@pki/master'
|
|
- test_suite: test_integration/test_replication_layouts.py::TestCompleteTopologyWithCAKRA
|
|
- template: *ci-master-latest
|
|
- timeout: 7200
|
|
- topology: *master_3repl_1client
|
|
-
|
|
- pki-fedora/test_client_uninstallation:
|
|
- requires: [pki-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{pki-fedora/build_url}'
|
|
- update_packages: True
|
|
- copr: '@pki/master'
|
|
- test_suite: test_integration/test_uninstallation.py
|
|
- template: *ci-master-latest
|
|
- timeout: 7200
|
|
- topology: *master_1repl_1client
|
|
-
|
|
- pki-fedora/test_webui_cert:
|
|
- requires: [pki-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunWebuiTests
|
|
- args:
|
|
- build_url: '{pki-fedora/build_url}'
|
|
- update_packages: True
|
|
- copr: '@pki/master'
|
|
- test_suite: test_webui/test_cert.py
|
|
- template: *ci-master-latest
|
|
- timeout: 2400
|
|
- topology: *ipaserver
|
|
-
|
|
- pki-fedora/test_webui_identity:
|
|
- requires: [pki-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunWebuiTests
|
|
- args:
|
|
- build_url: '{pki-fedora/build_url}'
|
|
- update_packages: True
|
|
- copr: '@pki/master'
|
|
- test_suite: >-
|
|
- test_webui/test_automember.py
|
|
- test_webui/test_idviews.py
|
|
- template: *ci-master-latest
|
|
- timeout: 3600
|
|
- topology: *ipaserver
|
|
-
|
|
- pki-fedora/dns_locations:
|
|
- requires: [pki-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{pki-fedora/build_url}'
|
|
- update_packages: True
|
|
- copr: '@pki/master'
|
|
- test_suite: test_integration/test_dns_locations.py
|
|
- template: *ci-master-latest
|
|
- timeout: 3600
|
|
- topology: *master_2repl_1client
|
|
-
|
|
- pki-fedora/external_ca_TestExternalCAdirsrvStop:
|
|
- requires: [pki-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{pki-fedora/build_url}'
|
|
- update_packages: True
|
|
- copr: '@pki/master'
|
|
- test_suite: test_integration/test_external_ca.py::TestExternalCAdirsrvStop
|
|
- template: *ci-master-latest
|
|
- timeout: 3600
|
|
- topology: *master_1repl
|
|
-
|
|
- pki-fedora/external_ca_TestExternalCAInvalidCert:
|
|
- requires: [pki-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{pki-fedora/build_url}'
|
|
- update_packages: True
|
|
- copr: '@pki/master'
|
|
- test_suite: test_integration/test_external_ca.py::TestExternalCAInvalidCert
|
|
- template: *ci-master-latest
|
|
- timeout: 3600
|
|
- topology: *master_1repl
|
|
-
|
|
- pki-fedora/external_ca_TestMultipleExternalCA:
|
|
- requires: [pki-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{pki-fedora/build_url}'
|
|
- update_packages: True
|
|
- copr: '@pki/master'
|
|
- test_suite: test_integration/test_external_ca.py::TestMultipleExternalCA
|
|
- template: *ci-master-latest
|
|
- timeout: 3600
|
|
- topology: *master_1repl
|
|
-
|
|
- pki-fedora/test_ipahealthcheck:
|
|
- requires: [pki-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{pki-fedora/build_url}'
|
|
- update_packages: True
|
|
- copr: '@pki/master'
|
|
- test_suite: test_integration/test_ipahealthcheck.py::TestIpaHealthCheck
|
|
- template: *ci-master-latest
|
|
- timeout: 5400
|
|
- topology: *master_1repl_1client
|
|
-
|
|
- pki-fedora/test_ipahealthcheck_nodns_extca_file:
|
|
- requires: [pki-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{pki-fedora/build_url}'
|
|
- update_packages: True
|
|
- copr: '@pki/master'
|
|
- test_suite: test_integration/test_ipahealthcheck.py::TestIpaHealthCheckWithoutDNS test_integration/test_ipahealthcheck.py::TestIpaHealthCheckWithExternalCA test_integration/test_ipahealthcheck.py::TestIpaHealthCheckFileCheck
|
|
- template: *ci-master-latest
|
|
- timeout: 5400
|
|
- topology: *master_1repl
|
|
-
|
|
- pki-fedora/test_pkinit_manage:
|
|
- requires: [pki-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{pki-fedora/build_url}'
|
|
- update_packages: True
|
|
- copr: '@pki/master'
|
|
- test_suite: test_integration/test_pkinit_manage.py
|
|
- template: *ci-master-latest
|
|
- timeout: 3600
|
|
- topology: *master_1repl
|
|
-
|
|
- pki-fedora/test_crlgen_manage:
|
|
- requires: [pki-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{pki-fedora/build_url}'
|
|
- update_packages: True
|
|
- copr: '@pki/master'
|
|
- test_suite: test_integration/test_crlgen_manage.py
|
|
- template: *ci-master-latest
|
|
- timeout: 3600
|
|
- topology: *master_1repl
|
|
-
|
|
- pki-fedora/test_ca_custom_sdn:
|
|
- requires: [pki-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{pki-fedora/build_url}'
|
|
- update_packages: True
|
|
- copr: '@pki/master'
|
|
- test_suite: test_integration/test_ca_custom_sdn.py
|
|
- template: *ci-master-latest
|
|
- timeout: 7200
|
|
- topology: *master_1repl
|
|
-
|
|
- pki-fedora/test_fips:
|
|
- requires: [pki-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{pki-fedora/build_url}'
|
|
- update_packages: True
|
|
- copr: '@pki/master'
|
|
- test_suite: test_integration/test_fips.py
|
|
- template: *ci-master-latest
|
|
- timeout: 7200
|
|
- topology: *master_1repl_1client
|
|
-
|
|
- pki-fedora/test_acme:
|
|
- requires: [pki-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{pki-fedora/build_url}'
|
|
- update_packages: True
|
|
- copr: '@pki/master'
|
|
- test_suite: test_integration/test_acme.py
|
|
- template: *ci-master-latest
|
|
- timeout: 7200
|
|
- topology: *master_1repl_1client
|
|
-
|
|
- pki-fedora/test_cert_fix:
|
|
- requires: [pki-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{pki-fedora/build_url}'
|
|
- update_packages: True
|
|
- copr: '@pki/master'
|
|
- test_suite: test_integration/test_ipa_cert_fix.py
|
|
- template: *ci-master-latest
|
|
- timeout: 10800
|
|
- topology: *master_1repl
|
|
-
|
|
- pki-fedora/test_external_idp:
|
|
- requires: [pki-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{pki-fedora/build_url}'
|
|
- update_packages: True
|
|
- copr: '@pki/master'
|
|
- test_suite: test_integration/test_idp.py
|
|
- template: *ci-master-latest
|
|
- timeout: 5000
|
|
- topology: *master_2repl_1client
|
|
-
|
|
- pki-fedora/test_random_serial_numbers_TestInstallWithCA_DNS1_RSN:
|
|
- requires: [pki-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{pki-fedora/build_url}'
|
|
- update_packages: True
|
|
- copr: '@pki/master'
|
|
- test_suite: test_integration/test_random_serial_numbers.py::TestInstallWithCA_DNS1_RSN
|
|
- template: *ci-master-latest
|
|
- timeout: 10800
|
|
- topology: *master_3repl_1client
|
|
-
|
|
- pki-fedora/test_random_serial_numbers_TestInstallWithCA_KRA1_RSN:
|
|
- requires: [pki-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{pki-fedora/build_url}'
|
|
- update_packages: True
|
|
- copr: '@pki/master'
|
|
- test_suite: test_integration/test_random_serial_numbers.py::TestInstallWithCA_KRA1_RSN
|
|
- template: *ci-master-latest
|
|
- timeout: 10800
|
|
- topology: *master_3repl_1client
|
|
-
|
|
- pki-fedora/test_random_serial_numbers_test_commands_RSN:
|
|
- requires: [pki-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{pki-fedora/build_url}'
|
|
- update_packages: True
|
|
- copr: '@pki/master'
|
|
- test_suite: test_integration/test_random_serial_numbers.py::TestIPACommand_RSN::test_certificate_out_write_to_file
|
|
- template: *ci-master-latest
|
|
- timeout: 5400
|
|
- topology: *master_1repl_1client
|
|
-
|
|
- pki-fedora/test_caless_TestServerCALessToExternalCA_RSN:
|
|
- requires: [pki-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{pki-fedora/build_url}'
|
|
- update_packages: True
|
|
- copr: '@pki/master'
|
|
- test_suite: test_integration/test_random_serial_numbers.py::TestServerCALessToExternalCA_RSN
|
|
- template: *ci-master-latest
|
|
- timeout: 5400
|
|
- topology: *master_1repl
|
|
diff --git a/ipatests/prci_definitions/nightly_latest_testing.yaml b/ipatests/prci_definitions/nightly_latest_testing.yaml
|
|
deleted file mode 100644
|
|
index 02d311d27598503c035ba7ff99e5bf311075419a..0000000000000000000000000000000000000000
|
|
--- a/ipatests/prci_definitions/nightly_latest_testing.yaml
|
|
+++ /dev/null
|
|
@@ -1,2114 +0,0 @@
|
|
-topologies:
|
|
- build: &build
|
|
- name: build
|
|
- cpu: 2
|
|
- memory: 3800
|
|
- master_3client: &master_3client
|
|
- name: master_3client
|
|
- cpu: 5
|
|
- memory: 10150
|
|
- master_1repl: &master_1repl
|
|
- name: master_1repl
|
|
- cpu: 4
|
|
- memory: 6450
|
|
- master_1repl_1client: &master_1repl_1client
|
|
- name: master_1repl_1client
|
|
- cpu: 4
|
|
- memory: 7400
|
|
- ipaserver: &ipaserver
|
|
- name: ipaserver
|
|
- cpu: 2
|
|
- memory: 2400
|
|
- master_2repl_1client: &master_2repl_1client
|
|
- name: master_2repl_1client
|
|
- cpu: 5
|
|
- memory: 10150
|
|
- master_3repl_1client: &master_3repl_1client
|
|
- name: master_3repl_1client
|
|
- cpu: 6
|
|
- memory: 12900
|
|
- ad_master_2client: &ad_master_2client
|
|
- name: ad_master_2client
|
|
- cpu: 4
|
|
- memory: 12000
|
|
- ad_master: &ad_master
|
|
- name: ad_master
|
|
- cpu: 4
|
|
- memory: 12000
|
|
- adroot_adchild_adtree_master_1client: &adroot_adchild_adtree_master_1client
|
|
- name: adroot_adchild_adtree_master_1client
|
|
- cpu: 8
|
|
- memory: 14500
|
|
-
|
|
-jobs:
|
|
- testing-fedora/build:
|
|
- requires: []
|
|
- priority: 100
|
|
- job:
|
|
- class: Build
|
|
- args:
|
|
- enable_testing_repo: True
|
|
- git_repo: '{git_repo}'
|
|
- git_refspec: '{git_refspec}'
|
|
- template: &ci-master-latest
|
|
- name: freeipa/ci-master-f36
|
|
- version: 0.0.7
|
|
- timeout: 1800
|
|
- topology: *build
|
|
-
|
|
- testing-fedora/simple_replication:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_simple_replication.py
|
|
- template: *ci-master-latest
|
|
- timeout: 3600
|
|
- topology: *master_1repl
|
|
-
|
|
- testing-fedora/test_external_ca_TestExternalCA:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_external_ca.py::TestExternalCA test_integration/test_external_ca.py::TestExternalCAConstraints
|
|
- template: *ci-master-latest
|
|
- timeout: 4800
|
|
- topology: *master_1repl_1client
|
|
-
|
|
- testing-fedora/test_external_ca_TestSelfExternalSelf:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_external_ca.py::TestSelfExternalSelf test_integration/test_external_ca.py::TestExternalCAInstall
|
|
- template: *ci-master-latest
|
|
- timeout: 3600
|
|
- topology: *master_1repl
|
|
-
|
|
- testing-fedora/external_ca_templates:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_external_ca.py::TestExternalCAProfileScenarios
|
|
- template: *ci-master-latest
|
|
- timeout: 3600
|
|
- topology: *master_1repl
|
|
-
|
|
- testing-fedora/test_topologies:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_topologies.py
|
|
- template: *ci-master-latest
|
|
- timeout: 3600
|
|
- topology: *master_1repl
|
|
-
|
|
- testing-fedora/test_sudo:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_sudo.py
|
|
- template: *ci-master-latest
|
|
- timeout: 4800
|
|
- topology: *master_1repl_1client
|
|
-
|
|
- testing-fedora/test_commands:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_commands.py
|
|
- template: *ci-master-latest
|
|
- timeout: 5400
|
|
- topology: *master_1repl_1client
|
|
-
|
|
- testing-fedora/test_kerberos_flags:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_kerberos_flags.py
|
|
- template: *ci-master-latest
|
|
- timeout: 3600
|
|
- topology: *master_1repl_1client
|
|
-
|
|
- testing-fedora/test_http_kdc_proxy:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunADTests
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_http_kdc_proxy.py
|
|
- template: *ci-master-latest
|
|
- timeout: 7200
|
|
- topology: *ad_master_2client
|
|
-
|
|
- testing-fedora/test_fips:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_fips.py
|
|
- template: *ci-master-latest
|
|
- timeout: 7200
|
|
- topology: *master_1repl_1client
|
|
-
|
|
- testing-fedora/test_forced_client_enrolment:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_forced_client_reenrollment.py
|
|
- template: *ci-master-latest
|
|
- timeout: 4800
|
|
- topology: *master_1repl_1client
|
|
-
|
|
- testing-fedora/test_advise:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_advise.py
|
|
- template: *ci-master-latest
|
|
- timeout: 3600
|
|
- topology: *master_1repl_1client
|
|
-
|
|
- testing-fedora/test_testconfig:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_testconfig.py
|
|
- template: *ci-master-latest
|
|
- timeout: 3600
|
|
- topology: *master_1repl
|
|
-
|
|
- testing-fedora/test_service_permissions:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_service_permissions.py
|
|
- template: *ci-master-latest
|
|
- timeout: 3600
|
|
- topology: *master_1repl
|
|
-
|
|
- testing-fedora/test_netgroup:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_netgroup.py
|
|
- template: *ci-master-latest
|
|
- timeout: 3600
|
|
- topology: *master_1repl
|
|
-
|
|
- testing-fedora/test_vault:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_vault.py
|
|
- template: *ci-master-latest
|
|
- timeout: 6300
|
|
- topology: *master_1repl
|
|
-
|
|
- testing-fedora/test_authconfig:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_authselect.py
|
|
- template: *ci-master-latest
|
|
- timeout: 4800
|
|
- topology: *master_1repl_1client
|
|
-
|
|
- testing-fedora/test_smb:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunADTests
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_smb.py
|
|
- template: *ci-master-latest
|
|
- timeout: 7200
|
|
- topology: *ad_master_2client
|
|
-
|
|
- testing-fedora/test_server_del:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_server_del.py
|
|
- template: *ci-master-latest
|
|
- timeout: 10800
|
|
- topology: *master_2repl_1client
|
|
-
|
|
- testing-fedora/test_installation_TestInstallWithCA1:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_installation.py::TestInstallWithCA1
|
|
- template: *ci-master-latest
|
|
- timeout: 10800
|
|
- topology: *master_3repl_1client
|
|
-
|
|
- testing-fedora/test_installation_TestInstallWithCA2:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_installation.py::TestInstallWithCA2
|
|
- template: *ci-master-latest
|
|
- timeout: 10800
|
|
- topology: *master_3repl_1client
|
|
-
|
|
- testing-fedora/test_installation_TestInstallCA:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_installation.py::TestInstallCA
|
|
- template: *ci-master-latest
|
|
- timeout: 10800
|
|
- topology: *master_2repl_1client
|
|
-
|
|
- testing-fedora/test_installation_TestInstallWithCA_KRA1:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_installation.py::TestInstallWithCA_KRA1
|
|
- template: *ci-master-latest
|
|
- timeout: 10800
|
|
- topology: *master_3repl_1client
|
|
-
|
|
- testing-fedora/test_installation_TestInstallWithCA_KRA2:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_installation.py::TestInstallWithCA_KRA2
|
|
- template: *ci-master-latest
|
|
- timeout: 10800
|
|
- topology: *master_3repl_1client
|
|
-
|
|
- testing-fedora/test_installation_TestInstallWithCA_DNS1:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_installation.py::TestInstallWithCA_DNS1
|
|
- template: *ci-master-latest
|
|
- timeout: 10800
|
|
- topology: *master_3repl_1client
|
|
-
|
|
- testing-fedora/test_installation_TestInstallWithCA_DNS2:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_installation.py::TestInstallWithCA_DNS2
|
|
- template: *ci-master-latest
|
|
- timeout: 10800
|
|
- topology: *master_3repl_1client
|
|
-
|
|
- testing-fedora/test_installation_TestInstallWithCA_DNS3:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_installation.py::TestInstallWithCA_DNS3
|
|
- template: *ci-master-latest
|
|
- timeout: 3600
|
|
- topology: *master_1repl
|
|
-
|
|
- testing-fedora/test_installation_TestInstallWithCA_DNS4:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_installation.py::TestInstallWithCA_DNS4
|
|
- template: *ci-master-latest
|
|
- timeout: 3600
|
|
- topology: *master_1repl
|
|
-
|
|
- testing-fedora/test_installation_TestInstallWithCA_KRA_DNS1:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_installation.py::TestInstallWithCA_KRA_DNS1
|
|
- template: *ci-master-latest
|
|
- timeout: 10800
|
|
- topology: *master_3repl_1client
|
|
-
|
|
- testing-fedora/test_installation_TestInstallWithCA_KRA_DNS2:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_installation.py::TestInstallWithCA_KRA_DNS2
|
|
- template: *ci-master-latest
|
|
- timeout: 10800
|
|
- topology: *master_3repl_1client
|
|
-
|
|
- testing-fedora/test_installation_TestInstallMaster:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_installation.py::TestInstallMaster
|
|
- template: *ci-master-latest
|
|
- timeout: 10800
|
|
- topology: *master_1repl
|
|
-
|
|
- testing-fedora/test_installation_TestInstallMasterKRA:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_installation.py::TestInstallMasterKRA
|
|
- template: *ci-master-latest
|
|
- timeout: 10800
|
|
- topology: *master_1repl
|
|
-
|
|
- testing-fedora/test_installation_TestInstallMasterDNS:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_installation.py::TestInstallMasterDNS
|
|
- template: *ci-master-latest
|
|
- timeout: 10800
|
|
- topology: *master_1repl
|
|
-
|
|
- testing-fedora/test_installation_TestInstallMasterDNSRepeatedly:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_installation.py::TestInstallMasterDNSRepeatedly
|
|
- template: *ci-master-latest
|
|
- timeout: 10800
|
|
- topology: *master_1repl
|
|
-
|
|
- testing-fedora/test_installation_TestInstallMasterReservedIPasForwarder:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_installation.py::TestInstallMasterReservedIPasForwarder
|
|
- template: *ci-master-latest
|
|
- timeout: 10800
|
|
- topology: *master_1repl
|
|
-
|
|
- testing-fedora/test_installation_TestInstallMasterReplica:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_installation.py::TestInstallMasterReplica
|
|
- template: *ci-master-latest
|
|
- timeout: 10800
|
|
- topology: *master_1repl
|
|
-
|
|
- testing-fedora/test_installation_TestInstallReplicaAgainstSpecificServer:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_installation.py::TestInstallReplicaAgainstSpecificServer
|
|
- template: *ci-master-latest
|
|
- timeout: 10800
|
|
- topology: *master_2repl_1client
|
|
-
|
|
- testing-fedora/test_installation_TestADTrustInstall:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_installation.py::TestADTrustInstall
|
|
- template: *ci-master-latest
|
|
- timeout: 10800
|
|
- topology: *master_2repl_1client
|
|
-
|
|
- testing-fedora/test_installation_TestADTrustInstallWithDNS_KRA_ADTrust:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_installation.py::TestADTrustInstallWithDNS_KRA_ADTrust
|
|
- template: *ci-master-latest
|
|
- timeout: 10800
|
|
- topology: *master_2repl_1client
|
|
-
|
|
- testing-fedora/test_installation_TestKRAinstallAfterCertRenew:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_installation.py::TestKRAinstallAfterCertRenew
|
|
- template: *ci-master-latest
|
|
- timeout: 10800
|
|
- topology: *master_1repl
|
|
-
|
|
- testing-fedora/test_installation_TestInstallWithoutSudo:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_installation.py::TestInstallWithoutSudo
|
|
- template: *ci-master-latest
|
|
- timeout: 4800
|
|
- topology: *master_1repl_1client
|
|
-
|
|
- testing-fedora/test_installation_TestInstallWithoutNamed:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_installation.py::TestInstallWithoutNamed
|
|
- template: *ci-master-latest
|
|
- timeout: 4800
|
|
- topology: *master_1repl
|
|
-
|
|
- testing-fedora/test_installation_TestInstallwithSHA384withRSA:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_installation.py::TestInstallwithSHA384withRSA
|
|
- template: *ci-master-latest
|
|
- timeout: 3600
|
|
- topology: *master_1repl
|
|
-
|
|
- testing-fedora/test_idviews:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunADTests
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_idviews.py
|
|
- template: *ci-master-latest
|
|
- timeout: 7200
|
|
- topology: *ad_master_2client
|
|
-
|
|
- testing-fedora/test_caless_TestServerInstall:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_caless.py::TestServerInstall
|
|
- template: *ci-master-latest
|
|
- timeout: 12000
|
|
- topology: *master_1repl
|
|
-
|
|
- testing-fedora/test_caless_TestReplicaInstall:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_caless.py::TestReplicaInstall
|
|
- template: *ci-master-latest
|
|
- timeout: 7200
|
|
- topology: *master_1repl
|
|
-
|
|
- testing-fedora/test_caless_TestClientInstall:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_caless.py::TestClientInstall
|
|
- template: *ci-master-latest
|
|
- timeout: 5400
|
|
- # actually master_1client
|
|
- topology: *master_1repl_1client
|
|
-
|
|
- testing-fedora/test_caless_TestIPACommands:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_caless.py::TestIPACommands
|
|
- template: *ci-master-latest
|
|
- timeout: 5400
|
|
- topology: *master_1repl
|
|
-
|
|
- testing-fedora/test_caless_TestCertInstall:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_caless.py::TestCertInstall
|
|
- template: *ci-master-latest
|
|
- timeout: 5400
|
|
- topology: *master_1repl
|
|
-
|
|
- testing-fedora/test_caless_TestPKINIT:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_caless.py::TestPKINIT
|
|
- template: *ci-master-latest
|
|
- timeout: 5400
|
|
- topology: *master_1repl
|
|
-
|
|
- testing-fedora/test_caless_TestServerReplicaCALessToCAFull:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_caless.py::TestServerReplicaCALessToCAFull
|
|
- template: *ci-master-latest
|
|
- timeout: 5400
|
|
- topology: *master_1repl
|
|
-
|
|
- testing-fedora/test_caless_TestReplicaCALessToCAFull:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_caless.py::TestReplicaCALessToCAFull
|
|
- template: *ci-master-latest
|
|
- timeout: 5400
|
|
- topology: *master_1repl
|
|
-
|
|
- testing-fedora/test_caless_TestServerCALessToExternalCA:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_caless.py::TestServerCALessToExternalCA
|
|
- template: *ci-master-latest
|
|
- timeout: 5400
|
|
- topology: *master_1repl
|
|
-
|
|
- testing-fedora/test_backup_and_restore_TestUserRootFilesOwnershipPermission:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_backup_and_restore.py::TestUserRootFilesOwnershipPermission
|
|
- template: *ci-master-latest
|
|
- timeout: 7200
|
|
- topology: *master_1repl
|
|
-
|
|
- testing-fedora/test_backup_and_restore_TestBackupAndRestore:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_backup_and_restore.py::TestBackupAndRestore
|
|
- template: *ci-master-latest
|
|
- timeout: 7200
|
|
- topology: *master_1repl
|
|
-
|
|
- testing-fedora/test_backup_and_restore_TestBackupAndRestoreWithDNSSEC:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_backup_and_restore.py::TestBackupAndRestoreWithDNSSEC
|
|
- template: *ci-master-latest
|
|
- timeout: 7200
|
|
- topology: *master_1repl
|
|
-
|
|
- testing-fedora/test_backup_and_restore_TestBackupReinstallRestoreWithDNSSEC:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_backup_and_restore.py::TestBackupReinstallRestoreWithDNSSEC
|
|
- template: *ci-master-latest
|
|
- timeout: 7200
|
|
- topology: *master_1repl
|
|
-
|
|
- testing-fedora/test_backup_and_restore_TestBackupAndRestoreWithDNS:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_backup_and_restore.py::TestBackupAndRestoreWithDNS
|
|
- template: *ci-master-latest
|
|
- timeout: 7200
|
|
- topology: *master_1repl
|
|
-
|
|
- testing-fedora/test_backup_and_restore_TestBackupReinstallRestoreWithDNS:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_backup_and_restore.py::TestBackupReinstallRestoreWithDNS
|
|
- template: *ci-master-latest
|
|
- timeout: 7200
|
|
- topology: *master_1repl
|
|
-
|
|
- testing-fedora/test_backup_and_restore_TestBackupAndRestoreWithKRA:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_backup_and_restore.py::TestBackupAndRestoreWithKRA
|
|
- template: *ci-master-latest
|
|
- timeout: 7200
|
|
- topology: *master_1repl
|
|
-
|
|
- testing-fedora/test_backup_and_restore_TestBackupReinstallRestoreWithKRA:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_backup_and_restore.py::TestBackupReinstallRestoreWithKRA
|
|
- template: *ci-master-latest
|
|
- timeout: 7200
|
|
- topology: *master_1repl
|
|
-
|
|
- testing-fedora/test_backup_and_restore_TestBackupAndRestoreWithReplica:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_backup_and_restore.py::TestBackupAndRestoreWithReplica
|
|
- template: *ci-master-latest
|
|
- timeout: 7200
|
|
- topology: *master_2repl_1client
|
|
-
|
|
- testing-fedora/test_backup_and_restore_TestBackupAndRestoreDMPassword:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_backup_and_restore.py::TestBackupAndRestoreDMPassword
|
|
- template: *ci-master-latest
|
|
- timeout: 7200
|
|
- topology: *master_1repl
|
|
-
|
|
- testing-fedora/test_backup_and_restore_TestReplicaInstallAfterRestore:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_backup_and_restore.py::TestReplicaInstallAfterRestore
|
|
- template: *ci-master-latest
|
|
- timeout: 7200
|
|
- topology: *master_2repl_1client
|
|
-
|
|
- testing-fedora/test_backup_and_restore_TestBackupRoles:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_backup_and_restore.py::TestBackupRoles
|
|
- template: *ci-master-latest
|
|
- timeout: 7200
|
|
- topology: *master_1repl
|
|
-
|
|
- testing-fedora/test_dnssec:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_dnssec.py
|
|
- template: *ci-master-latest
|
|
- timeout: 10800
|
|
- topology: *master_2repl_1client
|
|
-
|
|
- testing-fedora/test_replica_promotion_TestReplicaPromotionLevel1:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_replica_promotion.py::TestReplicaPromotionLevel1
|
|
- template: *ci-master-latest
|
|
- timeout: 7200
|
|
- topology: *master_1repl
|
|
-
|
|
- testing-fedora/test_replica_promotion_TestUnprivilegedUserPermissions:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_replica_promotion.py::TestUnprivilegedUserPermissions
|
|
- template: *ci-master-latest
|
|
- timeout: 7200
|
|
- topology: *master_1repl
|
|
-
|
|
- testing-fedora/test_replica_promotion_TestProhibitReplicaUninstallation:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_replica_promotion.py::TestProhibitReplicaUninstallation
|
|
- template: *ci-master-latest
|
|
- timeout: 7200
|
|
- topology: *master_2repl_1client
|
|
-
|
|
- testing-fedora/test_replica_promotion_TestWrongClientDomain:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_replica_promotion.py::TestWrongClientDomain
|
|
- template: *ci-master-latest
|
|
- timeout: 7200
|
|
- topology: *master_1repl
|
|
-
|
|
- testing-fedora/test_replica_promotion_TestRenewalMaster:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_replica_promotion.py::TestRenewalMaster
|
|
- template: *ci-master-latest
|
|
- timeout: 7200
|
|
- topology: *master_1repl
|
|
-
|
|
- testing-fedora/test_replica_promotion_TestReplicaInstallWithExistingEntry:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_replica_promotion.py::TestReplicaInstallWithExistingEntry
|
|
- template: *ci-master-latest
|
|
- timeout: 7200
|
|
- topology: *master_1repl
|
|
-
|
|
- testing-fedora/test_replica_promotion_TestSubCAkeyReplication:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_replica_promotion.py::TestSubCAkeyReplication
|
|
- template: *ci-master-latest
|
|
- timeout: 7200
|
|
- topology: *master_1repl
|
|
-
|
|
- testing-fedora/test_replica_promotion_TestReplicaInstallCustodia:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_replica_promotion.py::TestReplicaInstallCustodia
|
|
- template: *ci-master-latest
|
|
- timeout: 7200
|
|
- topology: *master_2repl_1client
|
|
-
|
|
- testing-fedora/test_replica_promotion_TestReplicaInForwardZone:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_replica_promotion.py::TestReplicaInForwardZone
|
|
- template: *ci-master-latest
|
|
- timeout: 7200
|
|
- topology: *master_1repl
|
|
-
|
|
- testing-fedora/test_replica_promotion_TestHiddenReplicaPromotion:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_replica_promotion.py::TestHiddenReplicaPromotion
|
|
- template: *ci-master-latest
|
|
- timeout: 7200
|
|
- topology: *master_2repl_1client
|
|
-
|
|
- testing-fedora/test_replica_promotion_TestHiddenReplicaKRA:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_replica_promotion.py::TestHiddenReplicaKRA
|
|
- template: *ci-master-latest
|
|
- timeout: 7200
|
|
- topology: *master_2repl_1client
|
|
-
|
|
- testing-fedora/test_upgrade:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_upgrade.py
|
|
- template: *ci-master-latest
|
|
- timeout: 7200
|
|
- topology: *master_1repl
|
|
-
|
|
- testing-fedora/test_topology_TestCASpecificRUVs:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_topology.py::TestCASpecificRUVs
|
|
- template: *ci-master-latest
|
|
- timeout: 7200
|
|
- topology: *master_3repl_1client
|
|
-
|
|
- testing-fedora/test_topology_TestTopologyOptions:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_topology.py::TestTopologyOptions
|
|
- template: *ci-master-latest
|
|
- timeout: 7200
|
|
- topology: *master_3repl_1client
|
|
-
|
|
- testing-fedora/test_replication_layouts_TestLineTopologyWithoutCA:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_replication_layouts.py::TestLineTopologyWithoutCA
|
|
- template: *ci-master-latest
|
|
- timeout: 7200
|
|
- topology: *master_3repl_1client
|
|
-
|
|
- testing-fedora/test_replication_layouts_TestLineTopologyWithCA:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_replication_layouts.py::TestLineTopologyWithCA
|
|
- template: *ci-master-latest
|
|
- timeout: 10800
|
|
- topology: *master_3repl_1client
|
|
-
|
|
- testing-fedora/test_replication_layouts_TestLineTopologyWithCAKRA:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_replication_layouts.py::TestLineTopologyWithCAKRA
|
|
- template: *ci-master-latest
|
|
- timeout: 10800
|
|
- topology: *master_3repl_1client
|
|
-
|
|
- testing-fedora/test_replication_layouts.py_TestStarTopologyWithoutCA:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_replication_layouts.py::TestStarTopologyWithoutCA
|
|
- template: *ci-master-latest
|
|
- timeout: 7200
|
|
- topology: *master_3repl_1client
|
|
-
|
|
- testing-fedora/test_replication_layouts_TestStarTopologyWithCA:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_replication_layouts.py::TestStarTopologyWithCA
|
|
- template: *ci-master-latest
|
|
- timeout: 7200
|
|
- topology: *master_3repl_1client
|
|
-
|
|
- testing-fedora/test_replication_layouts_TestStarTopologyWithCAKRA:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_replication_layouts.py::TestStarTopologyWithCAKRA
|
|
- template: *ci-master-latest
|
|
- timeout: 10800
|
|
- topology: *master_3repl_1client
|
|
-
|
|
- testing-fedora/test_replication_layouts_TestCompleteTopologyWithoutCA:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_replication_layouts.py::TestCompleteTopologyWithoutCA
|
|
- template: *ci-master-latest
|
|
- timeout: 7200
|
|
- topology: *master_3repl_1client
|
|
-
|
|
- testing-fedora/test_replication_layouts_TestCompleteTopologyWithCA:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_replication_layouts.py::TestCompleteTopologyWithCA
|
|
- template: *ci-master-latest
|
|
- timeout: 7200
|
|
- topology: *master_3repl_1client
|
|
-
|
|
- testing-fedora/test_replication_layouts_TestCompleteTopologyWithCAKRA:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_replication_layouts.py::TestCompleteTopologyWithCAKRA
|
|
- template: *ci-master-latest
|
|
- timeout: 7200
|
|
- topology: *master_3repl_1client
|
|
-
|
|
- testing-fedora/test_client_uninstallation:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_uninstallation.py
|
|
- template: *ci-master-latest
|
|
- timeout: 7200
|
|
- topology: *master_1repl_1client
|
|
-
|
|
- testing-fedora/test_installation_client:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_installation_client.py
|
|
- template: *ci-master-latest
|
|
- timeout: 3600
|
|
- topology: *master_3client
|
|
-
|
|
- testing-fedora/test_user_permissions:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_user_permissions.py
|
|
- template: *ci-master-latest
|
|
- timeout: 3600
|
|
- topology: *master_1repl_1client
|
|
-
|
|
- testing-fedora/test_webui_cert:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunWebuiTests
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_webui/test_cert.py
|
|
- template: *ci-master-latest
|
|
- timeout: 2400
|
|
- topology: *ipaserver
|
|
-
|
|
- testing-fedora/test_webui_general:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunWebuiTests
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- enable_testing_repo: True
|
|
- test_suite: >-
|
|
- test_webui/test_loginscreen.py
|
|
- test_webui/test_misc_cases.py
|
|
- test_webui/test_navigation.py
|
|
- test_webui/test_translation.py
|
|
- template: *ci-master-latest
|
|
- timeout: 3600
|
|
- topology: *ipaserver
|
|
-
|
|
- testing-fedora/test_webui_host:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunWebuiTests
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_webui/test_host.py
|
|
- template: *ci-master-latest
|
|
- timeout: 3600
|
|
- topology: *ipaserver
|
|
-
|
|
- testing-fedora/test_webui_host_net_groups:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunWebuiTests
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- enable_testing_repo: True
|
|
- test_suite: >-
|
|
- test_webui/test_hostgroup.py
|
|
- test_webui/test_netgroup.py
|
|
- template: *ci-master-latest
|
|
- timeout: 3600
|
|
- topology: *ipaserver
|
|
-
|
|
- testing-fedora/test_webui_identity:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunWebuiTests
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- enable_testing_repo: True
|
|
- test_suite: >-
|
|
- test_webui/test_automember.py
|
|
- test_webui/test_idviews.py
|
|
- template: *ci-master-latest
|
|
- timeout: 3600
|
|
- topology: *ipaserver
|
|
-
|
|
- testing-fedora/test_webui_network:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunWebuiTests
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- enable_testing_repo: True
|
|
- test_suite: >-
|
|
- test_webui/test_automount.py
|
|
- test_webui/test_dns.py
|
|
- test_webui/test_vault.py
|
|
- template: *ci-master-latest
|
|
- timeout: 3600
|
|
- topology: *ipaserver
|
|
-
|
|
- testing-fedora/test_webui_policy:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunWebuiTests
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- enable_testing_repo: True
|
|
- test_suite: >-
|
|
- test_webui/test_hbac.py
|
|
- test_webui/test_krbtpolicy.py
|
|
- test_webui/test_pwpolicy.py
|
|
- test_webui/test_selinuxusermap.py
|
|
- test_webui/test_sudo.py
|
|
- template: *ci-master-latest
|
|
- timeout: 3600
|
|
- topology: *ipaserver
|
|
-
|
|
- testing-fedora/test_webui_rbac:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunWebuiTests
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- enable_testing_repo: True
|
|
- test_suite: >-
|
|
- test_webui/test_delegation.py
|
|
- test_webui/test_rbac.py
|
|
- test_webui/test_selfservice.py
|
|
- template: *ci-master-latest
|
|
- timeout: 3600
|
|
- topology: *ipaserver
|
|
-
|
|
- testing-fedora/test_webui_server:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunWebuiTests
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- enable_testing_repo: True
|
|
- test_suite: >-
|
|
- test_webui/test_config.py
|
|
- test_webui/test_range.py
|
|
- test_webui/test_realmdomains.py
|
|
- test_webui/test_topology.py
|
|
- test_webui/test_trust.py
|
|
- template: *ci-master-latest
|
|
- timeout: 7200
|
|
- topology: *ipaserver
|
|
-
|
|
- testing-fedora/test_webui_service:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunWebuiTests
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_webui/test_service.py
|
|
- template: *ci-master-latest
|
|
- timeout: 2400
|
|
- topology: *ipaserver
|
|
-
|
|
- testing-fedora/test_webui_users:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunWebuiTests
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- enable_testing_repo: True
|
|
- test_suite: >-
|
|
- test_webui/test_group.py
|
|
- test_webui/test_user.py
|
|
- template: *ci-master-latest
|
|
- timeout: 4800
|
|
- topology: *ipaserver
|
|
-
|
|
- testing-fedora/test_webui_subid:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunWebuiTests
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_webui/test_subid.py
|
|
- template: *ci-master-latest
|
|
- timeout: 2400
|
|
- topology: *ipaserver
|
|
-
|
|
- testing-fedora/customized_ds_config_install:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_customized_ds_config_install.py
|
|
- template: *ci-master-latest
|
|
- timeout: 3600
|
|
- topology: *master_1repl
|
|
-
|
|
- testing-fedora/dns_locations:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_dns_locations.py
|
|
- template: *ci-master-latest
|
|
- timeout: 3600
|
|
- topology: *master_2repl_1client
|
|
-
|
|
- testing-fedora/external_ca_TestExternalCAdirsrvStop:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_external_ca.py::TestExternalCAdirsrvStop
|
|
- template: *ci-master-latest
|
|
- timeout: 3600
|
|
- topology: *master_1repl
|
|
-
|
|
- testing-fedora/external_ca_TestExternalCAInvalidCert:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_external_ca.py::TestExternalCAInvalidCert test_integration/test_external_ca.py::TestExternalCAInvalidIntermediate
|
|
- template: *ci-master-latest
|
|
- timeout: 3600
|
|
- topology: *master_1repl
|
|
-
|
|
- testing-fedora/external_ca_TestMultipleExternalCA:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_external_ca.py::TestMultipleExternalCA
|
|
- template: *ci-master-latest
|
|
- timeout: 3600
|
|
- topology: *master_1repl
|
|
-
|
|
- testing-fedora/test_ipahealthcheck:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_ipahealthcheck.py::TestIpaHealthCheck
|
|
- template: *ci-master-latest
|
|
- topology: *master_1repl_1client
|
|
- timeout: 5400
|
|
-
|
|
- testing-fedora/test_ipahealthcheck_nodns_extca_file:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_ipahealthcheck.py::TestIpaHealthCheckWithoutDNS test_integration/test_ipahealthcheck.py::TestIpaHealthCheckWithExternalCA test_integration/test_ipahealthcheck.py::TestIpaHealthCheckFileCheck
|
|
- template: *ci-master-latest
|
|
- topology: *master_1repl
|
|
- timeout: 5400
|
|
-
|
|
- testing-fedora/test_ipahealthcheck_cli_fsspace:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_ipahealthcheck.py::TestIpaHealthCLI test_integration/test_ipahealthcheck.py::TestIpaHealthCheckFilesystemSpace
|
|
- template: *ci-master-latest
|
|
- timeout: 3600
|
|
- topology: *master_1repl
|
|
-
|
|
- testing-fedora/test_ipahealthcheck_adtrust:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunADTests
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_ipahealthcheck.py::TestIpaHealthCheckWithADtrust
|
|
- template: *ci-master-latest
|
|
- timeout: 4800
|
|
- topology: *adroot_adchild_adtree_master_1client
|
|
-
|
|
- testing-fedora/test_ntp_options:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_ntp_options.py::TestNTPoptions
|
|
- template: *ci-master-latest
|
|
- timeout: 10800
|
|
- topology: *master_1repl_1client
|
|
-
|
|
- testing-fedora/test_otp:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_otp.py
|
|
- template: *ci-master-latest
|
|
- timeout: 3600
|
|
- topology: *master_1repl
|
|
-
|
|
- testing-fedora/test_pkinit_manage:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_pkinit_manage.py
|
|
- template: *ci-master-latest
|
|
- timeout: 3600
|
|
- topology: *master_1repl
|
|
-
|
|
- testing-fedora/test_pki_config_override:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_pki_config_override.py
|
|
- template: *ci-master-latest
|
|
- timeout: 3600
|
|
- topology: *master_1repl
|
|
-
|
|
-# testing-fedora/nfs:
|
|
-# requires: [testing-fedora/build]
|
|
-# priority: 50
|
|
-# job:
|
|
-# class: RunPytest
|
|
-# args:
|
|
-# build_url: '{testing-fedora/build_url}'
|
|
-# update_packages: True
|
|
-# enable_testing_repo: True
|
|
-# test_suite: test_integration/test_nfs.py::TestNFS
|
|
-# template: *ci-master-latest
|
|
-# timeout: 9000
|
|
-# topology: *master_3client
|
|
-
|
|
- testing-fedora/nfs_nsswitch_restore:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_nfs.py::TestIpaClientAutomountFileRestore
|
|
- template: *ci-master-latest
|
|
- timeout: 3600
|
|
- topology: *master_3client
|
|
-
|
|
- testing-fedora/mask:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_installation.py::TestMaskInstall
|
|
- template: *ci-master-latest
|
|
- timeout: 3600
|
|
- topology: *master_1repl
|
|
-
|
|
- testing-fedora/hostname_validator:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_installation.py::TestHostnameValidator
|
|
- template: *ci-master-latest
|
|
- timeout: 3600
|
|
- topology: *master_1repl
|
|
-
|
|
- testing-fedora/automember:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_automember.py
|
|
- template: *ci-master-latest
|
|
- timeout: 3600
|
|
- topology: *master_1repl
|
|
-
|
|
- testing-fedora/test_crlgen_manage:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_crlgen_manage.py
|
|
- template: *ci-master-latest
|
|
- timeout: 3600
|
|
- topology: *master_1repl
|
|
-
|
|
- testing-fedora/test_integration_TestIPANotConfigured:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_cli_ipa_not_configured.py::TestIPANotConfigured
|
|
- template: *ci-master-latest
|
|
- timeout: 10800
|
|
- topology: *master_1repl
|
|
-
|
|
- testing-fedora/test_sssd:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunADTests
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_sssd.py
|
|
- template: *ci-master-latest
|
|
- timeout: 7200
|
|
- topology: *adroot_adchild_adtree_master_1client
|
|
-
|
|
- testing-fedora/test_ca_custom_sdn:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_ca_custom_sdn.py
|
|
- template: *ci-master-latest
|
|
- timeout: 7200
|
|
- topology: *master_1repl
|
|
-
|
|
- testing-fedora/test_membermanager:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_membermanager.py
|
|
- template: *ci-master-latest
|
|
- timeout: 1800
|
|
- topology: *master_1repl
|
|
-
|
|
- testing-fedora/krbtpolicy:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_krbtpolicy.py
|
|
- template: *ci-master-latest
|
|
- timeout: 4800
|
|
- topology: *master_1repl
|
|
-
|
|
- testing-fedora/test_winsyncmigrate:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunADTests
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_winsyncmigrate.py
|
|
- template: *ci-master-latest
|
|
- timeout: 4800
|
|
- topology: *ad_master
|
|
-
|
|
- testing-fedora/test_trust:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunADTests
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_trust.py
|
|
- template: *ci-master-latest
|
|
- timeout: 10000
|
|
- topology: *adroot_adchild_adtree_master_1client
|
|
-
|
|
- testing-fedora/test_backup_and_restore_TestBackupAndRestoreTrust:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_backup_and_restore.py::TestBackupAndRestoreTrust
|
|
- template: *ci-master-latest
|
|
- timeout: 7200
|
|
- topology: *master_1repl
|
|
-
|
|
- testing-fedora/test_adtrust_install:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_adtrust_install.py
|
|
- template: *ci-master-latest
|
|
- timeout: 3600
|
|
- topology: *master_1repl
|
|
-
|
|
- testing-fedora/test_cert:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_cert.py
|
|
- template: *ci-master-latest
|
|
- timeout: 5400
|
|
- topology: *master_1repl_1client
|
|
-
|
|
- testing-fedora/test_epn:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_epn.py
|
|
- template: *ci-master-latest
|
|
- timeout: 7200
|
|
- topology: *master_3client
|
|
-
|
|
- testing-fedora/test_acme:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_acme.py
|
|
- template: *ci-master-latest
|
|
- timeout: 7200
|
|
- topology: *master_1repl_1client
|
|
-
|
|
- testing-fedora/test_dns:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_dns.py
|
|
- template: *ci-master-latest
|
|
- timeout: 3600
|
|
- topology: *master_1repl
|
|
-
|
|
- testing-fedora/test_pwpolicy:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_pwpolicy.py
|
|
- template: *ci-master-latest
|
|
- timeout: 3600
|
|
- topology: *master_1repl
|
|
-
|
|
- testing-fedora/test_cert_fix:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_ipa_cert_fix.py
|
|
- template: *ci-master-latest
|
|
- timeout: 10800
|
|
- topology: *master_1repl
|
|
-
|
|
- testing-fedora/test_subids:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_subids.py
|
|
- template: *ci-master-latest
|
|
- timeout: 3600
|
|
- topology: *master_1repl
|
|
-
|
|
- testing-fedora/test_custom_plugins:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_custom_plugins.py
|
|
- template: *ci-master-latest
|
|
- timeout: 3600
|
|
- topology: *master_1repl
|
|
-
|
|
- testing-fedora/test_external_idp:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_idp.py
|
|
- template: *ci-master-latest
|
|
- timeout: 5000
|
|
- topology: *master_2repl_1client
|
|
-
|
|
- testing-fedora/test_random_serial_numbers_TestInstallWithCA_DNS1_RSN:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_random_serial_numbers.py::TestInstallWithCA_DNS1_RSN
|
|
- template: *ci-master-latest
|
|
- timeout: 10800
|
|
- topology: *master_3repl_1client
|
|
-
|
|
- testing-fedora/test_random_serial_numbers_TestInstallWithCA_KRA1_RSN:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_random_serial_numbers.py::TestInstallWithCA_KRA1_RSN
|
|
- template: *ci-master-latest
|
|
- timeout: 10800
|
|
- topology: *master_3repl_1client
|
|
-
|
|
- testing-fedora/test_random_serial_numbers_test_commands_RSN:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_random_serial_numbers.py::TestIPACommand_RSN::test_certificate_out_write_to_file
|
|
- template: *ci-master-latest
|
|
- timeout: 5400
|
|
- topology: *master_1repl_1client
|
|
-
|
|
- testing-fedora/test_caless_TestServerCALessToExternalCA_RSN:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_random_serial_numbers.py::TestServerCALessToExternalCA_RSN
|
|
- template: *ci-master-latest
|
|
- timeout: 5400
|
|
- topology: *master_1repl
|
|
diff --git a/ipatests/prci_definitions/nightly_latest_testing_selinux.yaml b/ipatests/prci_definitions/nightly_latest_testing_selinux.yaml
|
|
deleted file mode 100644
|
|
index f44b92c6cdd5971f22e808bdd5f10d16409b6452..0000000000000000000000000000000000000000
|
|
--- a/ipatests/prci_definitions/nightly_latest_testing_selinux.yaml
|
|
+++ /dev/null
|
|
@@ -1,2259 +0,0 @@
|
|
-topologies:
|
|
- build: &build
|
|
- name: build
|
|
- cpu: 2
|
|
- memory: 3800
|
|
- master_3client: &master_3client
|
|
- name: master_3client
|
|
- cpu: 5
|
|
- memory: 10150
|
|
- master_1repl: &master_1repl
|
|
- name: master_1repl
|
|
- cpu: 4
|
|
- memory: 6450
|
|
- master_1repl_1client: &master_1repl_1client
|
|
- name: master_1repl_1client
|
|
- cpu: 4
|
|
- memory: 7400
|
|
- ipaserver: &ipaserver
|
|
- name: ipaserver
|
|
- cpu: 2
|
|
- memory: 2400
|
|
- master_2repl_1client: &master_2repl_1client
|
|
- name: master_2repl_1client
|
|
- cpu: 5
|
|
- memory: 10150
|
|
- master_3repl_1client: &master_3repl_1client
|
|
- name: master_3repl_1client
|
|
- cpu: 6
|
|
- memory: 12900
|
|
- ad_master_2client: &ad_master_2client
|
|
- name: ad_master_2client
|
|
- cpu: 4
|
|
- memory: 12000
|
|
- ad_master: &ad_master
|
|
- name: ad_master
|
|
- cpu: 4
|
|
- memory: 12000
|
|
- adroot_adchild_adtree_master_1client: &adroot_adchild_adtree_master_1client
|
|
- name: adroot_adchild_adtree_master_1client
|
|
- cpu: 8
|
|
- memory: 14500
|
|
-
|
|
-jobs:
|
|
- testing-fedora/build:
|
|
- requires: []
|
|
- priority: 100
|
|
- job:
|
|
- class: Build
|
|
- args:
|
|
- enable_testing_repo: True
|
|
- git_repo: '{git_repo}'
|
|
- git_refspec: '{git_refspec}'
|
|
- template: &ci-master-latest
|
|
- name: freeipa/ci-master-f36
|
|
- version: 0.0.7
|
|
- timeout: 1800
|
|
- topology: *build
|
|
-
|
|
- testing-fedora/simple_replication:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- selinux_enforcing: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_simple_replication.py
|
|
- template: *ci-master-latest
|
|
- timeout: 3600
|
|
- topology: *master_1repl
|
|
-
|
|
- testing-fedora/test_external_ca_TestExternalCA:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- selinux_enforcing: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_external_ca.py::TestExternalCA test_integration/test_external_ca.py::TestExternalCAConstraints
|
|
- template: *ci-master-latest
|
|
- timeout: 4800
|
|
- topology: *master_1repl_1client
|
|
-
|
|
- testing-fedora/test_external_ca_TestSelfExternalSelf:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- selinux_enforcing: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_external_ca.py::TestSelfExternalSelf test_integration/test_external_ca.py::TestExternalCAInstall
|
|
- template: *ci-master-latest
|
|
- timeout: 3600
|
|
- topology: *master_1repl
|
|
-
|
|
- testing-fedora/external_ca_templates:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- selinux_enforcing: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_external_ca.py::TestExternalCAProfileScenarios
|
|
- template: *ci-master-latest
|
|
- timeout: 3600
|
|
- topology: *master_1repl
|
|
-
|
|
- testing-fedora/test_topologies:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- selinux_enforcing: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_topologies.py
|
|
- template: *ci-master-latest
|
|
- timeout: 3600
|
|
- topology: *master_1repl
|
|
-
|
|
- testing-fedora/test_sudo:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- selinux_enforcing: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_sudo.py
|
|
- template: *ci-master-latest
|
|
- timeout: 4800
|
|
- topology: *master_1repl_1client
|
|
-
|
|
- testing-fedora/test_commands:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- selinux_enforcing: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_commands.py
|
|
- template: *ci-master-latest
|
|
- timeout: 5400
|
|
- topology: *master_1repl_1client
|
|
-
|
|
- testing-fedora/test_kerberos_flags:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- selinux_enforcing: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_kerberos_flags.py
|
|
- template: *ci-master-latest
|
|
- timeout: 3600
|
|
- topology: *master_1repl_1client
|
|
-
|
|
- testing-fedora/test_http_kdc_proxy:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunADTests
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- selinux_enforcing: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_http_kdc_proxy.py
|
|
- template: *ci-master-latest
|
|
- timeout: 7200
|
|
- topology: *ad_master_2client
|
|
-
|
|
- testing-fedora/test_fips:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- selinux_enforcing: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_fips.py
|
|
- template: *ci-master-latest
|
|
- timeout: 7200
|
|
- topology: *master_1repl_1client
|
|
-
|
|
- testing-fedora/test_forced_client_enrolment:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- selinux_enforcing: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_forced_client_reenrollment.py
|
|
- template: *ci-master-latest
|
|
- timeout: 4800
|
|
- topology: *master_1repl_1client
|
|
-
|
|
- testing-fedora/test_advise:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- selinux_enforcing: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_advise.py
|
|
- template: *ci-master-latest
|
|
- timeout: 3600
|
|
- topology: *master_1repl_1client
|
|
-
|
|
- testing-fedora/test_testconfig:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- selinux_enforcing: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_testconfig.py
|
|
- template: *ci-master-latest
|
|
- timeout: 3600
|
|
- topology: *master_1repl
|
|
-
|
|
- testing-fedora/test_service_permissions:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- selinux_enforcing: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_service_permissions.py
|
|
- template: *ci-master-latest
|
|
- timeout: 3600
|
|
- topology: *master_1repl
|
|
-
|
|
- testing-fedora/test_netgroup:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- selinux_enforcing: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_netgroup.py
|
|
- template: *ci-master-latest
|
|
- timeout: 3600
|
|
- topology: *master_1repl
|
|
-
|
|
- testing-fedora/test_vault:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- selinux_enforcing: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_vault.py
|
|
- template: *ci-master-latest
|
|
- timeout: 6300
|
|
- topology: *master_1repl
|
|
-
|
|
- testing-fedora/test_authconfig:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- selinux_enforcing: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_authselect.py
|
|
- template: *ci-master-latest
|
|
- timeout: 4800
|
|
- topology: *master_1repl_1client
|
|
-
|
|
- testing-fedora/test_smb:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunADTests
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- selinux_enforcing: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_smb.py
|
|
- template: *ci-master-latest
|
|
- timeout: 7200
|
|
- topology: *ad_master_2client
|
|
-
|
|
- testing-fedora/test_server_del:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- selinux_enforcing: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_server_del.py
|
|
- template: *ci-master-latest
|
|
- timeout: 10800
|
|
- topology: *master_2repl_1client
|
|
-
|
|
- testing-fedora/test_installation_TestInstallWithCA1:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- selinux_enforcing: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_installation.py::TestInstallWithCA1
|
|
- template: *ci-master-latest
|
|
- timeout: 10800
|
|
- topology: *master_3repl_1client
|
|
-
|
|
- testing-fedora/test_installation_TestInstallWithCA2:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- selinux_enforcing: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_installation.py::TestInstallWithCA2
|
|
- template: *ci-master-latest
|
|
- timeout: 10800
|
|
- topology: *master_3repl_1client
|
|
-
|
|
- testing-fedora/test_installation_TestInstallCA:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- selinux_enforcing: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_installation.py::TestInstallCA
|
|
- template: *ci-master-latest
|
|
- timeout: 10800
|
|
- topology: *master_2repl_1client
|
|
-
|
|
- testing-fedora/test_installation_TestInstallWithCA_KRA1:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- selinux_enforcing: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_installation.py::TestInstallWithCA_KRA1
|
|
- template: *ci-master-latest
|
|
- timeout: 10800
|
|
- topology: *master_3repl_1client
|
|
-
|
|
- testing-fedora/test_installation_TestInstallWithCA_KRA2:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- selinux_enforcing: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_installation.py::TestInstallWithCA_KRA2
|
|
- template: *ci-master-latest
|
|
- timeout: 10800
|
|
- topology: *master_3repl_1client
|
|
-
|
|
- testing-fedora/test_installation_TestInstallWithCA_DNS1:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- selinux_enforcing: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_installation.py::TestInstallWithCA_DNS1
|
|
- template: *ci-master-latest
|
|
- timeout: 10800
|
|
- topology: *master_3repl_1client
|
|
-
|
|
- testing-fedora/test_installation_TestInstallWithCA_DNS2:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- selinux_enforcing: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_installation.py::TestInstallWithCA_DNS2
|
|
- template: *ci-master-latest
|
|
- timeout: 10800
|
|
- topology: *master_3repl_1client
|
|
-
|
|
- testing-fedora/test_installation_TestInstallWithCA_DNS3:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- selinux_enforcing: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_installation.py::TestInstallWithCA_DNS3
|
|
- template: *ci-master-latest
|
|
- timeout: 3600
|
|
- topology: *master_1repl
|
|
-
|
|
- testing-fedora/test_installation_TestInstallWithCA_DNS4:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- selinux_enforcing: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_installation.py::TestInstallWithCA_DNS4
|
|
- template: *ci-master-latest
|
|
- timeout: 3600
|
|
- topology: *master_1repl
|
|
-
|
|
- testing-fedora/test_installation_TestInstallWithCA_KRA_DNS1:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- selinux_enforcing: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_installation.py::TestInstallWithCA_KRA_DNS1
|
|
- template: *ci-master-latest
|
|
- timeout: 10800
|
|
- topology: *master_3repl_1client
|
|
-
|
|
- testing-fedora/test_installation_TestInstallWithCA_KRA_DNS2:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- selinux_enforcing: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_installation.py::TestInstallWithCA_KRA_DNS2
|
|
- template: *ci-master-latest
|
|
- timeout: 10800
|
|
- topology: *master_3repl_1client
|
|
-
|
|
- testing-fedora/test_installation_TestInstallMaster:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- selinux_enforcing: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_installation.py::TestInstallMaster
|
|
- template: *ci-master-latest
|
|
- timeout: 10800
|
|
- topology: *master_1repl
|
|
-
|
|
- testing-fedora/test_installation_TestInstallMasterKRA:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- selinux_enforcing: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_installation.py::TestInstallMasterKRA
|
|
- template: *ci-master-latest
|
|
- timeout: 10800
|
|
- topology: *master_1repl
|
|
-
|
|
- testing-fedora/test_installation_TestInstallMasterDNS:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- selinux_enforcing: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_installation.py::TestInstallMasterDNS
|
|
- template: *ci-master-latest
|
|
- timeout: 10800
|
|
- topology: *master_1repl
|
|
-
|
|
- testing-fedora/test_installation_TestInstallMasterDNSRepeatedly:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- selinux_enforcing: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_installation.py::TestInstallMasterDNSRepeatedly
|
|
- template: *ci-master-latest
|
|
- timeout: 10800
|
|
- topology: *master_1repl
|
|
-
|
|
- testing-fedora/test_installation_TestInstallMasterReservedIPasForwarder:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- selinux_enforcing: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_installation.py::TestInstallMasterReservedIPasForwarder
|
|
- template: *ci-master-latest
|
|
- timeout: 10800
|
|
- topology: *master_1repl
|
|
-
|
|
- testing-fedora/test_installation_TestInstallMasterReplica:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- selinux_enforcing: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_installation.py::TestInstallMasterReplica
|
|
- template: *ci-master-latest
|
|
- timeout: 10800
|
|
- topology: *master_1repl
|
|
-
|
|
- testing-fedora/test_installation_TestInstallReplicaAgainstSpecificServer:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- selinux_enforcing: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_installation.py::TestInstallReplicaAgainstSpecificServer
|
|
- template: *ci-master-latest
|
|
- timeout: 10800
|
|
- topology: *master_2repl_1client
|
|
-
|
|
- testing-fedora/test_installation_TestADTrustInstall:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- selinux_enforcing: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_installation.py::TestADTrustInstall
|
|
- template: *ci-master-latest
|
|
- timeout: 10800
|
|
- topology: *master_2repl_1client
|
|
-
|
|
- testing-fedora/test_installation_TestADTrustInstallWithDNS_KRA_ADTrust:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- selinux_enforcing: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_installation.py::TestADTrustInstallWithDNS_KRA_ADTrust
|
|
- template: *ci-master-latest
|
|
- timeout: 10800
|
|
- topology: *master_2repl_1client
|
|
-
|
|
- testing-fedora/test_installation_TestKRAinstallAfterCertRenew:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- selinux_enforcing: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_installation.py::TestKRAinstallAfterCertRenew
|
|
- template: *ci-master-latest
|
|
- timeout: 10800
|
|
- topology: *master_1repl
|
|
-
|
|
- testing-fedora/test_installation_TestInstallWithoutSudo:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- selinux_enforcing: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_installation.py::TestInstallWithoutSudo
|
|
- template: *ci-master-latest
|
|
- timeout: 4800
|
|
- topology: *master_1repl_1client
|
|
-
|
|
- testing-fedora/test_installation_TestInstallWithoutNamed:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- selinux_enforcing: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_installation.py::TestInstallWithoutNamed
|
|
- template: *ci-master-latest
|
|
- timeout: 4800
|
|
- topology: *master_1repl
|
|
-
|
|
- testing-fedora/test_installation_TestInstallwithSHA384withRSA:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- selinux_enforcing: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_installation.py::TestInstallwithSHA384withRSA
|
|
- template: *ci-master-latest
|
|
- timeout: 3600
|
|
- topology: *master_1repl
|
|
-
|
|
- testing-fedora/test_idviews:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunADTests
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- selinux_enforcing: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_idviews.py
|
|
- template: *ci-master-latest
|
|
- timeout: 7200
|
|
- topology: *ad_master_2client
|
|
-
|
|
- testing-fedora/test_caless_TestServerInstall:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- selinux_enforcing: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_caless.py::TestServerInstall
|
|
- template: *ci-master-latest
|
|
- timeout: 12000
|
|
- topology: *master_1repl
|
|
-
|
|
- testing-fedora/test_caless_TestReplicaInstall:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- selinux_enforcing: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_caless.py::TestReplicaInstall
|
|
- template: *ci-master-latest
|
|
- timeout: 7200
|
|
- topology: *master_1repl
|
|
-
|
|
- testing-fedora/test_caless_TestClientInstall:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- selinux_enforcing: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_caless.py::TestClientInstall
|
|
- template: *ci-master-latest
|
|
- timeout: 5400
|
|
- # actually master_1client
|
|
- topology: *master_1repl_1client
|
|
-
|
|
- testing-fedora/test_caless_TestIPACommands:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- selinux_enforcing: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_caless.py::TestIPACommands
|
|
- template: *ci-master-latest
|
|
- timeout: 5400
|
|
- topology: *master_1repl
|
|
-
|
|
- testing-fedora/test_caless_TestCertInstall:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- selinux_enforcing: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_caless.py::TestCertInstall
|
|
- template: *ci-master-latest
|
|
- timeout: 5400
|
|
- topology: *master_1repl
|
|
-
|
|
- testing-fedora/test_caless_TestPKINIT:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- selinux_enforcing: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_caless.py::TestPKINIT
|
|
- template: *ci-master-latest
|
|
- timeout: 5400
|
|
- topology: *master_1repl
|
|
-
|
|
- testing-fedora/test_caless_TestServerReplicaCALessToCAFull:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- selinux_enforcing: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_caless.py::TestServerReplicaCALessToCAFull
|
|
- template: *ci-master-latest
|
|
- timeout: 5400
|
|
- topology: *master_1repl
|
|
-
|
|
- testing-fedora/test_caless_TestReplicaCALessToCAFull:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- selinux_enforcing: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_caless.py::TestReplicaCALessToCAFull
|
|
- template: *ci-master-latest
|
|
- timeout: 5400
|
|
- topology: *master_1repl
|
|
-
|
|
- testing-fedora/test_caless_TestServerCALessToExternalCA:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- selinux_enforcing: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_caless.py::TestServerCALessToExternalCA
|
|
- template: *ci-master-latest
|
|
- timeout: 5400
|
|
- topology: *master_1repl
|
|
-
|
|
- testing-fedora/test_backup_and_restore_TestUserRootFilesOwnershipPermission:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- selinux_enforcing: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_backup_and_restore.py::TestUserRootFilesOwnershipPermission
|
|
- template: *ci-master-latest
|
|
- timeout: 7200
|
|
- topology: *master_1repl
|
|
-
|
|
- testing-fedora/test_backup_and_restore_TestBackupAndRestore:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- selinux_enforcing: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_backup_and_restore.py::TestBackupAndRestore
|
|
- template: *ci-master-latest
|
|
- timeout: 7200
|
|
- topology: *master_1repl
|
|
-
|
|
- testing-fedora/test_backup_and_restore_TestBackupAndRestoreWithDNSSEC:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- selinux_enforcing: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_backup_and_restore.py::TestBackupAndRestoreWithDNSSEC
|
|
- template: *ci-master-latest
|
|
- timeout: 7200
|
|
- topology: *master_1repl
|
|
-
|
|
- testing-fedora/test_backup_and_restore_TestBackupReinstallRestoreWithDNSSEC:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- selinux_enforcing: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_backup_and_restore.py::TestBackupReinstallRestoreWithDNSSEC
|
|
- template: *ci-master-latest
|
|
- timeout: 7200
|
|
- topology: *master_1repl
|
|
-
|
|
- testing-fedora/test_backup_and_restore_TestBackupAndRestoreWithDNS:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- selinux_enforcing: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_backup_and_restore.py::TestBackupAndRestoreWithDNS
|
|
- template: *ci-master-latest
|
|
- timeout: 7200
|
|
- topology: *master_1repl
|
|
-
|
|
- testing-fedora/test_backup_and_restore_TestBackupReinstallRestoreWithDNS:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- selinux_enforcing: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_backup_and_restore.py::TestBackupReinstallRestoreWithDNS
|
|
- template: *ci-master-latest
|
|
- timeout: 7200
|
|
- topology: *master_1repl
|
|
-
|
|
- testing-fedora/test_backup_and_restore_TestBackupAndRestoreWithKRA:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- selinux_enforcing: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_backup_and_restore.py::TestBackupAndRestoreWithKRA
|
|
- template: *ci-master-latest
|
|
- timeout: 7200
|
|
- topology: *master_1repl
|
|
-
|
|
- testing-fedora/test_backup_and_restore_TestBackupReinstallRestoreWithKRA:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- selinux_enforcing: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_backup_and_restore.py::TestBackupReinstallRestoreWithKRA
|
|
- template: *ci-master-latest
|
|
- timeout: 7200
|
|
- topology: *master_1repl
|
|
-
|
|
- testing-fedora/test_backup_and_restore_TestBackupAndRestoreWithReplica:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- selinux_enforcing: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_backup_and_restore.py::TestBackupAndRestoreWithReplica
|
|
- template: *ci-master-latest
|
|
- timeout: 7200
|
|
- topology: *master_2repl_1client
|
|
-
|
|
- testing-fedora/test_backup_and_restore_TestBackupAndRestoreDMPassword:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- selinux_enforcing: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_backup_and_restore.py::TestBackupAndRestoreDMPassword
|
|
- template: *ci-master-latest
|
|
- timeout: 7200
|
|
- topology: *master_1repl
|
|
-
|
|
- testing-fedora/test_backup_and_restore_TestReplicaInstallAfterRestore:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- selinux_enforcing: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_backup_and_restore.py::TestReplicaInstallAfterRestore
|
|
- template: *ci-master-latest
|
|
- timeout: 7200
|
|
- topology: *master_2repl_1client
|
|
-
|
|
- testing-fedora/test_backup_and_restore_TestBackupRoles:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- selinux_enforcing: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_backup_and_restore.py::TestBackupRoles
|
|
- template: *ci-master-latest
|
|
- timeout: 7200
|
|
- topology: *master_1repl
|
|
-
|
|
- testing-fedora/test_dnssec:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- selinux_enforcing: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_dnssec.py
|
|
- template: *ci-master-latest
|
|
- timeout: 10800
|
|
- topology: *master_2repl_1client
|
|
-
|
|
- testing-fedora/test_replica_promotion_TestReplicaPromotionLevel1:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- selinux_enforcing: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_replica_promotion.py::TestReplicaPromotionLevel1
|
|
- template: *ci-master-latest
|
|
- timeout: 7200
|
|
- topology: *master_1repl
|
|
-
|
|
- testing-fedora/test_replica_promotion_TestUnprivilegedUserPermissions:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- selinux_enforcing: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_replica_promotion.py::TestUnprivilegedUserPermissions
|
|
- template: *ci-master-latest
|
|
- timeout: 7200
|
|
- topology: *master_1repl
|
|
-
|
|
- testing-fedora/test_replica_promotion_TestProhibitReplicaUninstallation:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- selinux_enforcing: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_replica_promotion.py::TestProhibitReplicaUninstallation
|
|
- template: *ci-master-latest
|
|
- timeout: 7200
|
|
- topology: *master_2repl_1client
|
|
-
|
|
- testing-fedora/test_replica_promotion_TestWrongClientDomain:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- selinux_enforcing: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_replica_promotion.py::TestWrongClientDomain
|
|
- template: *ci-master-latest
|
|
- timeout: 7200
|
|
- topology: *master_1repl
|
|
-
|
|
- testing-fedora/test_replica_promotion_TestRenewalMaster:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- selinux_enforcing: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_replica_promotion.py::TestRenewalMaster
|
|
- template: *ci-master-latest
|
|
- timeout: 7200
|
|
- topology: *master_1repl
|
|
-
|
|
- testing-fedora/test_replica_promotion_TestReplicaInstallWithExistingEntry:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- selinux_enforcing: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_replica_promotion.py::TestReplicaInstallWithExistingEntry
|
|
- template: *ci-master-latest
|
|
- timeout: 7200
|
|
- topology: *master_1repl
|
|
-
|
|
- testing-fedora/test_replica_promotion_TestSubCAkeyReplication:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- selinux_enforcing: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_replica_promotion.py::TestSubCAkeyReplication
|
|
- template: *ci-master-latest
|
|
- timeout: 7200
|
|
- topology: *master_1repl
|
|
-
|
|
- testing-fedora/test_replica_promotion_TestReplicaInstallCustodia:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- selinux_enforcing: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_replica_promotion.py::TestReplicaInstallCustodia
|
|
- template: *ci-master-latest
|
|
- timeout: 7200
|
|
- topology: *master_2repl_1client
|
|
-
|
|
- testing-fedora/test_replica_promotion_TestReplicaInForwardZone:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- selinux_enforcing: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_replica_promotion.py::TestReplicaInForwardZone
|
|
- template: *ci-master-latest
|
|
- timeout: 7200
|
|
- topology: *master_1repl
|
|
-
|
|
- testing-fedora/test_replica_promotion_TestHiddenReplicaPromotion:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- selinux_enforcing: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_replica_promotion.py::TestHiddenReplicaPromotion
|
|
- template: *ci-master-latest
|
|
- timeout: 7200
|
|
- topology: *master_2repl_1client
|
|
-
|
|
- testing-fedora/test_replica_promotion_TestHiddenReplicaKRA:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- selinux_enforcing: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_replica_promotion.py::TestHiddenReplicaKRA
|
|
- template: *ci-master-latest
|
|
- timeout: 7200
|
|
- topology: *master_2repl_1client
|
|
-
|
|
- testing-fedora/test_upgrade:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- selinux_enforcing: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_upgrade.py
|
|
- template: *ci-master-latest
|
|
- timeout: 7200
|
|
- topology: *master_1repl
|
|
-
|
|
- testing-fedora/test_topology_TestCASpecificRUVs:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- selinux_enforcing: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_topology.py::TestCASpecificRUVs
|
|
- template: *ci-master-latest
|
|
- timeout: 7200
|
|
- topology: *master_3repl_1client
|
|
-
|
|
- testing-fedora/test_topology_TestTopologyOptions:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- selinux_enforcing: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_topology.py::TestTopologyOptions
|
|
- template: *ci-master-latest
|
|
- timeout: 7200
|
|
- topology: *master_3repl_1client
|
|
-
|
|
- testing-fedora/test_replication_layouts_TestLineTopologyWithoutCA:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- selinux_enforcing: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_replication_layouts.py::TestLineTopologyWithoutCA
|
|
- template: *ci-master-latest
|
|
- timeout: 7200
|
|
- topology: *master_3repl_1client
|
|
-
|
|
- testing-fedora/test_replication_layouts_TestLineTopologyWithCA:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- selinux_enforcing: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_replication_layouts.py::TestLineTopologyWithCA
|
|
- template: *ci-master-latest
|
|
- timeout: 10800
|
|
- topology: *master_3repl_1client
|
|
-
|
|
- testing-fedora/test_replication_layouts_TestLineTopologyWithCAKRA:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- selinux_enforcing: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_replication_layouts.py::TestLineTopologyWithCAKRA
|
|
- template: *ci-master-latest
|
|
- timeout: 10800
|
|
- topology: *master_3repl_1client
|
|
-
|
|
- testing-fedora/test_replication_layouts.py_TestStarTopologyWithoutCA:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- selinux_enforcing: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_replication_layouts.py::TestStarTopologyWithoutCA
|
|
- template: *ci-master-latest
|
|
- timeout: 7200
|
|
- topology: *master_3repl_1client
|
|
-
|
|
- testing-fedora/test_replication_layouts_TestStarTopologyWithCA:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- selinux_enforcing: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_replication_layouts.py::TestStarTopologyWithCA
|
|
- template: *ci-master-latest
|
|
- timeout: 7200
|
|
- topology: *master_3repl_1client
|
|
-
|
|
- testing-fedora/test_replication_layouts_TestStarTopologyWithCAKRA:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- selinux_enforcing: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_replication_layouts.py::TestStarTopologyWithCAKRA
|
|
- template: *ci-master-latest
|
|
- timeout: 10800
|
|
- topology: *master_3repl_1client
|
|
-
|
|
- testing-fedora/test_replication_layouts_TestCompleteTopologyWithoutCA:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- selinux_enforcing: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_replication_layouts.py::TestCompleteTopologyWithoutCA
|
|
- template: *ci-master-latest
|
|
- timeout: 7200
|
|
- topology: *master_3repl_1client
|
|
-
|
|
- testing-fedora/test_replication_layouts_TestCompleteTopologyWithCA:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- selinux_enforcing: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_replication_layouts.py::TestCompleteTopologyWithCA
|
|
- template: *ci-master-latest
|
|
- timeout: 7200
|
|
- topology: *master_3repl_1client
|
|
-
|
|
- testing-fedora/test_replication_layouts_TestCompleteTopologyWithCAKRA:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- selinux_enforcing: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_replication_layouts.py::TestCompleteTopologyWithCAKRA
|
|
- template: *ci-master-latest
|
|
- timeout: 7200
|
|
- topology: *master_3repl_1client
|
|
-
|
|
- testing-fedora/test_client_uninstallation:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- selinux_enforcing: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_uninstallation.py
|
|
- template: *ci-master-latest
|
|
- timeout: 7200
|
|
- topology: *master_1repl_1client
|
|
-
|
|
- testing-fedora/test_installation_client:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- selinux_enforcing: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_installation_client.py
|
|
- template: *ci-master-latest
|
|
- timeout: 3600
|
|
- topology: *master_3client
|
|
-
|
|
- testing-fedora/test_user_permissions:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- selinux_enforcing: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_user_permissions.py
|
|
- template: *ci-master-latest
|
|
- timeout: 3600
|
|
- topology: *master_1repl_1client
|
|
-
|
|
- testing-fedora/test_webui_cert:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunWebuiTests
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- selinux_enforcing: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_webui/test_cert.py
|
|
- template: *ci-master-latest
|
|
- timeout: 2400
|
|
- topology: *ipaserver
|
|
-
|
|
- testing-fedora/test_webui_general:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunWebuiTests
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- selinux_enforcing: True
|
|
- enable_testing_repo: True
|
|
- test_suite: >-
|
|
- test_webui/test_loginscreen.py
|
|
- test_webui/test_misc_cases.py
|
|
- test_webui/test_navigation.py
|
|
- test_webui/test_translation.py
|
|
- template: *ci-master-latest
|
|
- timeout: 3600
|
|
- topology: *ipaserver
|
|
-
|
|
- testing-fedora/test_webui_host:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunWebuiTests
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- selinux_enforcing: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_webui/test_host.py
|
|
- template: *ci-master-latest
|
|
- timeout: 3600
|
|
- topology: *ipaserver
|
|
-
|
|
- testing-fedora/test_webui_host_net_groups:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunWebuiTests
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- selinux_enforcing: True
|
|
- enable_testing_repo: True
|
|
- test_suite: >-
|
|
- test_webui/test_hostgroup.py
|
|
- test_webui/test_netgroup.py
|
|
- template: *ci-master-latest
|
|
- timeout: 3600
|
|
- topology: *ipaserver
|
|
-
|
|
- testing-fedora/test_webui_identity:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunWebuiTests
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- selinux_enforcing: True
|
|
- enable_testing_repo: True
|
|
- test_suite: >-
|
|
- test_webui/test_automember.py
|
|
- test_webui/test_idviews.py
|
|
- template: *ci-master-latest
|
|
- timeout: 3600
|
|
- topology: *ipaserver
|
|
-
|
|
- testing-fedora/test_webui_network:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunWebuiTests
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- selinux_enforcing: True
|
|
- enable_testing_repo: True
|
|
- test_suite: >-
|
|
- test_webui/test_automount.py
|
|
- test_webui/test_dns.py
|
|
- test_webui/test_vault.py
|
|
- template: *ci-master-latest
|
|
- timeout: 3600
|
|
- topology: *ipaserver
|
|
-
|
|
- testing-fedora/test_webui_policy:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunWebuiTests
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- selinux_enforcing: True
|
|
- enable_testing_repo: True
|
|
- test_suite: >-
|
|
- test_webui/test_hbac.py
|
|
- test_webui/test_krbtpolicy.py
|
|
- test_webui/test_pwpolicy.py
|
|
- test_webui/test_selinuxusermap.py
|
|
- test_webui/test_sudo.py
|
|
- template: *ci-master-latest
|
|
- timeout: 3600
|
|
- topology: *ipaserver
|
|
-
|
|
- testing-fedora/test_webui_rbac:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunWebuiTests
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- selinux_enforcing: True
|
|
- enable_testing_repo: True
|
|
- test_suite: >-
|
|
- test_webui/test_delegation.py
|
|
- test_webui/test_rbac.py
|
|
- test_webui/test_selfservice.py
|
|
- template: *ci-master-latest
|
|
- timeout: 3600
|
|
- topology: *ipaserver
|
|
-
|
|
- testing-fedora/test_webui_server:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunWebuiTests
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- selinux_enforcing: True
|
|
- enable_testing_repo: True
|
|
- test_suite: >-
|
|
- test_webui/test_config.py
|
|
- test_webui/test_range.py
|
|
- test_webui/test_realmdomains.py
|
|
- test_webui/test_topology.py
|
|
- test_webui/test_trust.py
|
|
- template: *ci-master-latest
|
|
- timeout: 7200
|
|
- topology: *ipaserver
|
|
-
|
|
- testing-fedora/test_webui_service:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunWebuiTests
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- selinux_enforcing: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_webui/test_service.py
|
|
- template: *ci-master-latest
|
|
- timeout: 2400
|
|
- topology: *ipaserver
|
|
-
|
|
- testing-fedora/test_webui_users:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunWebuiTests
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- selinux_enforcing: True
|
|
- enable_testing_repo: True
|
|
- test_suite: >-
|
|
- test_webui/test_group.py
|
|
- test_webui/test_user.py
|
|
- template: *ci-master-latest
|
|
- timeout: 4800
|
|
- topology: *ipaserver
|
|
-
|
|
- testing-fedora/test_webui_subid:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunWebuiTests
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- selinux_enforcing: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_webui/test_subid.py
|
|
- template: *ci-master-latest
|
|
- timeout: 2400
|
|
- topology: *ipaserver
|
|
-
|
|
- testing-fedora/customized_ds_config_install:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- selinux_enforcing: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_customized_ds_config_install.py
|
|
- template: *ci-master-latest
|
|
- timeout: 3600
|
|
- topology: *master_1repl
|
|
-
|
|
- testing-fedora/dns_locations:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- selinux_enforcing: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_dns_locations.py
|
|
- template: *ci-master-latest
|
|
- timeout: 3600
|
|
- topology: *master_2repl_1client
|
|
-
|
|
- testing-fedora/external_ca_TestExternalCAdirsrvStop:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- selinux_enforcing: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_external_ca.py::TestExternalCAdirsrvStop
|
|
- template: *ci-master-latest
|
|
- timeout: 3600
|
|
- topology: *master_1repl
|
|
-
|
|
- testing-fedora/external_ca_TestExternalCAInvalidCert:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- selinux_enforcing: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_external_ca.py::TestExternalCAInvalidCert test_integration/test_external_ca.py::TestExternalCAInvalidIntermediate
|
|
- template: *ci-master-latest
|
|
- timeout: 3600
|
|
- topology: *master_1repl
|
|
-
|
|
- testing-fedora/external_ca_TestMultipleExternalCA:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- selinux_enforcing: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_external_ca.py::TestMultipleExternalCA
|
|
- template: *ci-master-latest
|
|
- timeout: 3600
|
|
- topology: *master_1repl
|
|
-
|
|
- testing-fedora/test_ipahealthcheck:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- selinux_enforcing: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_ipahealthcheck.py::TestIpaHealthCheck
|
|
- template: *ci-master-latest
|
|
- topology: *master_1repl_1client
|
|
- timeout: 5400
|
|
-
|
|
- testing-fedora/test_ipahealthcheck_nodns_extca_file:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- selinux_enforcing: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_ipahealthcheck.py::TestIpaHealthCheckWithoutDNS test_integration/test_ipahealthcheck.py::TestIpaHealthCheckWithExternalCA test_integration/test_ipahealthcheck.py::TestIpaHealthCheckFileCheck
|
|
- template: *ci-master-latest
|
|
- topology: *master_1repl
|
|
- timeout: 5400
|
|
-
|
|
- testing-fedora/test_ipahealthcheck_cli_fsspace:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- selinux_enforcing: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_ipahealthcheck.py::TestIpaHealthCLI test_integration/test_ipahealthcheck.py::TestIpaHealthCheckFilesystemSpace
|
|
- template: *ci-master-latest
|
|
- timeout: 3600
|
|
- topology: *master_1repl
|
|
-
|
|
- testing-fedora/test_ipahealthcheck_adtrust:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunADTests
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- selinux_enforcing: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_ipahealthcheck.py::TestIpaHealthCheckWithADtrust
|
|
- template: *ci-master-latest
|
|
- timeout: 4800
|
|
- topology: *adroot_adchild_adtree_master_1client
|
|
-
|
|
- testing-fedora/test_ntp_options:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- selinux_enforcing: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_ntp_options.py::TestNTPoptions
|
|
- template: *ci-master-latest
|
|
- timeout: 10800
|
|
- topology: *master_1repl_1client
|
|
-
|
|
- testing-fedora/test_otp:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- selinux_enforcing: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_otp.py
|
|
- template: *ci-master-latest
|
|
- timeout: 3600
|
|
- topology: *master_1repl
|
|
-
|
|
- testing-fedora/test_pkinit_manage:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- selinux_enforcing: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_pkinit_manage.py
|
|
- template: *ci-master-latest
|
|
- timeout: 3600
|
|
- topology: *master_1repl
|
|
-
|
|
- testing-fedora/test_pki_config_override:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- selinux_enforcing: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_pki_config_override.py
|
|
- template: *ci-master-latest
|
|
- timeout: 3600
|
|
- topology: *master_1repl
|
|
-
|
|
-# testing-fedora/nfs:
|
|
-# requires: [testing-fedora/build]
|
|
-# priority: 50
|
|
-# job:
|
|
-# class: RunPytest
|
|
-# args:
|
|
-# build_url: '{testing-fedora/build_url}'
|
|
-# update_packages: True
|
|
-# selinux_enforcing: True
|
|
-# enable_testing_repo: True
|
|
-# test_suite: test_integration/test_nfs.py::TestNFS
|
|
-# template: *ci-master-latest
|
|
-# timeout: 9000
|
|
-# topology: *master_3client
|
|
-
|
|
- testing-fedora/nfs_nsswitch_restore:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- selinux_enforcing: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_nfs.py::TestIpaClientAutomountFileRestore
|
|
- template: *ci-master-latest
|
|
- timeout: 3600
|
|
- topology: *master_3client
|
|
-
|
|
- testing-fedora/mask:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- selinux_enforcing: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_installation.py::TestMaskInstall
|
|
- template: *ci-master-latest
|
|
- timeout: 3600
|
|
- topology: *master_1repl
|
|
-
|
|
- testing-fedora/hostname_validator:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- selinux_enforcing: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_installation.py::TestHostnameValidator
|
|
- template: *ci-master-latest
|
|
- timeout: 3600
|
|
- topology: *master_1repl
|
|
-
|
|
- testing-fedora/automember:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- selinux_enforcing: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_automember.py
|
|
- template: *ci-master-latest
|
|
- timeout: 3600
|
|
- topology: *master_1repl
|
|
-
|
|
- testing-fedora/test_crlgen_manage:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- selinux_enforcing: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_crlgen_manage.py
|
|
- template: *ci-master-latest
|
|
- timeout: 3600
|
|
- topology: *master_1repl
|
|
-
|
|
- testing-fedora/test_integration_TestIPANotConfigured:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- selinux_enforcing: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_cli_ipa_not_configured.py::TestIPANotConfigured
|
|
- template: *ci-master-latest
|
|
- timeout: 10800
|
|
- topology: *master_1repl
|
|
-
|
|
- testing-fedora/test_sssd:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunADTests
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- selinux_enforcing: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_sssd.py
|
|
- template: *ci-master-latest
|
|
- timeout: 7200
|
|
- topology: *adroot_adchild_adtree_master_1client
|
|
-
|
|
- testing-fedora/test_ca_custom_sdn:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- selinux_enforcing: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_ca_custom_sdn.py
|
|
- template: *ci-master-latest
|
|
- timeout: 7200
|
|
- topology: *master_1repl
|
|
-
|
|
- testing-fedora/test_membermanager:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- selinux_enforcing: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_membermanager.py
|
|
- template: *ci-master-latest
|
|
- timeout: 1800
|
|
- topology: *master_1repl
|
|
-
|
|
- testing-fedora/krbtpolicy:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- selinux_enforcing: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_krbtpolicy.py
|
|
- template: *ci-master-latest
|
|
- timeout: 4800
|
|
- topology: *master_1repl
|
|
-
|
|
- testing-fedora/test_winsyncmigrate:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunADTests
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- selinux_enforcing: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_winsyncmigrate.py
|
|
- template: *ci-master-latest
|
|
- timeout: 4800
|
|
- topology: *ad_master
|
|
-
|
|
- testing-fedora/test_trust:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunADTests
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- selinux_enforcing: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_trust.py
|
|
- template: *ci-master-latest
|
|
- timeout: 10000
|
|
- topology: *adroot_adchild_adtree_master_1client
|
|
-
|
|
- testing-fedora/test_backup_and_restore_TestBackupAndRestoreTrust:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- selinux_enforcing: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_backup_and_restore.py::TestBackupAndRestoreTrust
|
|
- template: *ci-master-latest
|
|
- timeout: 7200
|
|
- topology: *master_1repl
|
|
-
|
|
- testing-fedora/test_adtrust_install:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- selinux_enforcing: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_adtrust_install.py
|
|
- template: *ci-master-latest
|
|
- timeout: 3600
|
|
- topology: *master_1repl
|
|
-
|
|
- testing-fedora/test_cert:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- selinux_enforcing: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_cert.py
|
|
- template: *ci-master-latest
|
|
- timeout: 5400
|
|
- topology: *master_1repl_1client
|
|
-
|
|
- testing-fedora/test_epn:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- selinux_enforcing: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_epn.py
|
|
- template: *ci-master-latest
|
|
- timeout: 7200
|
|
- topology: *master_3client
|
|
-
|
|
- testing-fedora/test_acme:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- selinux_enforcing: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_acme.py
|
|
- template: *ci-master-latest
|
|
- timeout: 7200
|
|
- topology: *master_1repl_1client
|
|
-
|
|
- testing-fedora/test_dns:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- selinux_enforcing: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_dns.py
|
|
- template: *ci-master-latest
|
|
- timeout: 3600
|
|
- topology: *master_1repl
|
|
-
|
|
- testing-fedora/test_pwpolicy:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- update_packages: True
|
|
- selinux_enforcing: True
|
|
- enable_testing_repo: True
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- test_suite: test_integration/test_pwpolicy.py
|
|
- template: *ci-master-latest
|
|
- timeout: 3600
|
|
- topology: *master_1repl
|
|
-
|
|
- testing-fedora/test_cert_fix:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- selinux_enforcing: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_ipa_cert_fix.py
|
|
- template: *ci-master-latest
|
|
- timeout: 10800
|
|
- topology: *master_1repl
|
|
-
|
|
- testing-fedora/test_subids:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- selinux_enforcing: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_subids.py
|
|
- template: *ci-master-latest
|
|
- timeout: 3600
|
|
- topology: *master_1repl
|
|
-
|
|
- testing-fedora/test_custom_plugins:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- selinux_enforcing: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_custom_plugins.py
|
|
- template: *ci-master-latest
|
|
- timeout: 3600
|
|
- topology: *master_1repl
|
|
-
|
|
- testing-fedora/test_external_idp:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- selinux_enforcing: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_idp.py
|
|
- template: *ci-master-latest
|
|
- timeout: 5000
|
|
- topology: *master_2repl_1client
|
|
-
|
|
- testing-fedora/test_random_serial_numbers_TestInstallWithCA_DNS1_RSN:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- selinux_enforcing: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_random_serial_numbers.py::TestInstallWithCA_DNS1_RSN
|
|
- template: *ci-master-latest
|
|
- timeout: 10800
|
|
- topology: *master_3repl_1client
|
|
-
|
|
- testing-fedora/test_random_serial_numbers_TestInstallWithCA_KRA1_RSN:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- selinux_enforcing: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_random_serial_numbers.py::TestInstallWithCA_KRA1_RSN
|
|
- template: *ci-master-latest
|
|
- timeout: 10800
|
|
- topology: *master_3repl_1client
|
|
-
|
|
- testing-fedora/test_random_serial_numbers_test_commands_RSN:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- selinux_enforcing: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_random_serial_numbers.py::TestIPACommand_RSN::test_certificate_out_write_to_file
|
|
- template: *ci-master-latest
|
|
- timeout: 5400
|
|
- topology: *master_1repl_1client
|
|
-
|
|
- testing-fedora/test_caless_TestServerCALessToExternalCA_RSN:
|
|
- requires: [testing-fedora/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{testing-fedora/build_url}'
|
|
- update_packages: True
|
|
- selinux_enforcing: True
|
|
- enable_testing_repo: True
|
|
- test_suite: test_integration/test_random_serial_numbers.py::TestServerCALessToExternalCA_RSN
|
|
- template: *ci-master-latest
|
|
- timeout: 5400
|
|
- topology: *master_1repl
|
|
diff --git a/ipatests/prci_definitions/nightly_previous.yaml b/ipatests/prci_definitions/nightly_previous.yaml
|
|
deleted file mode 100644
|
|
index 8e7ccef18bbbee4200cf3868bffc7c2b50dde0c8..0000000000000000000000000000000000000000
|
|
--- a/ipatests/prci_definitions/nightly_previous.yaml
|
|
+++ /dev/null
|
|
@@ -1,1823 +0,0 @@
|
|
-topologies:
|
|
- build: &build
|
|
- name: build
|
|
- cpu: 2
|
|
- memory: 3800
|
|
- master_3client: &master_3client
|
|
- name: master_3client
|
|
- cpu: 5
|
|
- memory: 10150
|
|
- master_1repl: &master_1repl
|
|
- name: master_1repl
|
|
- cpu: 4
|
|
- memory: 6450
|
|
- master_1repl_1client: &master_1repl_1client
|
|
- name: master_1repl_1client
|
|
- cpu: 4
|
|
- memory: 7400
|
|
- ipaserver: &ipaserver
|
|
- name: ipaserver
|
|
- cpu: 2
|
|
- memory: 2400
|
|
- master_2repl_1client: &master_2repl_1client
|
|
- name: master_2repl_1client
|
|
- cpu: 5
|
|
- memory: 10150
|
|
- master_3repl_1client: &master_3repl_1client
|
|
- name: master_3repl_1client
|
|
- cpu: 6
|
|
- memory: 12900
|
|
- ad_master_2client: &ad_master_2client
|
|
- name: ad_master_2client
|
|
- cpu: 4
|
|
- memory: 12000
|
|
- ad_master: &ad_master
|
|
- name: ad_master
|
|
- cpu: 4
|
|
- memory: 12000
|
|
- adroot_adchild_adtree_master_1client: &adroot_adchild_adtree_master_1client
|
|
- name: adroot_adchild_adtree_master_1client
|
|
- cpu: 8
|
|
- memory: 14500
|
|
-
|
|
-jobs:
|
|
- fedora-previous/build:
|
|
- requires: []
|
|
- priority: 100
|
|
- job:
|
|
- class: Build
|
|
- args:
|
|
- git_repo: '{git_repo}'
|
|
- git_refspec: '{git_refspec}'
|
|
- template: &ci-master-previous
|
|
- name: freeipa/ci-master-f35
|
|
- version: 0.0.7
|
|
- timeout: 1800
|
|
- topology: *build
|
|
-
|
|
- fedora-previous/simple_replication:
|
|
- requires: [fedora-previous/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{fedora-previous/build_url}'
|
|
- test_suite: test_integration/test_simple_replication.py
|
|
- template: *ci-master-previous
|
|
- timeout: 3600
|
|
- topology: *master_1repl
|
|
-
|
|
- fedora-previous/test_external_ca_TestExternalCA:
|
|
- requires: [fedora-previous/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{fedora-previous/build_url}'
|
|
- test_suite: test_integration/test_external_ca.py::TestExternalCA test_integration/test_external_ca.py::TestExternalCAConstraints
|
|
- template: *ci-master-previous
|
|
- timeout: 4800
|
|
- topology: *master_1repl_1client
|
|
-
|
|
- fedora-previous/test_external_ca_TestSelfExternalSelf:
|
|
- requires: [fedora-previous/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{fedora-previous/build_url}'
|
|
- test_suite: test_integration/test_external_ca.py::TestSelfExternalSelf test_integration/test_external_ca.py::TestExternalCAInstall
|
|
- template: *ci-master-previous
|
|
- timeout: 3600
|
|
- topology: *master_1repl
|
|
-
|
|
- fedora-previous/external_ca_templates:
|
|
- requires: [fedora-previous/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{fedora-previous/build_url}'
|
|
- test_suite: test_integration/test_external_ca.py::TestExternalCAProfileScenarios
|
|
- template: *ci-master-previous
|
|
- timeout: 3600
|
|
- topology: *master_1repl
|
|
-
|
|
- fedora-previous/test_topologies:
|
|
- requires: [fedora-previous/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{fedora-previous/build_url}'
|
|
- test_suite: test_integration/test_topologies.py
|
|
- template: *ci-master-previous
|
|
- timeout: 3600
|
|
- topology: *master_1repl
|
|
-
|
|
- fedora-previous/test_sudo:
|
|
- requires: [fedora-previous/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{fedora-previous/build_url}'
|
|
- test_suite: test_integration/test_sudo.py
|
|
- template: *ci-master-previous
|
|
- timeout: 4800
|
|
- topology: *master_1repl_1client
|
|
-
|
|
- fedora-previous/test_commands:
|
|
- requires: [fedora-previous/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{fedora-previous/build_url}'
|
|
- test_suite: test_integration/test_commands.py
|
|
- template: *ci-master-previous
|
|
- timeout: 5400
|
|
- topology: *master_1repl_1client
|
|
-
|
|
- fedora-previous/test_kerberos_flags:
|
|
- requires: [fedora-previous/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{fedora-previous/build_url}'
|
|
- test_suite: test_integration/test_kerberos_flags.py
|
|
- template: *ci-master-previous
|
|
- timeout: 3600
|
|
- topology: *master_1repl_1client
|
|
-
|
|
- fedora-previous/test_http_kdc_proxy:
|
|
- requires: [fedora-previous/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunADTests
|
|
- args:
|
|
- build_url: '{fedora-previous/build_url}'
|
|
- test_suite: test_integration/test_http_kdc_proxy.py
|
|
- template: *ci-master-previous
|
|
- timeout: 7200
|
|
- topology: *ad_master_2client
|
|
-
|
|
- fedora-previous/test_fips:
|
|
- requires: [fedora-previous/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{fedora-previous/build_url}'
|
|
- test_suite: test_integration/test_fips.py
|
|
- template: *ci-master-previous
|
|
- timeout: 7200
|
|
- topology: *master_1repl_1client
|
|
-
|
|
- fedora-previous/test_forced_client_enrolment:
|
|
- requires: [fedora-previous/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{fedora-previous/build_url}'
|
|
- test_suite: test_integration/test_forced_client_reenrollment.py
|
|
- template: *ci-master-previous
|
|
- timeout: 4800
|
|
- topology: *master_1repl_1client
|
|
-
|
|
- fedora-previous/test_advise:
|
|
- requires: [fedora-previous/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{fedora-previous/build_url}'
|
|
- test_suite: test_integration/test_advise.py
|
|
- template: *ci-master-previous
|
|
- timeout: 3600
|
|
- topology: *master_1repl_1client
|
|
-
|
|
- fedora-previous/test_testconfig:
|
|
- requires: [fedora-previous/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{fedora-previous/build_url}'
|
|
- test_suite: test_integration/test_testconfig.py
|
|
- template: *ci-master-previous
|
|
- timeout: 3600
|
|
- topology: *master_1repl
|
|
-
|
|
- fedora-previous/test_service_permissions:
|
|
- requires: [fedora-previous/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{fedora-previous/build_url}'
|
|
- test_suite: test_integration/test_service_permissions.py
|
|
- template: *ci-master-previous
|
|
- timeout: 3600
|
|
- topology: *master_1repl
|
|
-
|
|
- fedora-previous/test_netgroup:
|
|
- requires: [fedora-previous/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{fedora-previous/build_url}'
|
|
- test_suite: test_integration/test_netgroup.py
|
|
- template: *ci-master-previous
|
|
- timeout: 3600
|
|
- topology: *master_1repl
|
|
-
|
|
- fedora-previous/test_vault:
|
|
- requires: [fedora-previous/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{fedora-previous/build_url}'
|
|
- test_suite: test_integration/test_vault.py
|
|
- template: *ci-master-previous
|
|
- timeout: 6300
|
|
- topology: *master_1repl
|
|
-
|
|
- fedora-previous/test_authconfig:
|
|
- requires: [fedora-previous/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{fedora-previous/build_url}'
|
|
- test_suite: test_integration/test_authselect.py
|
|
- template: *ci-master-previous
|
|
- timeout: 4800
|
|
- topology: *master_1repl_1client
|
|
-
|
|
- fedora-previous/test_smb:
|
|
- requires: [fedora-previous/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunADTests
|
|
- args:
|
|
- build_url: '{fedora-previous/build_url}'
|
|
- test_suite: test_integration/test_smb.py
|
|
- template: *ci-master-previous
|
|
- timeout: 7200
|
|
- topology: *ad_master_2client
|
|
-
|
|
- fedora-previous/test_server_del:
|
|
- requires: [fedora-previous/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{fedora-previous/build_url}'
|
|
- test_suite: test_integration/test_server_del.py
|
|
- template: *ci-master-previous
|
|
- timeout: 10800
|
|
- topology: *master_2repl_1client
|
|
-
|
|
- fedora-previous/test_installation_TestInstallWithCA1:
|
|
- requires: [fedora-previous/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{fedora-previous/build_url}'
|
|
- test_suite: test_integration/test_installation.py::TestInstallWithCA1
|
|
- template: *ci-master-previous
|
|
- timeout: 10800
|
|
- topology: *master_3repl_1client
|
|
-
|
|
- fedora-previous/test_installation_TestInstallWithCA2:
|
|
- requires: [fedora-previous/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{fedora-previous/build_url}'
|
|
- test_suite: test_integration/test_installation.py::TestInstallWithCA2
|
|
- template: *ci-master-previous
|
|
- timeout: 10800
|
|
- topology: *master_3repl_1client
|
|
-
|
|
- fedora-previous/test_installation_TestInstallCA:
|
|
- requires: [fedora-previous/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{fedora-previous/build_url}'
|
|
- test_suite: test_integration/test_installation.py::TestInstallCA
|
|
- template: *ci-master-previous
|
|
- timeout: 10800
|
|
- topology: *master_2repl_1client
|
|
-
|
|
- fedora-previous/test_installation_TestInstallWithCA_KRA1:
|
|
- requires: [fedora-previous/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{fedora-previous/build_url}'
|
|
- test_suite: test_integration/test_installation.py::TestInstallWithCA_KRA1
|
|
- template: *ci-master-previous
|
|
- timeout: 10800
|
|
- topology: *master_3repl_1client
|
|
-
|
|
- fedora-previous/test_installation_TestInstallWithCA_KRA2:
|
|
- requires: [fedora-previous/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{fedora-previous/build_url}'
|
|
- test_suite: test_integration/test_installation.py::TestInstallWithCA_KRA2
|
|
- template: *ci-master-previous
|
|
- timeout: 10800
|
|
- topology: *master_3repl_1client
|
|
-
|
|
- fedora-previous/test_installation_TestInstallWithCA_DNS1:
|
|
- requires: [fedora-previous/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{fedora-previous/build_url}'
|
|
- test_suite: test_integration/test_installation.py::TestInstallWithCA_DNS1
|
|
- template: *ci-master-previous
|
|
- timeout: 10800
|
|
- topology: *master_3repl_1client
|
|
-
|
|
- fedora-previous/test_installation_TestInstallWithCA_DNS2:
|
|
- requires: [fedora-previous/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{fedora-previous/build_url}'
|
|
- test_suite: test_integration/test_installation.py::TestInstallWithCA_DNS2
|
|
- template: *ci-master-previous
|
|
- timeout: 10800
|
|
- topology: *master_3repl_1client
|
|
-
|
|
- fedora-previous/test_installation_TestInstallWithCA_DNS3:
|
|
- requires: [fedora-previous/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{fedora-previous/build_url}'
|
|
- test_suite: test_integration/test_installation.py::TestInstallWithCA_DNS3
|
|
- template: *ci-master-previous
|
|
- timeout: 3600
|
|
- topology: *master_1repl
|
|
-
|
|
- fedora-previous/test_installation_TestInstallWithCA_DNS4:
|
|
- requires: [fedora-previous/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{fedora-previous/build_url}'
|
|
- test_suite: test_integration/test_installation.py::TestInstallWithCA_DNS4
|
|
- template: *ci-master-previous
|
|
- timeout: 3600
|
|
- topology: *master_1repl
|
|
-
|
|
- fedora-previous/test_installation_TestInstallWithCA_KRA_DNS1:
|
|
- requires: [fedora-previous/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{fedora-previous/build_url}'
|
|
- test_suite: test_integration/test_installation.py::TestInstallWithCA_KRA_DNS1
|
|
- template: *ci-master-previous
|
|
- timeout: 10800
|
|
- topology: *master_3repl_1client
|
|
-
|
|
- fedora-previous/test_installation_TestInstallWithCA_KRA_DNS2:
|
|
- requires: [fedora-previous/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{fedora-previous/build_url}'
|
|
- test_suite: test_integration/test_installation.py::TestInstallWithCA_KRA_DNS2
|
|
- template: *ci-master-previous
|
|
- timeout: 10800
|
|
- topology: *master_3repl_1client
|
|
-
|
|
- fedora-previous/test_installation_TestInstallMaster:
|
|
- requires: [fedora-previous/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{fedora-previous/build_url}'
|
|
- test_suite: test_integration/test_installation.py::TestInstallMaster
|
|
- template: *ci-master-previous
|
|
- timeout: 10800
|
|
- topology: *master_1repl
|
|
-
|
|
- fedora-previous/test_installation_TestInstallMasterKRA:
|
|
- requires: [fedora-previous/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{fedora-previous/build_url}'
|
|
- test_suite: test_integration/test_installation.py::TestInstallMasterKRA
|
|
- template: *ci-master-previous
|
|
- timeout: 10800
|
|
- topology: *master_1repl
|
|
-
|
|
- fedora-previous/test_installation_TestInstallMasterDNS:
|
|
- requires: [fedora-previous/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{fedora-previous/build_url}'
|
|
- test_suite: test_integration/test_installation.py::TestInstallMasterDNS
|
|
- template: *ci-master-previous
|
|
- timeout: 10800
|
|
- topology: *master_1repl
|
|
-
|
|
- fedora-previous/test_installation_TestInstallMasterDNSRepeatedly:
|
|
- requires: [fedora-previous/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{fedora-previous/build_url}'
|
|
- test_suite: test_integration/test_installation.py::TestInstallMasterDNSRepeatedly
|
|
- template: *ci-master-previous
|
|
- timeout: 10800
|
|
- topology: *master_1repl
|
|
-
|
|
- fedora-previous/test_installation_TestInstallMasterReservedIPasForwarder:
|
|
- requires: [fedora-previous/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{fedora-previous/build_url}'
|
|
- test_suite: test_integration/test_installation.py::TestInstallMasterReservedIPasForwarder
|
|
- template: *ci-master-previous
|
|
- timeout: 10800
|
|
- topology: *master_1repl
|
|
-
|
|
- fedora-previous/test_installation_TestInstallMasterReplica:
|
|
- requires: [fedora-previous/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{fedora-previous/build_url}'
|
|
- test_suite: test_integration/test_installation.py::TestInstallMasterReplica
|
|
- template: *ci-master-previous
|
|
- timeout: 10800
|
|
- topology: *master_1repl
|
|
-
|
|
- fedora-previous/test_installation_TestInstallReplicaAgainstSpecificServer:
|
|
- requires: [fedora-previous/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{fedora-previous/build_url}'
|
|
- test_suite: test_integration/test_installation.py::TestInstallReplicaAgainstSpecificServer
|
|
- template: *ci-master-previous
|
|
- timeout: 10800
|
|
- topology: *master_2repl_1client
|
|
-
|
|
- fedora-previous/test_installation_TestADTrustInstall:
|
|
- requires: [fedora-previous/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{fedora-previous/build_url}'
|
|
- test_suite: test_integration/test_installation.py::TestADTrustInstall
|
|
- template: *ci-master-previous
|
|
- timeout: 10800
|
|
- topology: *master_2repl_1client
|
|
-
|
|
- fedora-previous/test_installation_TestADTrustInstallWithDNS_KRA_ADTrust:
|
|
- requires: [fedora-previous/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{fedora-previous/build_url}'
|
|
- test_suite: test_integration/test_installation.py::TestADTrustInstallWithDNS_KRA_ADTrust
|
|
- template: *ci-master-previous
|
|
- timeout: 10800
|
|
- topology: *master_2repl_1client
|
|
-
|
|
- fedora-previous/test_installation_TestKRAinstallAfterCertRenew:
|
|
- requires: [fedora-previous/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{fedora-previous/build_url}'
|
|
- test_suite: test_integration/test_installation.py::TestKRAinstallAfterCertRenew
|
|
- template: *ci-master-previous
|
|
- timeout: 10800
|
|
- topology: *master_1repl
|
|
-
|
|
- fedora-previous/test_installation_TestInstallWithoutSudo:
|
|
- requires: [fedora-previous/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{fedora-previous/build_url}'
|
|
- test_suite: test_integration/test_installation.py::TestInstallWithoutSudo
|
|
- template: *ci-master-previous
|
|
- timeout: 4800
|
|
- topology: *master_1repl_1client
|
|
-
|
|
- fedora-previous/test_installation_TestInstallWithoutNamed:
|
|
- requires: [fedora-previous/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{fedora-previous/build_url}'
|
|
- test_suite: test_integration/test_installation.py::TestInstallWithoutNamed
|
|
- template: *ci-master-previous
|
|
- timeout: 4800
|
|
- topology: *master_1repl
|
|
-
|
|
- fedora-previous/test_installation_TestInstallwithSHA384withRSA:
|
|
- requires: [fedora-previous/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{fedora-previous/build_url}'
|
|
- test_suite: test_integration/test_installation.py::TestInstallwithSHA384withRSA
|
|
- template: *ci-master-previous
|
|
- timeout: 3600
|
|
- topology: *master_1repl
|
|
-
|
|
- fedora-previous/test_idviews:
|
|
- requires: [fedora-previous/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunADTests
|
|
- args:
|
|
- build_url: '{fedora-previous/build_url}'
|
|
- test_suite: test_integration/test_idviews.py
|
|
- template: *ci-master-previous
|
|
- timeout: 7200
|
|
- topology: *ad_master_2client
|
|
-
|
|
- fedora-previous/test_caless_TestServerInstall:
|
|
- requires: [fedora-previous/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{fedora-previous/build_url}'
|
|
- test_suite: test_integration/test_caless.py::TestServerInstall
|
|
- template: *ci-master-previous
|
|
- timeout: 12000
|
|
- topology: *master_1repl
|
|
-
|
|
- fedora-previous/test_caless_TestReplicaInstall:
|
|
- requires: [fedora-previous/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{fedora-previous/build_url}'
|
|
- test_suite: test_integration/test_caless.py::TestReplicaInstall
|
|
- template: *ci-master-previous
|
|
- timeout: 7200
|
|
- topology: *master_1repl
|
|
-
|
|
- fedora-previous/test_caless_TestClientInstall:
|
|
- requires: [fedora-previous/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{fedora-previous/build_url}'
|
|
- test_suite: test_integration/test_caless.py::TestClientInstall
|
|
- template: *ci-master-previous
|
|
- timeout: 5400
|
|
- # actually master_1client
|
|
- topology: *master_1repl_1client
|
|
-
|
|
- fedora-previous/test_caless_TestIPACommands:
|
|
- requires: [fedora-previous/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{fedora-previous/build_url}'
|
|
- test_suite: test_integration/test_caless.py::TestIPACommands
|
|
- template: *ci-master-previous
|
|
- timeout: 5400
|
|
- topology: *master_1repl
|
|
-
|
|
- fedora-previous/test_caless_TestCertInstall:
|
|
- requires: [fedora-previous/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{fedora-previous/build_url}'
|
|
- test_suite: test_integration/test_caless.py::TestCertInstall
|
|
- template: *ci-master-previous
|
|
- timeout: 5400
|
|
- topology: *master_1repl
|
|
-
|
|
- fedora-previous/test_caless_TestPKINIT:
|
|
- requires: [fedora-previous/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{fedora-previous/build_url}'
|
|
- test_suite: test_integration/test_caless.py::TestPKINIT
|
|
- template: *ci-master-previous
|
|
- timeout: 5400
|
|
- topology: *master_1repl
|
|
-
|
|
- fedora-previous/test_caless_TestServerReplicaCALessToCAFull:
|
|
- requires: [fedora-previous/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{fedora-previous/build_url}'
|
|
- test_suite: test_integration/test_caless.py::TestServerReplicaCALessToCAFull
|
|
- template: *ci-master-previous
|
|
- timeout: 5400
|
|
- topology: *master_1repl
|
|
-
|
|
- fedora-previous/test_caless_TestReplicaCALessToCAFull:
|
|
- requires: [fedora-previous/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{fedora-previous/build_url}'
|
|
- test_suite: test_integration/test_caless.py::TestReplicaCALessToCAFull
|
|
- template: *ci-master-previous
|
|
- timeout: 5400
|
|
- topology: *master_1repl
|
|
-
|
|
- fedora-previous/test_caless_TestServerCALessToExternalCA:
|
|
- requires: [fedora-previous/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{fedora-previous/build_url}'
|
|
- test_suite: test_integration/test_caless.py::TestServerCALessToExternalCA
|
|
- template: *ci-master-previous
|
|
- timeout: 5400
|
|
- topology: *master_1repl
|
|
-
|
|
- fedora-previous/test_backup_and_restore_TestUserRootFilesOwnershipPermission:
|
|
- requires: [fedora-previous/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{fedora-previous/build_url}'
|
|
- test_suite: test_integration/test_backup_and_restore.py::TestUserRootFilesOwnershipPermission
|
|
- template: *ci-master-previous
|
|
- timeout: 7200
|
|
- topology: *master_1repl
|
|
-
|
|
- fedora-previous/test_backup_and_restore_TestBackupAndRestore:
|
|
- requires: [fedora-previous/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{fedora-previous/build_url}'
|
|
- test_suite: test_integration/test_backup_and_restore.py::TestBackupAndRestore
|
|
- template: *ci-master-previous
|
|
- timeout: 7200
|
|
- topology: *master_1repl
|
|
-
|
|
- fedora-previous/test_backup_and_restore_TestBackupAndRestoreWithDNSSEC:
|
|
- requires: [fedora-previous/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{fedora-previous/build_url}'
|
|
- test_suite: test_integration/test_backup_and_restore.py::TestBackupAndRestoreWithDNSSEC
|
|
- template: *ci-master-previous
|
|
- timeout: 7200
|
|
- topology: *master_1repl
|
|
-
|
|
- fedora-previous/test_backup_and_restore_TestBackupReinstallRestoreWithDNSSEC:
|
|
- requires: [fedora-previous/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{fedora-previous/build_url}'
|
|
- test_suite: test_integration/test_backup_and_restore.py::TestBackupReinstallRestoreWithDNSSEC
|
|
- template: *ci-master-previous
|
|
- timeout: 7200
|
|
- topology: *master_1repl
|
|
-
|
|
- fedora-previous/test_backup_and_restore_TestBackupAndRestoreWithDNS:
|
|
- requires: [fedora-previous/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{fedora-previous/build_url}'
|
|
- test_suite: test_integration/test_backup_and_restore.py::TestBackupAndRestoreWithDNS
|
|
- template: *ci-master-previous
|
|
- timeout: 7200
|
|
- topology: *master_1repl
|
|
-
|
|
- fedora-previous/test_backup_and_restore_TestBackupReinstallRestoreWithDNS:
|
|
- requires: [fedora-previous/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{fedora-previous/build_url}'
|
|
- test_suite: test_integration/test_backup_and_restore.py::TestBackupReinstallRestoreWithDNS
|
|
- template: *ci-master-previous
|
|
- timeout: 7200
|
|
- topology: *master_1repl
|
|
-
|
|
- fedora-previous/test_backup_and_restore_TestBackupAndRestoreWithKRA:
|
|
- requires: [fedora-previous/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{fedora-previous/build_url}'
|
|
- test_suite: test_integration/test_backup_and_restore.py::TestBackupAndRestoreWithKRA
|
|
- template: *ci-master-previous
|
|
- timeout: 7200
|
|
- topology: *master_1repl
|
|
-
|
|
- fedora-previous/test_backup_and_restore_TestBackupReinstallRestoreWithKRA:
|
|
- requires: [fedora-previous/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{fedora-previous/build_url}'
|
|
- test_suite: test_integration/test_backup_and_restore.py::TestBackupReinstallRestoreWithKRA
|
|
- template: *ci-master-previous
|
|
- timeout: 7200
|
|
- topology: *master_1repl
|
|
-
|
|
- fedora-previous/test_backup_and_restore_TestBackupAndRestoreWithReplica:
|
|
- requires: [fedora-previous/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{fedora-previous/build_url}'
|
|
- test_suite: test_integration/test_backup_and_restore.py::TestBackupAndRestoreWithReplica
|
|
- template: *ci-master-previous
|
|
- timeout: 7200
|
|
- topology: *master_2repl_1client
|
|
-
|
|
- fedora-previous/test_backup_and_restore_TestBackupAndRestoreDMPassword:
|
|
- requires: [fedora-previous/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{fedora-previous/build_url}'
|
|
- test_suite: test_integration/test_backup_and_restore.py::TestBackupAndRestoreDMPassword
|
|
- template: *ci-master-previous
|
|
- timeout: 7200
|
|
- topology: *master_1repl
|
|
-
|
|
- fedora-previous/test_backup_and_restore_TestReplicaInstallAfterRestore:
|
|
- requires: [fedora-previous/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{fedora-previous/build_url}'
|
|
- test_suite: test_integration/test_backup_and_restore.py::TestReplicaInstallAfterRestore
|
|
- template: *ci-master-previous
|
|
- timeout: 7200
|
|
- topology: *master_2repl_1client
|
|
-
|
|
- fedora-previous/test_backup_and_restore_TestBackupRoles:
|
|
- requires: [fedora-previous/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{fedora-previous/build_url}'
|
|
- test_suite: test_integration/test_backup_and_restore.py::TestBackupRoles
|
|
- template: *ci-master-previous
|
|
- timeout: 7200
|
|
- topology: *master_1repl
|
|
-
|
|
- fedora-previous/test_dnssec:
|
|
- requires: [fedora-previous/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{fedora-previous/build_url}'
|
|
- test_suite: test_integration/test_dnssec.py
|
|
- template: *ci-master-previous
|
|
- timeout: 10800
|
|
- topology: *master_2repl_1client
|
|
-
|
|
- fedora-previous/test_replica_promotion_TestReplicaPromotionLevel1:
|
|
- requires: [fedora-previous/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{fedora-previous/build_url}'
|
|
- test_suite: test_integration/test_replica_promotion.py::TestReplicaPromotionLevel1
|
|
- template: *ci-master-previous
|
|
- timeout: 7200
|
|
- topology: *master_1repl
|
|
-
|
|
- fedora-previous/test_replica_promotion_TestUnprivilegedUserPermissions:
|
|
- requires: [fedora-previous/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{fedora-previous/build_url}'
|
|
- test_suite: test_integration/test_replica_promotion.py::TestUnprivilegedUserPermissions
|
|
- template: *ci-master-previous
|
|
- timeout: 7200
|
|
- topology: *master_1repl
|
|
-
|
|
- fedora-previous/test_replica_promotion_TestProhibitReplicaUninstallation:
|
|
- requires: [fedora-previous/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{fedora-previous/build_url}'
|
|
- test_suite: test_integration/test_replica_promotion.py::TestProhibitReplicaUninstallation
|
|
- template: *ci-master-previous
|
|
- timeout: 7200
|
|
- topology: *master_2repl_1client
|
|
-
|
|
- fedora-previous/test_replica_promotion_TestWrongClientDomain:
|
|
- requires: [fedora-previous/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{fedora-previous/build_url}'
|
|
- test_suite: test_integration/test_replica_promotion.py::TestWrongClientDomain
|
|
- template: *ci-master-previous
|
|
- timeout: 7200
|
|
- topology: *master_1repl
|
|
-
|
|
- fedora-previous/test_replica_promotion_TestRenewalMaster:
|
|
- requires: [fedora-previous/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{fedora-previous/build_url}'
|
|
- test_suite: test_integration/test_replica_promotion.py::TestRenewalMaster
|
|
- template: *ci-master-previous
|
|
- timeout: 7200
|
|
- topology: *master_1repl
|
|
-
|
|
- fedora-previous/test_replica_promotion_TestReplicaInstallWithExistingEntry:
|
|
- requires: [fedora-previous/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{fedora-previous/build_url}'
|
|
- test_suite: test_integration/test_replica_promotion.py::TestReplicaInstallWithExistingEntry
|
|
- template: *ci-master-previous
|
|
- timeout: 7200
|
|
- topology: *master_1repl
|
|
-
|
|
- fedora-previous/test_replica_promotion_TestSubCAkeyReplication:
|
|
- requires: [fedora-previous/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{fedora-previous/build_url}'
|
|
- test_suite: test_integration/test_replica_promotion.py::TestSubCAkeyReplication
|
|
- template: *ci-master-previous
|
|
- timeout: 7200
|
|
- topology: *master_1repl
|
|
-
|
|
- fedora-previous/test_replica_promotion_TestReplicaInstallCustodia:
|
|
- requires: [fedora-previous/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{fedora-previous/build_url}'
|
|
- test_suite: test_integration/test_replica_promotion.py::TestReplicaInstallCustodia
|
|
- template: *ci-master-previous
|
|
- timeout: 7200
|
|
- topology: *master_2repl_1client
|
|
-
|
|
- fedora-previous/test_replica_promotion_TestReplicaInForwardZone:
|
|
- requires: [fedora-previous/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{fedora-previous/build_url}'
|
|
- test_suite: test_integration/test_replica_promotion.py::TestReplicaInForwardZone
|
|
- template: *ci-master-previous
|
|
- timeout: 7200
|
|
- topology: *master_1repl
|
|
-
|
|
- fedora-previous/test_replica_promotion_TestHiddenReplicaPromotion:
|
|
- requires: [fedora-previous/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{fedora-previous/build_url}'
|
|
- test_suite: test_integration/test_replica_promotion.py::TestHiddenReplicaPromotion
|
|
- template: *ci-master-previous
|
|
- timeout: 7200
|
|
- topology: *master_2repl_1client
|
|
-
|
|
- fedora-previous/test_replica_promotion_TestHiddenReplicaKRA:
|
|
- requires: [fedora-previous/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{fedora-previous/build_url}'
|
|
- test_suite: test_integration/test_replica_promotion.py::TestHiddenReplicaKRA
|
|
- template: *ci-master-previous
|
|
- timeout: 7200
|
|
- topology: *master_2repl_1client
|
|
-
|
|
- fedora-previous/test_upgrade:
|
|
- requires: [fedora-previous/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{fedora-previous/build_url}'
|
|
- test_suite: test_integration/test_upgrade.py
|
|
- template: *ci-master-previous
|
|
- timeout: 7200
|
|
- topology: *master_1repl
|
|
-
|
|
- fedora-previous/test_topology_TestCASpecificRUVs:
|
|
- requires: [fedora-previous/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{fedora-previous/build_url}'
|
|
- test_suite: test_integration/test_topology.py::TestCASpecificRUVs
|
|
- template: *ci-master-previous
|
|
- timeout: 7200
|
|
- topology: *master_3repl_1client
|
|
-
|
|
- fedora-previous/test_topology_TestTopologyOptions:
|
|
- requires: [fedora-previous/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{fedora-previous/build_url}'
|
|
- test_suite: test_integration/test_topology.py::TestTopologyOptions
|
|
- template: *ci-master-previous
|
|
- timeout: 7200
|
|
- topology: *master_3repl_1client
|
|
-
|
|
- fedora-previous/test_replication_layouts_TestLineTopologyWithoutCA:
|
|
- requires: [fedora-previous/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{fedora-previous/build_url}'
|
|
- test_suite: test_integration/test_replication_layouts.py::TestLineTopologyWithoutCA
|
|
- template: *ci-master-previous
|
|
- timeout: 7200
|
|
- topology: *master_3repl_1client
|
|
-
|
|
- fedora-previous/test_replication_layouts_TestLineTopologyWithCA:
|
|
- requires: [fedora-previous/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{fedora-previous/build_url}'
|
|
- test_suite: test_integration/test_replication_layouts.py::TestLineTopologyWithCA
|
|
- template: *ci-master-previous
|
|
- timeout: 10800
|
|
- topology: *master_3repl_1client
|
|
-
|
|
- fedora-previous/test_replication_layouts_TestLineTopologyWithCAKRA:
|
|
- requires: [fedora-previous/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{fedora-previous/build_url}'
|
|
- test_suite: test_integration/test_replication_layouts.py::TestLineTopologyWithCAKRA
|
|
- template: *ci-master-previous
|
|
- timeout: 10800
|
|
- topology: *master_3repl_1client
|
|
-
|
|
- fedora-previous/test_replication_layouts.py_TestStarTopologyWithoutCA:
|
|
- requires: [fedora-previous/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{fedora-previous/build_url}'
|
|
- test_suite: test_integration/test_replication_layouts.py::TestStarTopologyWithoutCA
|
|
- template: *ci-master-previous
|
|
- timeout: 7200
|
|
- topology: *master_3repl_1client
|
|
-
|
|
- fedora-previous/test_replication_layouts_TestStarTopologyWithCA:
|
|
- requires: [fedora-previous/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{fedora-previous/build_url}'
|
|
- test_suite: test_integration/test_replication_layouts.py::TestStarTopologyWithCA
|
|
- template: *ci-master-previous
|
|
- timeout: 7200
|
|
- topology: *master_3repl_1client
|
|
-
|
|
- fedora-previous/test_replication_layouts_TestStarTopologyWithCAKRA:
|
|
- requires: [fedora-previous/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{fedora-previous/build_url}'
|
|
- test_suite: test_integration/test_replication_layouts.py::TestStarTopologyWithCAKRA
|
|
- template: *ci-master-previous
|
|
- timeout: 10800
|
|
- topology: *master_3repl_1client
|
|
-
|
|
- fedora-previous/test_replication_layouts_TestCompleteTopologyWithoutCA:
|
|
- requires: [fedora-previous/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{fedora-previous/build_url}'
|
|
- test_suite: test_integration/test_replication_layouts.py::TestCompleteTopologyWithoutCA
|
|
- template: *ci-master-previous
|
|
- timeout: 7200
|
|
- topology: *master_3repl_1client
|
|
-
|
|
- fedora-previous/test_replication_layouts_TestCompleteTopologyWithCA:
|
|
- requires: [fedora-previous/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{fedora-previous/build_url}'
|
|
- test_suite: test_integration/test_replication_layouts.py::TestCompleteTopologyWithCA
|
|
- template: *ci-master-previous
|
|
- timeout: 7200
|
|
- topology: *master_3repl_1client
|
|
-
|
|
- fedora-previous/test_replication_layouts_TestCompleteTopologyWithCAKRA:
|
|
- requires: [fedora-previous/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{fedora-previous/build_url}'
|
|
- test_suite: test_integration/test_replication_layouts.py::TestCompleteTopologyWithCAKRA
|
|
- template: *ci-master-previous
|
|
- timeout: 7200
|
|
- topology: *master_3repl_1client
|
|
-
|
|
- fedora-previous/test_client_uninstallation:
|
|
- requires: [fedora-previous/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{fedora-previous/build_url}'
|
|
- test_suite: test_integration/test_uninstallation.py
|
|
- template: *ci-master-previous
|
|
- timeout: 7200
|
|
- topology: *master_1repl_1client
|
|
-
|
|
- fedora-previous/test_installation_client:
|
|
- requires: [fedora-previous/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{fedora-previous/build_url}'
|
|
- test_suite: test_integration/test_installation_client.py
|
|
- template: *ci-master-previous
|
|
- timeout: 7200
|
|
- topology: *master_1repl_1client
|
|
-
|
|
- fedora-previous/test_user_permissions:
|
|
- requires: [fedora-previous/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{fedora-previous/build_url}'
|
|
- test_suite: test_integration/test_user_permissions.py
|
|
- template: *ci-master-previous
|
|
- timeout: 3600
|
|
- topology: *master_1repl_1client
|
|
-
|
|
- fedora-previous/test_webui_cert:
|
|
- requires: [fedora-previous/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunWebuiTests
|
|
- args:
|
|
- build_url: '{fedora-previous/build_url}'
|
|
- test_suite: test_webui/test_cert.py
|
|
- template: *ci-master-previous
|
|
- timeout: 2400
|
|
- topology: *ipaserver
|
|
-
|
|
- fedora-previous/test_webui_general:
|
|
- requires: [fedora-previous/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunWebuiTests
|
|
- args:
|
|
- build_url: '{fedora-previous/build_url}'
|
|
- test_suite: >-
|
|
- test_webui/test_loginscreen.py
|
|
- test_webui/test_misc_cases.py
|
|
- test_webui/test_navigation.py
|
|
- test_webui/test_translation.py
|
|
- template: *ci-master-previous
|
|
- timeout: 3600
|
|
- topology: *ipaserver
|
|
-
|
|
- fedora-previous/test_webui_host:
|
|
- requires: [fedora-previous/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunWebuiTests
|
|
- args:
|
|
- build_url: '{fedora-previous/build_url}'
|
|
- test_suite: test_webui/test_host.py
|
|
- template: *ci-master-previous
|
|
- timeout: 3600
|
|
- topology: *ipaserver
|
|
-
|
|
- fedora-previous/test_webui_host_net_groups:
|
|
- requires: [fedora-previous/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunWebuiTests
|
|
- args:
|
|
- build_url: '{fedora-previous/build_url}'
|
|
- test_suite: >-
|
|
- test_webui/test_hostgroup.py
|
|
- test_webui/test_netgroup.py
|
|
- template: *ci-master-previous
|
|
- timeout: 3600
|
|
- topology: *ipaserver
|
|
-
|
|
- fedora-previous/test_webui_identity:
|
|
- requires: [fedora-previous/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunWebuiTests
|
|
- args:
|
|
- build_url: '{fedora-previous/build_url}'
|
|
- test_suite: >-
|
|
- test_webui/test_automember.py
|
|
- test_webui/test_idviews.py
|
|
- template: *ci-master-previous
|
|
- timeout: 3600
|
|
- topology: *ipaserver
|
|
-
|
|
- fedora-previous/test_webui_network:
|
|
- requires: [fedora-previous/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunWebuiTests
|
|
- args:
|
|
- build_url: '{fedora-previous/build_url}'
|
|
- test_suite: >-
|
|
- test_webui/test_automount.py
|
|
- test_webui/test_dns.py
|
|
- test_webui/test_vault.py
|
|
- template: *ci-master-previous
|
|
- timeout: 3600
|
|
- topology: *ipaserver
|
|
-
|
|
- fedora-previous/test_webui_policy:
|
|
- requires: [fedora-previous/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunWebuiTests
|
|
- args:
|
|
- build_url: '{fedora-previous/build_url}'
|
|
- test_suite: >-
|
|
- test_webui/test_hbac.py
|
|
- test_webui/test_krbtpolicy.py
|
|
- test_webui/test_pwpolicy.py
|
|
- test_webui/test_selinuxusermap.py
|
|
- test_webui/test_sudo.py
|
|
- template: *ci-master-previous
|
|
- timeout: 3600
|
|
- topology: *ipaserver
|
|
-
|
|
- fedora-previous/test_webui_rbac:
|
|
- requires: [fedora-previous/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunWebuiTests
|
|
- args:
|
|
- build_url: '{fedora-previous/build_url}'
|
|
- test_suite: >-
|
|
- test_webui/test_delegation.py
|
|
- test_webui/test_rbac.py
|
|
- test_webui/test_selfservice.py
|
|
- template: *ci-master-previous
|
|
- timeout: 3600
|
|
- topology: *ipaserver
|
|
-
|
|
- fedora-previous/test_webui_server:
|
|
- requires: [fedora-previous/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunWebuiTests
|
|
- args:
|
|
- build_url: '{fedora-previous/build_url}'
|
|
- test_suite: >-
|
|
- test_webui/test_config.py
|
|
- test_webui/test_range.py
|
|
- test_webui/test_realmdomains.py
|
|
- test_webui/test_topology.py
|
|
- test_webui/test_trust.py
|
|
- template: *ci-master-previous
|
|
- timeout: 7200
|
|
- topology: *ipaserver
|
|
-
|
|
- fedora-previous/test_webui_service:
|
|
- requires: [fedora-previous/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunWebuiTests
|
|
- args:
|
|
- build_url: '{fedora-previous/build_url}'
|
|
- test_suite: test_webui/test_service.py
|
|
- template: *ci-master-previous
|
|
- timeout: 2400
|
|
- topology: *ipaserver
|
|
-
|
|
- fedora-previous/test_webui_users:
|
|
- requires: [fedora-previous/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunWebuiTests
|
|
- args:
|
|
- build_url: '{fedora-previous/build_url}'
|
|
- test_suite: >-
|
|
- test_webui/test_group.py
|
|
- test_webui/test_user.py
|
|
- template: *ci-master-previous
|
|
- timeout: 4800
|
|
- topology: *ipaserver
|
|
-
|
|
- fedora-previous/test_webui_subid:
|
|
- requires: [fedora-previous/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunWebuiTests
|
|
- args:
|
|
- build_url: '{fedora-previous/build_url}'
|
|
- test_suite: test_webui/test_subid.py
|
|
- template: *ci-master-previous
|
|
- timeout: 2400
|
|
- topology: *ipaserver
|
|
-
|
|
- fedora-previous/customized_ds_config_install:
|
|
- requires: [fedora-previous/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{fedora-previous/build_url}'
|
|
- test_suite: test_integration/test_customized_ds_config_install.py
|
|
- template: *ci-master-previous
|
|
- timeout: 3600
|
|
- topology: *master_1repl
|
|
-
|
|
- fedora-previous/dns_locations:
|
|
- requires: [fedora-previous/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{fedora-previous/build_url}'
|
|
- test_suite: test_integration/test_dns_locations.py
|
|
- template: *ci-master-previous
|
|
- timeout: 3600
|
|
- topology: *master_2repl_1client
|
|
-
|
|
- fedora-previous/external_ca_TestExternalCAdirsrvStop:
|
|
- requires: [fedora-previous/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{fedora-previous/build_url}'
|
|
- test_suite: test_integration/test_external_ca.py::TestExternalCAdirsrvStop
|
|
- template: *ci-master-previous
|
|
- timeout: 3600
|
|
- topology: *master_1repl
|
|
-
|
|
- fedora-previous/external_ca_TestExternalCAInvalidCert:
|
|
- requires: [fedora-previous/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{fedora-previous/build_url}'
|
|
- test_suite: test_integration/test_external_ca.py::TestExternalCAInvalidCert test_integration/test_external_ca.py::TestExternalCAInvalidIntermediate
|
|
- template: *ci-master-previous
|
|
- timeout: 3600
|
|
- topology: *master_1repl
|
|
-
|
|
- fedora-previous/external_ca_TestMultipleExternalCA:
|
|
- requires: [fedora-previous/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{fedora-previous/build_url}'
|
|
- test_suite: test_integration/test_external_ca.py::TestMultipleExternalCA
|
|
- template: *ci-master-previous
|
|
- timeout: 3600
|
|
- topology: *master_1repl
|
|
-
|
|
- fedora-previous/test_ipahealthcheck:
|
|
- requires: [fedora-previous/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{fedora-previous/build_url}'
|
|
- test_suite: test_integration/test_ipahealthcheck.py::TestIpaHealthCheck
|
|
- template: *ci-master-previous
|
|
- timeout: 5400
|
|
- topology: *master_1repl_1client
|
|
-
|
|
- fedora-previous/test_ipahealthcheck_nodns_extca_file:
|
|
- requires: [fedora-previous/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{fedora-previous/build_url}'
|
|
- test_suite: test_integration/test_ipahealthcheck.py::TestIpaHealthCheckWithoutDNS test_integration/test_ipahealthcheck.py::TestIpaHealthCheckWithExternalCA test_integration/test_ipahealthcheck.py::TestIpaHealthCheckFileCheck
|
|
- template: *ci-master-previous
|
|
- timeout: 5400
|
|
- topology: *master_1repl
|
|
-
|
|
- fedora-previous/test_ipahealthcheck_cli_fsspace:
|
|
- requires: [fedora-previous/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{fedora-previous/build_url}'
|
|
- test_suite: test_integration/test_ipahealthcheck.py::TestIpaHealthCLI test_integration/test_ipahealthcheck.py::TestIpaHealthCheckFilesystemSpace
|
|
- template: *ci-master-previous
|
|
- timeout: 3600
|
|
- topology: *master_1repl
|
|
-
|
|
- fedora-previous/test_ipahealthcheck_adtrust:
|
|
- requires: [fedora-previous/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunADTests
|
|
- args:
|
|
- build_url: '{fedora-previous/build_url}'
|
|
- test_suite: test_integration/test_ipahealthcheck.py::TestIpaHealthCheckWithADtrust
|
|
- template: *ci-master-previous
|
|
- timeout: 4800
|
|
- topology: *adroot_adchild_adtree_master_1client
|
|
-
|
|
- fedora-previous/test_ntp_options:
|
|
- requires: [fedora-previous/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{fedora-previous/build_url}'
|
|
- test_suite: test_integration/test_ntp_options.py::TestNTPoptions
|
|
- template: *ci-master-previous
|
|
- timeout: 10800
|
|
- topology: *master_1repl_1client
|
|
-
|
|
- fedora-previous/test_otp:
|
|
- requires: [fedora-previous/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{fedora-previous/build_url}'
|
|
- test_suite: test_integration/test_otp.py
|
|
- template: *ci-master-previous
|
|
- timeout: 3600
|
|
- topology: *master_1repl
|
|
-
|
|
- fedora-previous/test_pkinit_manage:
|
|
- requires: [fedora-previous/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{fedora-previous/build_url}'
|
|
- test_suite: test_integration/test_pkinit_manage.py
|
|
- template: *ci-master-previous
|
|
- timeout: 3600
|
|
- topology: *master_1repl
|
|
-
|
|
- fedora-previous/test_pki_config_override:
|
|
- requires: [fedora-previous/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{fedora-previous/build_url}'
|
|
- test_suite: test_integration/test_pki_config_override.py
|
|
- template: *ci-master-previous
|
|
- timeout: 3600
|
|
- topology: *master_1repl
|
|
-
|
|
-# fedora-previous/nfs:
|
|
-# requires: [fedora-previous/build]
|
|
-# priority: 50
|
|
-# job:
|
|
-# class: RunPytest
|
|
-# args:
|
|
-# build_url: '{fedora-previous/build_url}'
|
|
-# test_suite: test_integration/test_nfs.py::TestNFS
|
|
-# template: *ci-master-previous
|
|
-# timeout: 9000
|
|
-# topology: *master_3client
|
|
-
|
|
- fedora-previous/nfs_nsswitch_restore:
|
|
- requires: [fedora-previous/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{fedora-previous/build_url}'
|
|
- test_suite: test_integration/test_nfs.py::TestIpaClientAutomountFileRestore
|
|
- template: *ci-master-previous
|
|
- timeout: 3600
|
|
- topology: *master_3client
|
|
-
|
|
- fedora-previous/mask:
|
|
- requires: [fedora-previous/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{fedora-previous/build_url}'
|
|
- test_suite: test_integration/test_installation.py::TestMaskInstall
|
|
- template: *ci-master-previous
|
|
- timeout: 3600
|
|
- topology: *master_1repl
|
|
-
|
|
- fedora-previous/hostname_validator:
|
|
- requires: [fedora-previous/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{fedora-previous/build_url}'
|
|
- test_suite: test_integration/test_installation.py::TestHostnameValidator
|
|
- template: *ci-master-previous
|
|
- timeout: 3600
|
|
- topology: *master_1repl
|
|
-
|
|
- fedora-previous/automember:
|
|
- requires: [fedora-previous/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{fedora-previous/build_url}'
|
|
- test_suite: test_integration/test_automember.py
|
|
- template: *ci-master-previous
|
|
- timeout: 3600
|
|
- topology: *master_1repl
|
|
-
|
|
- fedora-previous/test_crlgen_manage:
|
|
- requires: [fedora-previous/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{fedora-previous/build_url}'
|
|
- test_suite: test_integration/test_crlgen_manage.py
|
|
- template: *ci-master-previous
|
|
- timeout: 3600
|
|
- topology: *master_1repl
|
|
-
|
|
- fedora-previous/test_integration_TestIPANotConfigured:
|
|
- requires: [fedora-previous/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{fedora-previous/build_url}'
|
|
- test_suite: test_integration/test_cli_ipa_not_configured.py::TestIPANotConfigured
|
|
- template: *ci-master-previous
|
|
- timeout: 10800
|
|
- topology: *master_1repl
|
|
-
|
|
- fedora-previous/test_sssd:
|
|
- requires: [fedora-previous/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunADTests
|
|
- args:
|
|
- build_url: '{fedora-previous/build_url}'
|
|
- test_suite: test_integration/test_sssd.py
|
|
- template: *ci-master-previous
|
|
- timeout: 7200
|
|
- topology: *adroot_adchild_adtree_master_1client
|
|
-
|
|
- fedora-previous/test_ca_custom_sdn:
|
|
- requires: [fedora-previous/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{fedora-previous/build_url}'
|
|
- test_suite: test_integration/test_ca_custom_sdn.py
|
|
- template: *ci-master-previous
|
|
- timeout: 7200
|
|
- topology: *master_1repl
|
|
-
|
|
- fedora-previous/test_membermanager:
|
|
- requires: [fedora-previous/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{fedora-previous/build_url}'
|
|
- test_suite: test_integration/test_membermanager.py
|
|
- template: *ci-master-previous
|
|
- timeout: 1800
|
|
- topology: *master_1repl
|
|
-
|
|
- fedora-previous/krbtpolicy:
|
|
- requires: [fedora-previous/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{fedora-previous/build_url}'
|
|
- test_suite: test_integration/test_krbtpolicy.py
|
|
- template: *ci-master-previous
|
|
- timeout: 4800
|
|
- topology: *master_1repl
|
|
-
|
|
- fedora-previous/test_winsyncmigrate:
|
|
- requires: [fedora-previous/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunADTests
|
|
- args:
|
|
- build_url: '{fedora-previous/build_url}'
|
|
- test_suite: test_integration/test_winsyncmigrate.py
|
|
- template: *ci-master-previous
|
|
- timeout: 4800
|
|
- topology: *ad_master
|
|
-
|
|
- fedora-previous/test_trust:
|
|
- requires: [fedora-previous/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunADTests
|
|
- args:
|
|
- build_url: '{fedora-previous/build_url}'
|
|
- test_suite: test_integration/test_trust.py
|
|
- template: *ci-master-previous
|
|
- timeout: 10000
|
|
- topology: *adroot_adchild_adtree_master_1client
|
|
-
|
|
- fedora-previous/test_backup_and_restore_TestBackupAndRestoreTrust:
|
|
- requires: [fedora-previous/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{fedora-previous/build_url}'
|
|
- test_suite: test_integration/test_backup_and_restore.py::TestBackupAndRestoreTrust
|
|
- template: *ci-master-previous
|
|
- timeout: 7200
|
|
- topology: *master_1repl
|
|
-
|
|
- fedora-previous/test_adtrust_install:
|
|
- requires: [fedora-previous/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{fedora-previous/build_url}'
|
|
- test_suite: test_integration/test_adtrust_install.py
|
|
- template: *ci-master-previous
|
|
- timeout: 3600
|
|
- topology: *master_1repl
|
|
-
|
|
- fedora-previous/test_cert:
|
|
- requires: [fedora-previous/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{fedora-previous/build_url}'
|
|
- test_suite: test_integration/test_cert.py
|
|
- template: *ci-master-previous
|
|
- timeout: 5400
|
|
- topology: *master_1repl_1client
|
|
-
|
|
- fedora-previous/test_epn:
|
|
- requires: [fedora-previous/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{fedora-previous/build_url}'
|
|
- test_suite: test_integration/test_epn.py
|
|
- template: *ci-master-previous
|
|
- timeout: 7200
|
|
- topology: *master_3client
|
|
-
|
|
- fedora-previous/test_acme:
|
|
- requires: [fedora-previous/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{fedora-previous/build_url}'
|
|
- test_suite: test_integration/test_acme.py
|
|
- template: *ci-master-previous
|
|
- timeout: 7200
|
|
- topology: *master_1repl_1client
|
|
-
|
|
- fedora-previous/test_dns:
|
|
- requires: [fedora-previous/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{fedora-previous/build_url}'
|
|
- test_suite: test_integration/test_dns.py
|
|
- template: *ci-master-previous
|
|
- timeout: 3600
|
|
- topology: *master_1repl
|
|
-
|
|
- fedora-previous/test_pwpolicy:
|
|
- requires: [fedora-previous/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{fedora-previous/build_url}'
|
|
- test_suite: test_integration/test_pwpolicy.py
|
|
- template: *ci-master-previous
|
|
- timeout: 3600
|
|
- topology: *master_1repl
|
|
-
|
|
- fedora-previous/test_cert_fix:
|
|
- requires: [fedora-previous/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{fedora-previous/build_url}'
|
|
- test_suite: test_integration/test_ipa_cert_fix.py
|
|
- template: *ci-master-previous
|
|
- timeout: 10800
|
|
- topology: *master_1repl
|
|
-
|
|
- fedora-previous/test_subids:
|
|
- requires: [fedora-previous/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{fedora-previous/build_url}'
|
|
- test_suite: test_integration/test_subids.py
|
|
- template: *ci-master-previous
|
|
- timeout: 3600
|
|
- topology: *master_1repl
|
|
-
|
|
- fedora-previous/test_custom_plugins:
|
|
- requires: [fedora-previous/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{fedora-previous/build_url}'
|
|
- test_suite: test_integration/test_custom_plugins.py
|
|
- template: *ci-master-previous
|
|
- timeout: 3600
|
|
- topology: *master_1repl
|
|
-
|
|
- fedora-previous/test_external_idp:
|
|
- requires: [fedora-previous/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{fedora-previous/build_url}'
|
|
- test_suite: test_integration/test_idp.py
|
|
- template: *ci-master-previous
|
|
- timeout: 5000
|
|
- topology: *master_2repl_1client
|
|
-
|
|
- fedora-previous/test_random_serial_numbers_TestInstallWithCA_DNS1_RSN:
|
|
- requires: [fedora-previous/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{fedora-previous/build_url}'
|
|
- test_suite: test_integration/test_random_serial_numbers.py::TestInstallWithCA_DNS1_RSN
|
|
- template: *ci-master-previous
|
|
- timeout: 10800
|
|
- topology: *master_3repl_1client
|
|
-
|
|
- fedora-previous/test_random_serial_numbers_TestInstallWithCA_KRA1_RSN:
|
|
- requires: [fedora-previous/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{fedora-previous/build_url}'
|
|
- test_suite: test_integration/test_random_serial_numbers.py::TestInstallWithCA_KRA1_RSN
|
|
- template: *ci-master-previous
|
|
- timeout: 10800
|
|
- topology: *master_3repl_1client
|
|
-
|
|
- fedora-previous/test_random_serial_numbers_test_commands_RSN:
|
|
- requires: [fedora-previous/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{fedora-previous/build_url}'
|
|
- test_suite: test_integration/test_random_serial_numbers.py::TestIPACommand_RSN::test_certificate_out_write_to_file
|
|
- template: *ci-master-previous
|
|
- timeout: 5400
|
|
- topology: *master_1repl_1client
|
|
-
|
|
- fedora-previous/test_caless_TestServerCALessToExternalCA_RSN:
|
|
- requires: [fedora-previous/build]
|
|
- priority: 50
|
|
- job:
|
|
- class: RunPytest
|
|
- args:
|
|
- build_url: '{fedora-previous/build_url}'
|
|
- test_suite: test_integration/test_random_serial_numbers.py::TestServerCALessToExternalCA_RSN
|
|
- template: *ci-master-previous
|
|
- timeout: 5400
|
|
- topology: *master_1repl
|
|
diff --git a/ipatests/prci_definitions/temp_commit.yaml b/ipatests/prci_definitions/temp_commit.yaml
|
|
index 9384492e0b498778484c4a5165976f4938e73938..78974b3ff2a0e460dff1005d29ce799c7e05c074 100644
|
|
--- a/ipatests/prci_definitions/temp_commit.yaml
|
|
+++ b/ipatests/prci_definitions/temp_commit.yaml
|
|
@@ -47,7 +47,7 @@ topologies:
|
|
memory: 14500
|
|
|
|
jobs:
|
|
- fedora-latest/build:
|
|
+ fedora-latest-ipa-4-10/build:
|
|
requires: []
|
|
priority: 100
|
|
job:
|
|
@@ -55,20 +55,20 @@ jobs:
|
|
args:
|
|
git_repo: '{git_repo}'
|
|
git_refspec: '{git_refspec}'
|
|
- template: &ci-master-latest
|
|
- name: freeipa/ci-master-f36
|
|
- version: 0.0.7
|
|
+ template: &ci-ipa-4-10-latest
|
|
+ name: freeipa/ci-ipa-4-10-f36
|
|
+ version: 0.0.1
|
|
timeout: 1800
|
|
topology: *build
|
|
|
|
- fedora-latest/temp_commit:
|
|
- requires: [fedora-latest/build]
|
|
+ fedora-latest-ipa-4-10/temp_commit:
|
|
+ requires: [fedora-latest-ipa-4-10/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
- build_url: '{fedora-latest/build_url}'
|
|
+ build_url: '{fedora-latest-ipa-4-10/build_url}'
|
|
test_suite: test_integration/test_REPLACEME.py
|
|
- template: *ci-master-latest
|
|
+ template: *ci-ipa-4-10-latest
|
|
timeout: 3600
|
|
topology: *master_1repl_1client
|
|
--
|
|
2.37.2
|
|
|