From 572809c77c4e0e76283616224557479b39852bd1 Mon Sep 17 00:00:00 2001 From: Florence Blanc-Renaud Date: Jan 12 2024 23:46:08 +0000 Subject: ipatests: update the test definitions on ipa-4-11 branch The tests are executed using a fedora 39 vagrant box. Available test suites: - gating (triggered on every new PR against ipa-4-11 branch) - nightly on latest fedora (f39 as of today) - nightly on latest fedora + selinux enforcing mode The job names follow the internal convention fedora-latest-ipa-4-11: they are executed on ipa-4-11 branch ipa-4-11 branch is tested only on fedora39, so latest means f39 here. Signed-off-by: Florence Blanc-Renaud Reviewed-By: Rafael Guterres Jeffman --- diff --git a/ipatests/prci_definitions/gating.yaml b/ipatests/prci_definitions/gating.yaml index 3e391cb..066567b 100644 --- a/ipatests/prci_definitions/gating.yaml +++ b/ipatests/prci_definitions/gating.yaml @@ -21,7 +21,7 @@ topologies: memory: 2750 jobs: - fedora-latest/build: + fedora-latest-ipa-4-11/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-f38 - version: 0.0.1 + template: &ci-ipa-4-11-latest + name: freeipa/ci-ipa-4-11-f39 + version: 0.0.0 timeout: 1800 topology: *build - fedora-latest/test_installation_TestInstallMaster: - requires: [fedora-latest/build] + fedora-latest-ipa-4-11/test_installation_TestInstallMaster: + requires: [fedora-latest-ipa-4-11/build] priority: 100 job: class: RunPytest args: - build_url: '{fedora-latest/build_url}' + build_url: '{fedora-latest-ipa-4-11/build_url}' test_suite: test_integration/test_installation.py::TestInstallMaster - template: *ci-master-latest + template: *ci-ipa-4-11-latest timeout: 7200 topology: *master_1repl - fedora-latest/simple_replication: - requires: [fedora-latest/build] + fedora-latest-ipa-4-11/simple_replication: + requires: [fedora-latest-ipa-4-11/build] priority: 100 job: class: RunPytest args: - build_url: '{fedora-latest/build_url}' + build_url: '{fedora-latest-ipa-4-11/build_url}' test_suite: test_integration/test_simple_replication.py - template: *ci-master-latest + template: *ci-ipa-4-11-latest timeout: 3600 topology: *master_1repl - fedora-latest/test_caless_TestServerReplicaCALessToCAFull: - requires: [fedora-latest/build] + fedora-latest-ipa-4-11/test_caless_TestServerReplicaCALessToCAFull: + requires: [fedora-latest-ipa-4-11/build] priority: 100 job: class: RunPytest args: - build_url: '{fedora-latest/build_url}' + build_url: '{fedora-latest-ipa-4-11/build_url}' test_suite: test_integration/test_caless.py::TestServerReplicaCALessToCAFull - template: *ci-master-latest + template: *ci-ipa-4-11-latest timeout: 3600 topology: *master_1repl - fedora-latest/test_external_ca_TestExternalCA: - requires: [fedora-latest/build] + fedora-latest-ipa-4-11/test_external_ca_TestExternalCA: + requires: [fedora-latest-ipa-4-11/build] priority: 100 job: class: RunPytest args: - build_url: '{fedora-latest/build_url}' + build_url: '{fedora-latest-ipa-4-11/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-11-latest timeout: 4800 topology: *master_1repl_1client - fedora-latest/test_external_ca_TestSelfExternalSelf: - requires: [fedora-latest/build] + fedora-latest-ipa-4-11/test_external_ca_TestSelfExternalSelf: + requires: [fedora-latest-ipa-4-11/build] priority: 100 job: class: RunPytest args: - build_url: '{fedora-latest/build_url}' + build_url: '{fedora-latest-ipa-4-11/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-11-latest timeout: 3600 topology: *master_1repl - fedora-latest/external_ca_templates: - requires: [fedora-latest/build] + fedora-latest-ipa-4-11/external_ca_templates: + requires: [fedora-latest-ipa-4-11/build] priority: 100 job: class: RunPytest args: - build_url: '{fedora-latest/build_url}' + build_url: '{fedora-latest-ipa-4-11/build_url}' test_suite: test_integration/test_external_ca.py::TestExternalCAProfileScenarios - template: *ci-master-latest + template: *ci-ipa-4-11-latest timeout: 3600 topology: *master_1repl - fedora-latest/test_topologies: - requires: [fedora-latest/build] + fedora-latest-ipa-4-11/test_topologies: + requires: [fedora-latest-ipa-4-11/build] priority: 100 job: class: RunPytest args: - build_url: '{fedora-latest/build_url}' + build_url: '{fedora-latest-ipa-4-11/build_url}' test_suite: test_integration/test_topologies.py - template: *ci-master-latest + template: *ci-ipa-4-11-latest timeout: 3600 topology: *master_1repl - fedora-latest/test_sudo: - requires: [fedora-latest/build] + fedora-latest-ipa-4-11/test_sudo: + requires: [fedora-latest-ipa-4-11/build] priority: 100 job: class: RunPytest args: - build_url: '{fedora-latest/build_url}' + build_url: '{fedora-latest-ipa-4-11/build_url}' test_suite: test_integration/test_sudo.py - template: *ci-master-latest + template: *ci-ipa-4-11-latest timeout: 4800 topology: *master_1repl_1client - fedora-latest/test_commands: - requires: [fedora-latest/build] + fedora-latest-ipa-4-11/test_commands: + requires: [fedora-latest-ipa-4-11/build] priority: 100 job: class: RunPytest args: - build_url: '{fedora-latest/build_url}' + build_url: '{fedora-latest-ipa-4-11/build_url}' test_suite: test_integration/test_commands.py - template: *ci-master-latest + template: *ci-ipa-4-11-latest timeout: 5400 topology: *master_1repl_1client - fedora-latest/test_kerberos_flags: - requires: [fedora-latest/build] + fedora-latest-ipa-4-11/test_kerberos_flags: + requires: [fedora-latest-ipa-4-11/build] priority: 100 job: class: RunPytest args: - build_url: '{fedora-latest/build_url}' + build_url: '{fedora-latest-ipa-4-11/build_url}' test_suite: test_integration/test_kerberos_flags.py - template: *ci-master-latest + template: *ci-ipa-4-11-latest timeout: 3600 topology: *master_1repl_1client - fedora-latest/test_forced_client_enrolment: - requires: [fedora-latest/build] + fedora-latest-ipa-4-11/test_forced_client_enrolment: + requires: [fedora-latest-ipa-4-11/build] priority: 100 job: class: RunPytest args: - build_url: '{fedora-latest/build_url}' + build_url: '{fedora-latest-ipa-4-11/build_url}' test_suite: test_integration/test_forced_client_reenrollment.py - template: *ci-master-latest + template: *ci-ipa-4-11-latest timeout: 4800 topology: *master_1repl_1client - fedora-latest/test_advise: - requires: [fedora-latest/build] + fedora-latest-ipa-4-11/test_advise: + requires: [fedora-latest-ipa-4-11/build] priority: 100 job: class: RunPytest args: - build_url: '{fedora-latest/build_url}' + build_url: '{fedora-latest-ipa-4-11/build_url}' test_suite: test_integration/test_advise.py - template: *ci-master-latest + template: *ci-ipa-4-11-latest timeout: 3600 topology: *master_1repl_1client - fedora-latest/test_testconfig: - requires: [fedora-latest/build] + fedora-latest-ipa-4-11/test_testconfig: + requires: [fedora-latest-ipa-4-11/build] priority: 100 job: class: RunPytest args: - build_url: '{fedora-latest/build_url}' + build_url: '{fedora-latest-ipa-4-11/build_url}' test_suite: test_integration/test_testconfig.py - template: *ci-master-latest + template: *ci-ipa-4-11-latest timeout: 3600 topology: *master_1repl - fedora-latest/test_service_permissions: - requires: [fedora-latest/build] + fedora-latest-ipa-4-11/test_service_permissions: + requires: [fedora-latest-ipa-4-11/build] priority: 100 job: class: RunPytest args: - build_url: '{fedora-latest/build_url}' + build_url: '{fedora-latest-ipa-4-11/build_url}' test_suite: test_integration/test_service_permissions.py - template: *ci-master-latest + template: *ci-ipa-4-11-latest timeout: 3600 topology: *master_1repl - fedora-latest/test_netgroup: - requires: [fedora-latest/build] + fedora-latest-ipa-4-11/test_netgroup: + requires: [fedora-latest-ipa-4-11/build] priority: 100 job: class: RunPytest args: - build_url: '{fedora-latest/build_url}' + build_url: '{fedora-latest-ipa-4-11/build_url}' test_suite: test_integration/test_netgroup.py - template: *ci-master-latest + template: *ci-ipa-4-11-latest timeout: 3600 topology: *master_1repl - fedora-latest/test_authconfig: - requires: [fedora-latest/build] + fedora-latest-ipa-4-11/test_authconfig: + requires: [fedora-latest-ipa-4-11/build] priority: 100 job: class: RunPytest args: - build_url: '{fedora-latest/build_url}' + build_url: '{fedora-latest-ipa-4-11/build_url}' test_suite: test_integration/test_authselect.py - template: *ci-master-latest + template: *ci-ipa-4-11-latest timeout: 4800 topology: *master_1repl_1client - fedora-latest/test_replica_promotion_TestSubCAkeyReplication: - requires: [fedora-latest/build] + fedora-latest-ipa-4-11/test_replica_promotion_TestSubCAkeyReplication: + requires: [fedora-latest-ipa-4-11/build] priority: 100 job: class: RunPytest args: - build_url: '{fedora-latest/build_url}' + build_url: '{fedora-latest-ipa-4-11/build_url}' test_suite: test_integration/test_replica_promotion.py::TestSubCAkeyReplication - template: *ci-master-latest + template: *ci-ipa-4-11-latest timeout: 3600 topology: *master_1repl - fedora-latest/test_dnssec_TestInstallDNSSECFirst: - requires: [fedora-latest/build] + fedora-latest-ipa-4-11/test_dnssec_TestInstallDNSSECFirst: + requires: [fedora-latest-ipa-4-11/build] priority: 100 job: class: RunPytest args: - build_url: '{fedora-latest/build_url}' + build_url: '{fedora-latest-ipa-4-11/build_url}' test_suite: test_integration/test_dnssec.py::TestInstallDNSSECFirst - template: *ci-master-latest + template: *ci-ipa-4-11-latest timeout: 3600 topology: *master_1repl - fedora-latest/test_membermanager: - requires: [fedora-latest/build] + fedora-latest-ipa-4-11/test_membermanager: + requires: [fedora-latest-ipa-4-11/build] priority: 100 job: class: RunPytest args: - build_url: '{fedora-latest/build_url}' + build_url: '{fedora-latest-ipa-4-11/build_url}' test_suite: test_integration/test_membermanager.py - template: *ci-master-latest + template: *ci-ipa-4-11-latest timeout: 1800 topology: *master_1repl - fedora-latest/test_adtrust_install: - requires: [fedora-latest/build] + fedora-latest-ipa-4-11/test_adtrust_install: + requires: [fedora-latest-ipa-4-11/build] priority: 100 job: class: RunPytest args: - build_url: '{fedora-latest/build_url}' + build_url: '{fedora-latest-ipa-4-11/build_url}' test_suite: test_integration/test_adtrust_install.py - template: *ci-master-latest + template: *ci-ipa-4-11-latest timeout: 3600 topology: *master_1repl - fedora-latest/test_cert: - requires: [fedora-latest/build] + fedora-latest-ipa-4-11/test_cert: + requires: [fedora-latest-ipa-4-11/build] priority: 100 job: class: RunPytest args: - build_url: '{fedora-latest/build_url}' + build_url: '{fedora-latest-ipa-4-11/build_url}' test_suite: test_integration/test_cert.py - template: *ci-master-latest + template: *ci-ipa-4-11-latest timeout: 5400 topology: *master_1repl_1client - fedora-latest/test_upgrade: - requires: [fedora-latest/build] + fedora-latest-ipa-4-11/test_upgrade: + requires: [fedora-latest-ipa-4-11/build] priority: 100 job: class: RunPytest args: - build_url: '{fedora-latest/build_url}' + build_url: '{fedora-latest-ipa-4-11/build_url}' test_suite: test_integration/test_upgrade.py - template: *ci-master-latest + template: *ci-ipa-4-11-latest timeout: 3600 topology: *master_1repl - fedora-latest/test_subids: - requires: [fedora-latest/build] + fedora-latest-ipa-4-11/test_subids: + requires: [fedora-latest-ipa-4-11/build] priority: 100 job: class: RunPytest args: - build_url: '{fedora-latest/build_url}' + build_url: '{fedora-latest-ipa-4-11/build_url}' test_suite: test_integration/test_subids.py - template: *ci-master-latest + template: *ci-ipa-4-11-latest timeout: 3600 topology: *master_1repl_1client diff --git a/ipatests/prci_definitions/nightly_ipa-4-11_latest.yaml b/ipatests/prci_definitions/nightly_ipa-4-11_latest.yaml new file mode 100644 index 0000000..f91f73f --- /dev/null +++ b/ipatests/prci_definitions/nightly_ipa-4-11_latest.yaml @@ -0,0 +1,1899 @@ +topologies: + build: &build + name: build + cpu: 2 + memory: 3800 + master_3client: &master_3client + name: master_3client + cpu: 5 + memory: 7750 + master_1repl: &master_1repl + name: master_1repl + cpu: 4 + memory: 6750 + master_1repl_1client: &master_1repl_1client + name: master_1repl_1client + cpu: 4 + memory: 8000 + ipaserver: &ipaserver + name: ipaserver + cpu: 2 + memory: 2750 + master_2repl_1client: &master_2repl_1client + name: master_2repl_1client + cpu: 5 + memory: 10750 + master_3repl_1client: &master_3repl_1client + name: master_3repl_1client + cpu: 6 + memory: 13500 + ad_master_2client: &ad_master_2client + name: ad_master_2client + cpu: 4 + memory: 10596 + ad_master: &ad_master + name: ad_master + cpu: 4 + memory: 8096 + adroot_adchild_adtree_master_1client: &adroot_adchild_adtree_master_1client + name: adroot_adchild_adtree_master_1client + cpu: 8 + memory: 14466 + +jobs: + fedora-latest-ipa-4-11/build: + requires: [] + priority: 100 + job: + class: Build + args: + git_repo: '{git_repo}' + git_refspec: '{git_refspec}' + template: &ci-ipa-4-11-latest + name: freeipa/ci-ipa-4-11-f39 + version: 0.0.0 + timeout: 1800 + topology: *build + + fedora-latest-ipa-4-11/simple_replication: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + test_suite: test_integration/test_simple_replication.py + template: *ci-ipa-4-11-latest + timeout: 3600 + topology: *master_1repl + + fedora-latest-ipa-4-11/test_external_ca_TestExternalCA: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + test_suite: test_integration/test_external_ca.py::TestExternalCA test_integration/test_external_ca.py::TestExternalCAConstraints + template: *ci-ipa-4-11-latest + timeout: 4800 + topology: *master_1repl_1client + + fedora-latest-ipa-4-11/test_external_ca_TestSelfExternalSelf: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + test_suite: test_integration/test_external_ca.py::TestSelfExternalSelf test_integration/test_external_ca.py::TestExternalCAInstall + template: *ci-ipa-4-11-latest + timeout: 3600 + topology: *master_1repl + + fedora-latest-ipa-4-11/external_ca_templates: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + test_suite: test_integration/test_external_ca.py::TestExternalCAProfileScenarios + template: *ci-ipa-4-11-latest + timeout: 3600 + topology: *master_1repl + + fedora-latest-ipa-4-11/test_topologies: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + test_suite: test_integration/test_topologies.py + template: *ci-ipa-4-11-latest + timeout: 3600 + topology: *master_1repl + + fedora-latest-ipa-4-11/test_sudo: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + test_suite: test_integration/test_sudo.py + template: *ci-ipa-4-11-latest + timeout: 4800 + topology: *master_1repl_1client + + fedora-latest-ipa-4-11/test_commands: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + test_suite: test_integration/test_commands.py + template: *ci-ipa-4-11-latest + timeout: 5400 + topology: *master_1repl_1client + + fedora-latest-ipa-4-11/test_kerberos_flags: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + test_suite: test_integration/test_kerberos_flags.py + template: *ci-ipa-4-11-latest + timeout: 3600 + topology: *master_1repl_1client + + fedora-latest-ipa-4-11/test_http_kdc_proxy: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunADTests + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + test_suite: test_integration/test_http_kdc_proxy.py + template: *ci-ipa-4-11-latest + timeout: 7200 + topology: *ad_master_2client + + fedora-latest-ipa-4-11/test_fips: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + test_suite: test_integration/test_fips.py + template: *ci-ipa-4-11-latest + timeout: 7200 + topology: *master_1repl_1client + + fedora-latest-ipa-4-11/test_forced_client_enrolment: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + test_suite: test_integration/test_forced_client_reenrollment.py + template: *ci-ipa-4-11-latest + timeout: 4800 + topology: *master_1repl_1client + + fedora-latest-ipa-4-11/test_advise: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + test_suite: test_integration/test_advise.py + template: *ci-ipa-4-11-latest + timeout: 3600 + topology: *master_1repl_1client + + fedora-latest-ipa-4-11/test_testconfig: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + test_suite: test_integration/test_testconfig.py + template: *ci-ipa-4-11-latest + timeout: 3600 + topology: *master_1repl + + fedora-latest-ipa-4-11/test_service_permissions: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + test_suite: test_integration/test_service_permissions.py + template: *ci-ipa-4-11-latest + timeout: 3600 + topology: *master_1repl + + fedora-latest-ipa-4-11/test_netgroup: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + test_suite: test_integration/test_netgroup.py + template: *ci-ipa-4-11-latest + timeout: 3600 + topology: *master_1repl + + fedora-latest-ipa-4-11/test_vault: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + test_suite: test_integration/test_vault.py + template: *ci-ipa-4-11-latest + timeout: 6300 + topology: *master_1repl + + fedora-latest-ipa-4-11/test_authconfig: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + test_suite: test_integration/test_authselect.py + template: *ci-ipa-4-11-latest + timeout: 4800 + topology: *master_1repl_1client + + fedora-latest-ipa-4-11/test_smb: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunADTests + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + test_suite: test_integration/test_smb.py + template: *ci-ipa-4-11-latest + timeout: 7200 + topology: *ad_master_2client + + fedora-latest-ipa-4-11/test_server_del: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + test_suite: test_integration/test_server_del.py + template: *ci-ipa-4-11-latest + timeout: 10800 + topology: *master_2repl_1client + + fedora-latest-ipa-4-11/test_installation_TestInstallWithCA1: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + test_suite: test_integration/test_installation.py::TestInstallWithCA1 + template: *ci-ipa-4-11-latest + timeout: 10800 + topology: *master_3repl_1client + + fedora-latest-ipa-4-11/test_installation_TestInstallWithCA2: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + test_suite: test_integration/test_installation.py::TestInstallWithCA2 + template: *ci-ipa-4-11-latest + timeout: 10800 + topology: *master_3repl_1client + + fedora-latest-ipa-4-11/test_installation_TestInstallCA: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + test_suite: test_integration/test_installation.py::TestInstallCA + template: *ci-ipa-4-11-latest + timeout: 10800 + topology: *master_2repl_1client + + fedora-latest-ipa-4-11/test_installation_TestInstallWithCA_KRA1: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + test_suite: test_integration/test_installation.py::TestInstallWithCA_KRA1 + template: *ci-ipa-4-11-latest + timeout: 10800 + topology: *master_3repl_1client + + fedora-latest-ipa-4-11/test_installation_TestInstallWithCA_KRA2: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + test_suite: test_integration/test_installation.py::TestInstallWithCA_KRA2 + template: *ci-ipa-4-11-latest + timeout: 10800 + topology: *master_3repl_1client + + fedora-latest-ipa-4-11/test_installation_TestInstallWithCA_DNS1: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + test_suite: test_integration/test_installation.py::TestInstallWithCA_DNS1 + template: *ci-ipa-4-11-latest + timeout: 10800 + topology: *master_3repl_1client + + fedora-latest-ipa-4-11/test_installation_TestInstallWithCA_DNS2: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + test_suite: test_integration/test_installation.py::TestInstallWithCA_DNS2 + template: *ci-ipa-4-11-latest + timeout: 10800 + topology: *master_3repl_1client + + fedora-latest-ipa-4-11/test_installation_TestInstallWithCA_DNS3: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + test_suite: test_integration/test_installation.py::TestInstallWithCA_DNS3 + template: *ci-ipa-4-11-latest + timeout: 3600 + topology: *master_1repl + + fedora-latest-ipa-4-11/test_installation_TestInstallWithCA_DNS4: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + test_suite: test_integration/test_installation.py::TestInstallWithCA_DNS4 + template: *ci-ipa-4-11-latest + timeout: 3600 + topology: *master_1repl + + fedora-latest-ipa-4-11/test_installation_TestInstallWithCA_KRA_DNS1: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + test_suite: test_integration/test_installation.py::TestInstallWithCA_KRA_DNS1 + template: *ci-ipa-4-11-latest + timeout: 10800 + topology: *master_3repl_1client + + fedora-latest-ipa-4-11/test_installation_TestInstallWithCA_KRA_DNS2: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + test_suite: test_integration/test_installation.py::TestInstallWithCA_KRA_DNS2 + template: *ci-ipa-4-11-latest + timeout: 10800 + topology: *master_3repl_1client + + fedora-latest-ipa-4-11/test_installation_TestInstallMaster: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + test_suite: test_integration/test_installation.py::TestInstallMaster + template: *ci-ipa-4-11-latest + timeout: 10800 + topology: *master_1repl + + fedora-latest-ipa-4-11/test_installation_TestInstallMasterKRA: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + test_suite: test_integration/test_installation.py::TestInstallMasterKRA + template: *ci-ipa-4-11-latest + timeout: 10800 + topology: *master_1repl + + fedora-latest-ipa-4-11/test_installation_TestInstallMasterDNS: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + test_suite: test_integration/test_installation.py::TestInstallMasterDNS + template: *ci-ipa-4-11-latest + timeout: 10800 + topology: *master_1repl + + fedora-latest-ipa-4-11/test_installation_TestInstallMasterDNSRepeatedly: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + test_suite: test_integration/test_installation.py::TestInstallMasterDNSRepeatedly + template: *ci-ipa-4-11-latest + timeout: 10800 + topology: *master_1repl + + fedora-latest-ipa-4-11/test_installation_TestInstallMasterReservedIPasForwarder: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + test_suite: test_integration/test_installation.py::TestInstallMasterReservedIPasForwarder + template: *ci-ipa-4-11-latest + timeout: 10800 + topology: *master_1repl + + fedora-latest-ipa-4-11/test_installation_TestInstallMasterReplica: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + test_suite: test_integration/test_installation.py::TestInstallMasterReplica + template: *ci-ipa-4-11-latest + timeout: 10800 + topology: *master_1repl + + fedora-latest-ipa-4-11/test_installation_TestInstallReplicaAgainstSpecificServer: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + test_suite: test_integration/test_installation.py::TestInstallReplicaAgainstSpecificServer + template: *ci-ipa-4-11-latest + timeout: 10800 + topology: *master_2repl_1client + + fedora-latest-ipa-4-11/test_installation_TestADTrustInstall: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + test_suite: test_integration/test_installation.py::TestADTrustInstall + template: *ci-ipa-4-11-latest + timeout: 10800 + topology: *master_2repl_1client + + fedora-latest-ipa-4-11/test_installation_TestADTrustInstallWithDNS_KRA_ADTrust: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + test_suite: test_integration/test_installation.py::TestADTrustInstallWithDNS_KRA_ADTrust + template: *ci-ipa-4-11-latest + timeout: 10800 + topology: *master_2repl_1client + + fedora-latest-ipa-4-11/test_installation_TestKRAinstallAfterCertRenew: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + test_suite: test_integration/test_installation.py::TestKRAinstallAfterCertRenew + template: *ci-ipa-4-11-latest + timeout: 10800 + topology: *master_1repl + + fedora-latest-ipa-4-11/test_installation_TestInstallWithoutSudo: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + test_suite: test_integration/test_installation.py::TestInstallWithoutSudo + template: *ci-ipa-4-11-latest + timeout: 4800 + topology: *master_1repl_1client + + fedora-latest-ipa-4-11/test_installation_TestInstallWithoutNamed: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + test_suite: test_integration/test_installation.py::TestInstallWithoutNamed + template: *ci-ipa-4-11-latest + timeout: 4800 + topology: *master_1repl + + fedora-latest-ipa-4-11/test_installation_TestInstallwithSHA384withRSA: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + test_suite: test_integration/test_installation.py::TestInstallwithSHA384withRSA + template: *ci-ipa-4-11-latest + timeout: 3600 + topology: *master_1repl + + fedora-latest-ipa-4-11/test_idviews: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunADTests + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + test_suite: test_integration/test_idviews.py + template: *ci-ipa-4-11-latest + timeout: 7200 + topology: *ad_master_2client + + fedora-latest-ipa-4-11/test_caless_TestServerInstall: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + test_suite: test_integration/test_caless.py::TestServerInstall + template: *ci-ipa-4-11-latest + timeout: 12000 + topology: *master_1repl + + fedora-latest-ipa-4-11/test_caless_TestReplicaInstall: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + test_suite: test_integration/test_caless.py::TestReplicaInstall + template: *ci-ipa-4-11-latest + timeout: 7200 + topology: *master_1repl + + fedora-latest-ipa-4-11/test_caless_TestClientInstall: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + test_suite: test_integration/test_caless.py::TestClientInstall + template: *ci-ipa-4-11-latest + timeout: 5400 + # actually master_1client + topology: *master_1repl_1client + + fedora-latest-ipa-4-11/test_caless_TestIPACommands: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + test_suite: test_integration/test_caless.py::TestIPACommands + template: *ci-ipa-4-11-latest + timeout: 5400 + topology: *master_1repl + + fedora-latest-ipa-4-11/test_caless_TestCertInstall: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + test_suite: test_integration/test_caless.py::TestCertInstall + template: *ci-ipa-4-11-latest + timeout: 5400 + topology: *master_1repl + + fedora-latest-ipa-4-11/test_caless_TestPKINIT: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + test_suite: test_integration/test_caless.py::TestPKINIT + template: *ci-ipa-4-11-latest + timeout: 5400 + topology: *master_1repl + + fedora-latest-ipa-4-11/test_caless_TestServerReplicaCALessToCAFull: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + test_suite: test_integration/test_caless.py::TestServerReplicaCALessToCAFull + template: *ci-ipa-4-11-latest + timeout: 5400 + topology: *master_1repl + + fedora-latest-ipa-4-11/test_caless_TestReplicaCALessToCAFull: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + test_suite: test_integration/test_caless.py::TestReplicaCALessToCAFull + template: *ci-ipa-4-11-latest + timeout: 5400 + topology: *master_1repl + + fedora-latest-ipa-4-11/test_caless_TestServerCALessToExternalCA: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + test_suite: test_integration/test_caless.py::TestServerCALessToExternalCA + template: *ci-ipa-4-11-latest + timeout: 5400 + topology: *master_1repl + + fedora-latest-ipa-4-11/test_backup_and_restore_TestUserRootFilesOwnershipPermission: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + test_suite: test_integration/test_backup_and_restore.py::TestUserRootFilesOwnershipPermission + template: *ci-ipa-4-11-latest + timeout: 7200 + topology: *master_1repl + + fedora-latest-ipa-4-11/test_backup_and_restore_TestBackupAndRestore: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + test_suite: test_integration/test_backup_and_restore.py::TestBackupAndRestore + template: *ci-ipa-4-11-latest + timeout: 7200 + topology: *master_1repl + + fedora-latest-ipa-4-11/test_backup_and_restore_TestBackupAndRestoreWithDNSSEC: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + test_suite: test_integration/test_backup_and_restore.py::TestBackupAndRestoreWithDNSSEC + template: *ci-ipa-4-11-latest + timeout: 7200 + topology: *master_1repl + + fedora-latest-ipa-4-11/test_backup_and_restore_TestBackupReinstallRestoreWithDNSSEC: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + test_suite: test_integration/test_backup_and_restore.py::TestBackupReinstallRestoreWithDNSSEC + template: *ci-ipa-4-11-latest + timeout: 7200 + topology: *master_1repl + + fedora-latest-ipa-4-11/test_backup_and_restore_TestBackupAndRestoreWithDNS: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + test_suite: test_integration/test_backup_and_restore.py::TestBackupAndRestoreWithDNS + template: *ci-ipa-4-11-latest + timeout: 7200 + topology: *master_1repl + + fedora-latest-ipa-4-11/test_backup_and_restore_TestBackupReinstallRestoreWithDNS: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + test_suite: test_integration/test_backup_and_restore.py::TestBackupReinstallRestoreWithDNS + template: *ci-ipa-4-11-latest + timeout: 7200 + topology: *master_1repl + + fedora-latest-ipa-4-11/test_backup_and_restore_TestBackupAndRestoreWithKRA: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + test_suite: test_integration/test_backup_and_restore.py::TestBackupAndRestoreWithKRA + template: *ci-ipa-4-11-latest + timeout: 7200 + topology: *master_1repl + + fedora-latest-ipa-4-11/test_backup_and_restore_TestBackupReinstallRestoreWithKRA: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + test_suite: test_integration/test_backup_and_restore.py::TestBackupReinstallRestoreWithKRA + template: *ci-ipa-4-11-latest + timeout: 7200 + topology: *master_1repl + + fedora-latest-ipa-4-11/test_backup_and_restore_TestBackupAndRestoreWithReplica: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + test_suite: test_integration/test_backup_and_restore.py::TestBackupAndRestoreWithReplica + template: *ci-ipa-4-11-latest + timeout: 7200 + topology: *master_2repl_1client + + fedora-latest-ipa-4-11/test_backup_and_restore_TestBackupAndRestoreDMPassword: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + test_suite: test_integration/test_backup_and_restore.py::TestBackupAndRestoreDMPassword + template: *ci-ipa-4-11-latest + timeout: 7200 + topology: *master_1repl + + fedora-latest-ipa-4-11/test_backup_and_restore_TestReplicaInstallAfterRestore: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + test_suite: test_integration/test_backup_and_restore.py::TestReplicaInstallAfterRestore + template: *ci-ipa-4-11-latest + timeout: 7200 + topology: *master_2repl_1client + + fedora-latest-ipa-4-11/test_backup_and_restore_TestBackupRoles: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + test_suite: test_integration/test_backup_and_restore.py::TestBackupRoles + template: *ci-ipa-4-11-latest + timeout: 7200 + topology: *master_1repl + + fedora-latest-ipa-4-11/test_dnssec: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + test_suite: test_integration/test_dnssec.py + template: *ci-ipa-4-11-latest + timeout: 10800 + topology: *master_2repl_1client + + fedora-latest-ipa-4-11/test_replica_promotion_TestReplicaPromotionLevel1: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + test_suite: test_integration/test_replica_promotion.py::TestReplicaPromotionLevel1 + template: *ci-ipa-4-11-latest + timeout: 7200 + topology: *master_1repl + + fedora-latest-ipa-4-11/test_replica_promotion_TestUnprivilegedUserPermissions: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + test_suite: test_integration/test_replica_promotion.py::TestUnprivilegedUserPermissions + template: *ci-ipa-4-11-latest + timeout: 7200 + topology: *master_1repl + + fedora-latest-ipa-4-11/test_replica_promotion_TestProhibitReplicaUninstallation: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + test_suite: test_integration/test_replica_promotion.py::TestProhibitReplicaUninstallation + template: *ci-ipa-4-11-latest + timeout: 7200 + topology: *master_2repl_1client + + fedora-latest-ipa-4-11/test_replica_promotion_TestWrongClientDomain: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + test_suite: test_integration/test_replica_promotion.py::TestWrongClientDomain + template: *ci-ipa-4-11-latest + timeout: 7200 + topology: *master_1repl + + fedora-latest-ipa-4-11/test_replica_promotion_TestRenewalMaster: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + test_suite: test_integration/test_replica_promotion.py::TestRenewalMaster + template: *ci-ipa-4-11-latest + timeout: 7200 + topology: *master_1repl + + fedora-latest-ipa-4-11/test_replica_promotion_TestReplicaInstallWithExistingEntry: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + test_suite: test_integration/test_replica_promotion.py::TestReplicaInstallWithExistingEntry + template: *ci-ipa-4-11-latest + timeout: 7200 + topology: *master_1repl + + fedora-latest-ipa-4-11/test_replica_promotion_TestSubCAkeyReplication: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + test_suite: test_integration/test_replica_promotion.py::TestSubCAkeyReplication + template: *ci-ipa-4-11-latest + timeout: 7200 + topology: *master_1repl + + fedora-latest-ipa-4-11/test_replica_promotion_TestReplicaInstallCustodia: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + test_suite: test_integration/test_replica_promotion.py::TestReplicaInstallCustodia + template: *ci-ipa-4-11-latest + timeout: 7200 + topology: *master_2repl_1client + + fedora-latest-ipa-4-11/test_replica_promotion_TestReplicaInForwardZone: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + test_suite: test_integration/test_replica_promotion.py::TestReplicaInForwardZone + template: *ci-ipa-4-11-latest + timeout: 7200 + topology: *master_1repl + + fedora-latest-ipa-4-11/test_replica_promotion_TestHiddenReplicaPromotion: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + test_suite: test_integration/test_replica_promotion.py::TestHiddenReplicaPromotion + template: *ci-ipa-4-11-latest + timeout: 7200 + topology: *master_2repl_1client + + fedora-latest-ipa-4-11/test_replica_promotion_TestHiddenReplicaKRA: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + test_suite: test_integration/test_replica_promotion.py::TestHiddenReplicaKRA + template: *ci-ipa-4-11-latest + timeout: 7200 + topology: *master_2repl_1client + + fedora-latest-ipa-4-11/test_upgrade: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + test_suite: test_integration/test_upgrade.py + template: *ci-ipa-4-11-latest + timeout: 7200 + topology: *master_1repl + + fedora-latest-ipa-4-11/test_topology_TestCASpecificRUVs: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + test_suite: test_integration/test_topology.py::TestCASpecificRUVs + template: *ci-ipa-4-11-latest + timeout: 7200 + topology: *master_3repl_1client + + fedora-latest-ipa-4-11/test_topology_TestTopologyOptions: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + test_suite: test_integration/test_topology.py::TestTopologyOptions + template: *ci-ipa-4-11-latest + timeout: 7200 + topology: *master_3repl_1client + + fedora-latest-ipa-4-11/test_replication_layouts_TestLineTopologyWithoutCA: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + test_suite: test_integration/test_replication_layouts.py::TestLineTopologyWithoutCA + template: *ci-ipa-4-11-latest + timeout: 7200 + topology: *master_3repl_1client + + fedora-latest-ipa-4-11/test_replication_layouts_TestLineTopologyWithCA: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + test_suite: test_integration/test_replication_layouts.py::TestLineTopologyWithCA + template: *ci-ipa-4-11-latest + timeout: 10800 + topology: *master_3repl_1client + + fedora-latest-ipa-4-11/test_replication_layouts_TestLineTopologyWithCAKRA: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + test_suite: test_integration/test_replication_layouts.py::TestLineTopologyWithCAKRA + template: *ci-ipa-4-11-latest + timeout: 10800 + topology: *master_3repl_1client + + fedora-latest-ipa-4-11/test_replication_layouts.py_TestStarTopologyWithoutCA: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + test_suite: test_integration/test_replication_layouts.py::TestStarTopologyWithoutCA + template: *ci-ipa-4-11-latest + timeout: 7200 + topology: *master_3repl_1client + + fedora-latest-ipa-4-11/test_replication_layouts_TestStarTopologyWithCA: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + test_suite: test_integration/test_replication_layouts.py::TestStarTopologyWithCA + template: *ci-ipa-4-11-latest + timeout: 7200 + topology: *master_3repl_1client + + fedora-latest-ipa-4-11/test_replication_layouts_TestStarTopologyWithCAKRA: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + test_suite: test_integration/test_replication_layouts.py::TestStarTopologyWithCAKRA + template: *ci-ipa-4-11-latest + timeout: 10800 + topology: *master_3repl_1client + + fedora-latest-ipa-4-11/test_replication_layouts_TestCompleteTopologyWithoutCA: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + test_suite: test_integration/test_replication_layouts.py::TestCompleteTopologyWithoutCA + template: *ci-ipa-4-11-latest + timeout: 7200 + topology: *master_3repl_1client + + fedora-latest-ipa-4-11/test_replication_layouts_TestCompleteTopologyWithCA: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + test_suite: test_integration/test_replication_layouts.py::TestCompleteTopologyWithCA + template: *ci-ipa-4-11-latest + timeout: 7200 + topology: *master_3repl_1client + + fedora-latest-ipa-4-11/test_replication_layouts_TestCompleteTopologyWithCAKRA: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + test_suite: test_integration/test_replication_layouts.py::TestCompleteTopologyWithCAKRA + template: *ci-ipa-4-11-latest + timeout: 7200 + topology: *master_3repl_1client + + fedora-latest-ipa-4-11/test_client_uninstallation: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + test_suite: test_integration/test_uninstallation.py + template: *ci-ipa-4-11-latest + timeout: 7200 + topology: *master_1repl_1client + + fedora-latest-ipa-4-11/test_installation_client: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + test_suite: test_integration/test_installation_client.py + template: *ci-ipa-4-11-latest + timeout: 3600 + topology: *master_3client + + fedora-latest-ipa-4-11/test_user_permissions: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + test_suite: test_integration/test_user_permissions.py + template: *ci-ipa-4-11-latest + timeout: 3600 + topology: *master_1repl_1client + + fedora-latest-ipa-4-11/test_webui_cert: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunWebuiTests + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + test_suite: test_webui/test_cert.py + template: *ci-ipa-4-11-latest + timeout: 2400 + topology: *ipaserver + + fedora-latest-ipa-4-11/test_webui_general: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunWebuiTests + args: + build_url: '{fedora-latest-ipa-4-11/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-ipa-4-11-latest + timeout: 3600 + topology: *ipaserver + + fedora-latest-ipa-4-11/test_webui_host: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunWebuiTests + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + test_suite: test_webui/test_host.py + template: *ci-ipa-4-11-latest + timeout: 3600 + topology: *ipaserver + + fedora-latest-ipa-4-11/test_webui_host_net_groups: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunWebuiTests + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + test_suite: >- + test_webui/test_hostgroup.py + test_webui/test_netgroup.py + template: *ci-ipa-4-11-latest + timeout: 3600 + topology: *ipaserver + + fedora-latest-ipa-4-11/test_webui_identity: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunWebuiTests + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + test_suite: >- + test_webui/test_automember.py + test_webui/test_idviews.py + template: *ci-ipa-4-11-latest + timeout: 3600 + topology: *ipaserver + + fedora-latest-ipa-4-11/test_webui_network: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunWebuiTests + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + test_suite: >- + test_webui/test_automount.py + test_webui/test_dns.py + test_webui/test_vault.py + template: *ci-ipa-4-11-latest + timeout: 3600 + topology: *ipaserver + + fedora-latest-ipa-4-11/test_webui_policy: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunWebuiTests + args: + build_url: '{fedora-latest-ipa-4-11/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-ipa-4-11-latest + timeout: 3600 + topology: *ipaserver + + fedora-latest-ipa-4-11/test_webui_rbac: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunWebuiTests + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + test_suite: >- + test_webui/test_delegation.py + test_webui/test_rbac.py + test_webui/test_selfservice.py + template: *ci-ipa-4-11-latest + timeout: 3600 + topology: *ipaserver + + fedora-latest-ipa-4-11/test_webui_server: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunWebuiTests + args: + build_url: '{fedora-latest-ipa-4-11/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-ipa-4-11-latest + timeout: 7200 + topology: *ipaserver + + fedora-latest-ipa-4-11/test_webui_service: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunWebuiTests + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + test_suite: test_webui/test_service.py + template: *ci-ipa-4-11-latest + timeout: 2400 + topology: *ipaserver + + fedora-latest-ipa-4-11/test_webui_users: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunWebuiTests + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + test_suite: >- + test_webui/test_group.py + test_webui/test_user.py + template: *ci-ipa-4-11-latest + timeout: 4800 + topology: *ipaserver + + fedora-latest-ipa-4-11/test_webui_subid: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunWebuiTests + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + test_suite: test_webui/test_subid.py + template: *ci-ipa-4-11-latest + timeout: 2400 + topology: *ipaserver + + fedora-latest-ipa-4-11/customized_ds_config_install: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + test_suite: test_integration/test_customized_ds_config_install.py + template: *ci-ipa-4-11-latest + timeout: 3600 + topology: *master_1repl + + fedora-latest-ipa-4-11/dns_locations: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + test_suite: test_integration/test_dns_locations.py + template: *ci-ipa-4-11-latest + timeout: 3600 + topology: *master_2repl_1client + + fedora-latest-ipa-4-11/external_ca_TestExternalCAdirsrvStop: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + test_suite: test_integration/test_external_ca.py::TestExternalCAdirsrvStop + template: *ci-ipa-4-11-latest + timeout: 3600 + topology: *master_1repl + + fedora-latest-ipa-4-11/external_ca_TestExternalCAInvalidCert: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + test_suite: test_integration/test_external_ca.py::TestExternalCAInvalidCert test_integration/test_external_ca.py::TestExternalCAInvalidIntermediate + template: *ci-ipa-4-11-latest + timeout: 3600 + topology: *master_1repl + + fedora-latest-ipa-4-11/external_ca_TestMultipleExternalCA: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + test_suite: test_integration/test_external_ca.py::TestMultipleExternalCA + template: *ci-ipa-4-11-latest + timeout: 3600 + topology: *master_1repl + + fedora-latest-ipa-4-11/test_ipahealthcheck: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + test_suite: test_integration/test_ipahealthcheck.py::TestIpaHealthCheck + template: *ci-ipa-4-11-latest + timeout: 6300 + topology: *master_1repl_1client + + fedora-latest-ipa-4-11/test_ipahealthcheck_nodns_extca_file: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + test_suite: test_integration/test_ipahealthcheck.py::TestIpaHealthCheckWithoutDNS test_integration/test_ipahealthcheck.py::TestIpaHealthCheckWithExternalCA test_integration/test_ipahealthcheck.py::TestIpaHealthCheckFileCheck + template: *ci-ipa-4-11-latest + timeout: 5400 + topology: *master_1repl + + fedora-latest-ipa-4-11/test_ipahealthcheck_cli_fsspace: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + test_suite: test_integration/test_ipahealthcheck.py::TestIpaHealthCLI test_integration/test_ipahealthcheck.py::TestIpaHealthCheckFilesystemSpace + template: *ci-ipa-4-11-latest + timeout: 3600 + topology: *master_1repl + + fedora-latest-ipa-4-11/test_ipahealthcheck_adtrust: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunADTests + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + test_suite: test_integration/test_ipahealthcheck.py::TestIpaHealthCheckWithADtrust + template: *ci-ipa-4-11-latest + timeout: 4800 + topology: *adroot_adchild_adtree_master_1client + + fedora-latest-ipa-4-11/test_ntp_options: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + test_suite: test_integration/test_ntp_options.py::TestNTPoptions + template: *ci-ipa-4-11-latest + timeout: 10800 + topology: *master_1repl_1client + + fedora-latest-ipa-4-11/test_otp: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + test_suite: test_integration/test_otp.py + template: *ci-ipa-4-11-latest + timeout: 3600 + topology: *master_1repl + + fedora-latest-ipa-4-11/test_pkinit_install: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + test_suite: test_integration/test_pkinit_install.py + template: *ci-ipa-4-11-latest + timeout: 3600 + topology: *master_1repl_1client + + fedora-latest-ipa-4-11/test_pkinit_manage: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + test_suite: test_integration/test_pkinit_manage.py + template: *ci-ipa-4-11-latest + timeout: 3600 + topology: *master_1repl + + fedora-latest-ipa-4-11/test_pki_config_override: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + test_suite: test_integration/test_pki_config_override.py + template: *ci-ipa-4-11-latest + timeout: 3600 + topology: *master_1repl + +# fedora-latest-ipa-4-11/nfs: +# requires: [fedora-latest-ipa-4-11/build] +# priority: 50 +# job: +# class: RunPytest +# args: +# build_url: '{fedora-latest-ipa-4-11/build_url}' +# test_suite: test_integration/test_nfs.py::TestNFS +# template: *ci-ipa-4-11-latest +# timeout: 9000 +# topology: *master_3client + + fedora-latest-ipa-4-11/nfs_nsswitch_restore: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + test_suite: test_integration/test_nfs.py::TestIpaClientAutomountFileRestore + template: *ci-ipa-4-11-latest + timeout: 3600 + topology: *master_3client + + fedora-latest-ipa-4-11/mask: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + test_suite: test_integration/test_installation.py::TestMaskInstall + template: *ci-ipa-4-11-latest + timeout: 3600 + topology: *master_1repl + + fedora-latest-ipa-4-11/hostname_validator: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + test_suite: test_integration/test_installation.py::TestHostnameValidator + template: *ci-ipa-4-11-latest + timeout: 3600 + topology: *master_1repl + + fedora-latest-ipa-4-11/automember: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + test_suite: test_integration/test_automember.py + template: *ci-ipa-4-11-latest + timeout: 3600 + topology: *master_1repl + + fedora-latest-ipa-4-11/test_crlgen_manage: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + test_suite: test_integration/test_crlgen_manage.py + template: *ci-ipa-4-11-latest + timeout: 3600 + topology: *master_1repl + + fedora-latest-ipa-4-11/test_integration_TestIPANotConfigured: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + test_suite: test_integration/test_cli_ipa_not_configured.py::TestIPANotConfigured + template: *ci-ipa-4-11-latest + timeout: 10800 + topology: *master_1repl + + fedora-latest-ipa-4-11/test_sssd: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunADTests + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + test_suite: test_integration/test_sssd.py + template: *ci-ipa-4-11-latest + timeout: 7200 + topology: *adroot_adchild_adtree_master_1client + + fedora-latest-ipa-4-11/test_ca_custom_sdn: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + test_suite: test_integration/test_ca_custom_sdn.py + template: *ci-ipa-4-11-latest + timeout: 7200 + topology: *master_1repl + + fedora-latest-ipa-4-11/test_membermanager: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + test_suite: test_integration/test_membermanager.py + template: *ci-ipa-4-11-latest + timeout: 1800 + topology: *master_1repl + + fedora-latest-ipa-4-11/krbtpolicy: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + test_suite: test_integration/test_krbtpolicy.py + template: *ci-ipa-4-11-latest + timeout: 4800 + topology: *master_1repl + + fedora-latest-ipa-4-11/test_winsyncmigrate: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunADTests + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + test_suite: test_integration/test_winsyncmigrate.py + template: *ci-ipa-4-11-latest + timeout: 4800 + topology: *ad_master + + fedora-latest-ipa-4-11/test_trust: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunADTests + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + test_suite: test_integration/test_trust.py::TestTrust + template: *ci-ipa-4-11-latest + timeout: 7200 + topology: *adroot_adchild_adtree_master_1client + + fedora-latest-ipa-4-11/test_trust_autoprivate: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunADTests + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + test_suite: test_integration/test_trust.py::TestNonPosixAutoPrivateGroup test_integration/test_trust.py::TestPosixAutoPrivateGroup + template: *ci-ipa-4-11-latest + timeout: 6000 + topology: *adroot_adchild_adtree_master_1client + + fedora-latest-ipa-4-11/test_backup_and_restore_TestBackupAndRestoreTrust: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + test_suite: test_integration/test_backup_and_restore.py::TestBackupAndRestoreTrust + template: *ci-ipa-4-11-latest + timeout: 7200 + topology: *master_1repl + + fedora-latest-ipa-4-11/test_adtrust_install: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + test_suite: test_integration/test_adtrust_install.py + template: *ci-ipa-4-11-latest + timeout: 3600 + topology: *master_1repl + + fedora-latest-ipa-4-11/test_cert: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + test_suite: test_integration/test_cert.py + template: *ci-ipa-4-11-latest + timeout: 5400 + topology: *master_1repl_1client + + fedora-latest-ipa-4-11/test_epn: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + test_suite: test_integration/test_epn.py + template: *ci-ipa-4-11-latest + timeout: 7200 + topology: *master_3client + + fedora-latest-ipa-4-11/test_acme: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + test_suite: >- + test_integration/test_acme.py::TestACME + test_integration/test_acme.py::TestACMECALess + test_integration/test_acme.py::TestACMEwithExternalCA + test_integration/test_acme.py::TestACMERenew + template: *ci-ipa-4-11-latest + timeout: 8100 + topology: *master_1repl_1client + + fedora-latest-ipa-4-11/test_acme_prune: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + test_suite: test_integration/test_acme.py::TestACMEPrune + template: *ci-ipa-4-11-latest + timeout: 3600 + topology: *master_1repl_1client + + fedora-latest-ipa-4-11/test_dns: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + test_suite: test_integration/test_dns.py + template: *ci-ipa-4-11-latest + timeout: 3600 + topology: *master_1repl + + fedora-latest-ipa-4-11/test_pwpolicy: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + test_suite: test_integration/test_pwpolicy.py + template: *ci-ipa-4-11-latest + timeout: 3600 + topology: *master_1repl + + fedora-latest-ipa-4-11/test_cert_fix: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + test_suite: test_integration/test_ipa_cert_fix.py + template: *ci-ipa-4-11-latest + timeout: 10800 + topology: *master_1repl + + fedora-latest-ipa-4-11/test_subids: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + test_suite: test_integration/test_subids.py + template: *ci-ipa-4-11-latest + timeout: 3600 + topology: *master_1repl_1client + + fedora-latest-ipa-4-11/test_custom_plugins: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + test_suite: test_integration/test_custom_plugins.py + template: *ci-ipa-4-11-latest + timeout: 3600 + topology: *master_1repl + + fedora-latest-ipa-4-11/test_external_idp: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + test_suite: test_integration/test_idp.py + template: *ci-ipa-4-11-latest + timeout: 5000 + topology: *master_2repl_1client + +# fedora-latest-ipa-4-11/test_sso: +# requires: [fedora-latest-ipa-4-11/build] +# priority: 50 +# job: +# class: RunPytest +# args: +# build_url: '{fedora-latest-ipa-4-11/build_url}' +# test_suite: test_integration/test_sso.py +# template: *ci-ipa-4-11-latest +# timeout: 5000 +# topology: *master_2repl_1client + + fedora-latest-ipa-4-11/test_random_serial_numbers_TestInstallWithCA_DNS1_RSN: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + test_suite: test_integration/test_random_serial_numbers.py::TestInstallWithCA_DNS1_RSN + template: *ci-ipa-4-11-latest + timeout: 10800 + topology: *master_3repl_1client + + fedora-latest-ipa-4-11/test_random_serial_numbers_TestInstallWithCA_KRA1_RSN: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + test_suite: test_integration/test_random_serial_numbers.py::TestInstallWithCA_KRA1_RSN + template: *ci-ipa-4-11-latest + timeout: 10800 + topology: *master_3repl_1client + + fedora-latest-ipa-4-11/test_random_serial_numbers_test_commands_RSN: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + test_suite: test_integration/test_random_serial_numbers.py::TestIPACommand_RSN::test_certificate_out_write_to_file + template: *ci-ipa-4-11-latest + timeout: 5400 + topology: *master_1repl_1client + + fedora-latest-ipa-4-11/test_caless_TestServerCALessToExternalCA_RSN: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + test_suite: test_integration/test_random_serial_numbers.py::TestServerCALessToExternalCA_RSN + template: *ci-ipa-4-11-latest + timeout: 5400 + topology: *master_1repl + + fedora-latest-ipa-4-11/test_random_serial_numbers_TestRSNPKIConfig: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + test_suite: test_integration/test_random_serial_numbers.py::TestRSNPKIConfig + template: *ci-ipa-4-11-latest + timeout: 10800 + topology: *master_3repl_1client + + fedora-latest-ipa-4-11/test_random_serial_numbers_TestRSNVault: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + test_suite: test_integration/test_random_serial_numbers.py::TestRSNVault + template: *ci-ipa-4-11-latest + timeout: 10800 + topology: *master_1repl diff --git a/ipatests/prci_definitions/nightly_ipa-4-11_latest_selinux.yaml b/ipatests/prci_definitions/nightly_ipa-4-11_latest_selinux.yaml new file mode 100644 index 0000000..65c6604 --- /dev/null +++ b/ipatests/prci_definitions/nightly_ipa-4-11_latest_selinux.yaml @@ -0,0 +1,2050 @@ +topologies: + build: &build + name: build + cpu: 2 + memory: 3800 + master_3client: &master_3client + name: master_3client + cpu: 5 + memory: 7750 + master_1repl: &master_1repl + name: master_1repl + cpu: 4 + memory: 6750 + master_1repl_1client: &master_1repl_1client + name: master_1repl_1client + cpu: 4 + memory: 8000 + ipaserver: &ipaserver + name: ipaserver + cpu: 2 + memory: 2750 + master_2repl_1client: &master_2repl_1client + name: master_2repl_1client + cpu: 5 + memory: 10750 + master_3repl_1client: &master_3repl_1client + name: master_3repl_1client + cpu: 6 + memory: 13500 + ad_master_2client: &ad_master_2client + name: ad_master_2client + cpu: 4 + memory: 10596 + ad_master: &ad_master + name: ad_master + cpu: 4 + memory: 8096 + adroot_adchild_adtree_master_1client: &adroot_adchild_adtree_master_1client + name: adroot_adchild_adtree_master_1client + cpu: 8 + memory: 14466 + +jobs: + fedora-latest-ipa-4-11/build: + requires: [] + priority: 100 + job: + class: Build + args: + git_repo: '{git_repo}' + git_refspec: '{git_refspec}' + template: &ci-ipa-4-11-latest + name: freeipa/ci-ipa-4-11-f39 + version: 0.0.0 + timeout: 1800 + topology: *build + + fedora-latest-ipa-4-11/simple_replication: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_simple_replication.py + template: *ci-ipa-4-11-latest + timeout: 3600 + topology: *master_1repl + + fedora-latest-ipa-4-11/test_external_ca_TestExternalCA: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_external_ca.py::TestExternalCA test_integration/test_external_ca.py::TestExternalCAConstraints + template: *ci-ipa-4-11-latest + timeout: 4800 + topology: *master_1repl_1client + + fedora-latest-ipa-4-11/test_external_ca_TestSelfExternalSelf: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_external_ca.py::TestSelfExternalSelf test_integration/test_external_ca.py::TestExternalCAInstall + template: *ci-ipa-4-11-latest + timeout: 3600 + topology: *master_1repl + + fedora-latest-ipa-4-11/external_ca_templates: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_external_ca.py::TestExternalCAProfileScenarios + template: *ci-ipa-4-11-latest + timeout: 3600 + topology: *master_1repl + + fedora-latest-ipa-4-11/test_topologies: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_topologies.py + template: *ci-ipa-4-11-latest + timeout: 3600 + topology: *master_1repl + + fedora-latest-ipa-4-11/test_sudo: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_sudo.py + template: *ci-ipa-4-11-latest + timeout: 4800 + topology: *master_1repl_1client + + fedora-latest-ipa-4-11/test_commands: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_commands.py + template: *ci-ipa-4-11-latest + timeout: 5400 + topology: *master_1repl_1client + + fedora-latest-ipa-4-11/test_kerberos_flags: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_kerberos_flags.py + template: *ci-ipa-4-11-latest + timeout: 3600 + topology: *master_1repl_1client + + fedora-latest-ipa-4-11/test_http_kdc_proxy: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunADTests + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_http_kdc_proxy.py + template: *ci-ipa-4-11-latest + timeout: 7200 + topology: *ad_master_2client + + fedora-latest-ipa-4-11/test_fips: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_fips.py + template: *ci-ipa-4-11-latest + timeout: 7200 + topology: *master_1repl_1client + + fedora-latest-ipa-4-11/test_forced_client_enrolment: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_forced_client_reenrollment.py + template: *ci-ipa-4-11-latest + timeout: 4800 + topology: *master_1repl_1client + + fedora-latest-ipa-4-11/test_advise: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_advise.py + template: *ci-ipa-4-11-latest + timeout: 3600 + topology: *master_1repl_1client + + fedora-latest-ipa-4-11/test_testconfig: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_testconfig.py + template: *ci-ipa-4-11-latest + timeout: 3600 + topology: *master_1repl + + fedora-latest-ipa-4-11/test_service_permissions: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_service_permissions.py + template: *ci-ipa-4-11-latest + timeout: 3600 + topology: *master_1repl + + fedora-latest-ipa-4-11/test_netgroup: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_netgroup.py + template: *ci-ipa-4-11-latest + timeout: 3600 + topology: *master_1repl + + fedora-latest-ipa-4-11/test_vault: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_vault.py + template: *ci-ipa-4-11-latest + timeout: 6300 + topology: *master_1repl + + fedora-latest-ipa-4-11/test_authconfig: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_authselect.py + template: *ci-ipa-4-11-latest + timeout: 4800 + topology: *master_1repl_1client + + fedora-latest-ipa-4-11/test_smb: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunADTests + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_smb.py + template: *ci-ipa-4-11-latest + timeout: 7200 + topology: *ad_master_2client + + fedora-latest-ipa-4-11/test_server_del: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_server_del.py + template: *ci-ipa-4-11-latest + timeout: 10800 + topology: *master_2repl_1client + + fedora-latest-ipa-4-11/test_installation_TestInstallWithCA1: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_installation.py::TestInstallWithCA1 + template: *ci-ipa-4-11-latest + timeout: 10800 + topology: *master_3repl_1client + + fedora-latest-ipa-4-11/test_installation_TestInstallWithCA2: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_installation.py::TestInstallWithCA2 + template: *ci-ipa-4-11-latest + timeout: 10800 + topology: *master_3repl_1client + + fedora-latest-ipa-4-11/test_installation_TestInstallCA: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_installation.py::TestInstallCA + template: *ci-ipa-4-11-latest + timeout: 10800 + topology: *master_2repl_1client + + fedora-latest-ipa-4-11/test_installation_TestInstallWithCA_KRA1: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_installation.py::TestInstallWithCA_KRA1 + template: *ci-ipa-4-11-latest + timeout: 10800 + topology: *master_3repl_1client + + fedora-latest-ipa-4-11/test_installation_TestInstallWithCA_KRA2: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_installation.py::TestInstallWithCA_KRA2 + template: *ci-ipa-4-11-latest + timeout: 10800 + topology: *master_3repl_1client + + fedora-latest-ipa-4-11/test_installation_TestInstallWithCA_DNS1: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_installation.py::TestInstallWithCA_DNS1 + template: *ci-ipa-4-11-latest + timeout: 10800 + topology: *master_3repl_1client + + fedora-latest-ipa-4-11/test_installation_TestInstallWithCA_DNS2: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_installation.py::TestInstallWithCA_DNS2 + template: *ci-ipa-4-11-latest + timeout: 10800 + topology: *master_3repl_1client + + fedora-latest-ipa-4-11/test_installation_TestInstallWithCA_DNS3: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_installation.py::TestInstallWithCA_DNS3 + template: *ci-ipa-4-11-latest + timeout: 3600 + topology: *master_1repl + + fedora-latest-ipa-4-11/test_installation_TestInstallWithCA_DNS4: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_installation.py::TestInstallWithCA_DNS4 + template: *ci-ipa-4-11-latest + timeout: 3600 + topology: *master_1repl + + fedora-latest-ipa-4-11/test_installation_TestInstallWithCA_KRA_DNS1: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_installation.py::TestInstallWithCA_KRA_DNS1 + template: *ci-ipa-4-11-latest + timeout: 10800 + topology: *master_3repl_1client + + fedora-latest-ipa-4-11/test_installation_TestInstallWithCA_KRA_DNS2: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_installation.py::TestInstallWithCA_KRA_DNS2 + template: *ci-ipa-4-11-latest + timeout: 10800 + topology: *master_3repl_1client + + fedora-latest-ipa-4-11/test_installation_TestInstallMaster: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_installation.py::TestInstallMaster + template: *ci-ipa-4-11-latest + timeout: 10800 + topology: *master_1repl + + fedora-latest-ipa-4-11/test_installation_TestInstallMasterKRA: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_installation.py::TestInstallMasterKRA + template: *ci-ipa-4-11-latest + timeout: 10800 + topology: *master_1repl + + fedora-latest-ipa-4-11/test_installation_TestInstallMasterDNS: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_installation.py::TestInstallMasterDNS + template: *ci-ipa-4-11-latest + timeout: 10800 + topology: *master_1repl + + fedora-latest-ipa-4-11/test_installation_TestInstallMasterDNSRepeatedly: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_installation.py::TestInstallMasterDNSRepeatedly + template: *ci-ipa-4-11-latest + timeout: 10800 + topology: *master_1repl + + fedora-latest-ipa-4-11/test_installation_TestInstallMasterReservedIPasForwarder: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_installation.py::TestInstallMasterReservedIPasForwarder + template: *ci-ipa-4-11-latest + timeout: 10800 + topology: *master_1repl + + fedora-latest-ipa-4-11/test_installation_TestInstallMasterReplica: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_installation.py::TestInstallMasterReplica + template: *ci-ipa-4-11-latest + timeout: 10800 + topology: *master_1repl + + fedora-latest-ipa-4-11/test_installation_TestInstallReplicaAgainstSpecificServer: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_installation.py::TestInstallReplicaAgainstSpecificServer + template: *ci-ipa-4-11-latest + timeout: 10800 + topology: *master_2repl_1client + + fedora-latest-ipa-4-11/test_installation_TestADTrustInstall: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_installation.py::TestADTrustInstall + template: *ci-ipa-4-11-latest + timeout: 10800 + topology: *master_2repl_1client + + fedora-latest-ipa-4-11/test_installation_TestADTrustInstallWithDNS_KRA_ADTrust: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_installation.py::TestADTrustInstallWithDNS_KRA_ADTrust + template: *ci-ipa-4-11-latest + timeout: 10800 + topology: *master_2repl_1client + + fedora-latest-ipa-4-11/test_installation_TestKRAinstallAfterCertRenew: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_installation.py::TestKRAinstallAfterCertRenew + template: *ci-ipa-4-11-latest + timeout: 10800 + topology: *master_1repl + + fedora-latest-ipa-4-11/test_installation_TestInstallWithoutSudo: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_installation.py::TestInstallWithoutSudo + template: *ci-ipa-4-11-latest + timeout: 4800 + topology: *master_1repl_1client + + fedora-latest-ipa-4-11/test_installation_TestInstallWithoutNamed: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_installation.py::TestInstallWithoutNamed + template: *ci-ipa-4-11-latest + timeout: 4800 + topology: *master_1repl + + fedora-latest-ipa-4-11/test_installation_TestInstallwithSHA384withRSA: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_installation.py::TestInstallwithSHA384withRSA + template: *ci-ipa-4-11-latest + timeout: 3600 + topology: *master_1repl + + fedora-latest-ipa-4-11/test_idviews: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunADTests + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_idviews.py + template: *ci-ipa-4-11-latest + timeout: 7200 + topology: *ad_master_2client + + fedora-latest-ipa-4-11/test_caless_TestServerInstall: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_caless.py::TestServerInstall + template: *ci-ipa-4-11-latest + timeout: 12000 + topology: *master_1repl + + fedora-latest-ipa-4-11/test_caless_TestReplicaInstall: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_caless.py::TestReplicaInstall + template: *ci-ipa-4-11-latest + timeout: 7200 + topology: *master_1repl + + fedora-latest-ipa-4-11/test_caless_TestClientInstall: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_caless.py::TestClientInstall + template: *ci-ipa-4-11-latest + timeout: 5400 + # actually master_1client + topology: *master_1repl_1client + + fedora-latest-ipa-4-11/test_caless_TestIPACommands: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_caless.py::TestIPACommands + template: *ci-ipa-4-11-latest + timeout: 5400 + topology: *master_1repl + + fedora-latest-ipa-4-11/test_caless_TestCertInstall: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_caless.py::TestCertInstall + template: *ci-ipa-4-11-latest + timeout: 5400 + topology: *master_1repl + + fedora-latest-ipa-4-11/test_caless_TestPKINIT: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_caless.py::TestPKINIT + template: *ci-ipa-4-11-latest + timeout: 5400 + topology: *master_1repl + + fedora-latest-ipa-4-11/test_caless_TestServerReplicaCALessToCAFull: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_caless.py::TestServerReplicaCALessToCAFull + template: *ci-ipa-4-11-latest + timeout: 5400 + topology: *master_1repl + + fedora-latest-ipa-4-11/test_caless_TestReplicaCALessToCAFull: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_caless.py::TestReplicaCALessToCAFull + template: *ci-ipa-4-11-latest + timeout: 5400 + topology: *master_1repl + + fedora-latest-ipa-4-11/test_caless_TestServerCALessToExternalCA: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_caless.py::TestServerCALessToExternalCA + template: *ci-ipa-4-11-latest + timeout: 5400 + topology: *master_1repl + + fedora-latest-ipa-4-11/test_backup_and_restore_TestUserRootFilesOwnershipPermission: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_backup_and_restore.py::TestUserRootFilesOwnershipPermission + template: *ci-ipa-4-11-latest + timeout: 7200 + topology: *master_1repl + + fedora-latest-ipa-4-11/test_backup_and_restore_TestBackupAndRestore: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_backup_and_restore.py::TestBackupAndRestore + template: *ci-ipa-4-11-latest + timeout: 7200 + topology: *master_1repl + + fedora-latest-ipa-4-11/test_backup_and_restore_TestBackupAndRestoreWithDNSSEC: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_backup_and_restore.py::TestBackupAndRestoreWithDNSSEC + template: *ci-ipa-4-11-latest + timeout: 7200 + topology: *master_1repl + + fedora-latest-ipa-4-11/test_backup_and_restore_TestBackupReinstallRestoreWithDNSSEC: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_backup_and_restore.py::TestBackupReinstallRestoreWithDNSSEC + template: *ci-ipa-4-11-latest + timeout: 7200 + topology: *master_1repl + + fedora-latest-ipa-4-11/test_backup_and_restore_TestBackupAndRestoreWithDNS: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_backup_and_restore.py::TestBackupAndRestoreWithDNS + template: *ci-ipa-4-11-latest + timeout: 7200 + topology: *master_1repl + + fedora-latest-ipa-4-11/test_backup_and_restore_TestBackupReinstallRestoreWithDNS: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_backup_and_restore.py::TestBackupReinstallRestoreWithDNS + template: *ci-ipa-4-11-latest + timeout: 7200 + topology: *master_1repl + + fedora-latest-ipa-4-11/test_backup_and_restore_TestBackupAndRestoreWithKRA: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_backup_and_restore.py::TestBackupAndRestoreWithKRA + template: *ci-ipa-4-11-latest + timeout: 7200 + topology: *master_1repl + + fedora-latest-ipa-4-11/test_backup_and_restore_TestBackupReinstallRestoreWithKRA: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_backup_and_restore.py::TestBackupReinstallRestoreWithKRA + template: *ci-ipa-4-11-latest + timeout: 7200 + topology: *master_1repl + + fedora-latest-ipa-4-11/test_backup_and_restore_TestBackupAndRestoreWithReplica: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_backup_and_restore.py::TestBackupAndRestoreWithReplica + template: *ci-ipa-4-11-latest + timeout: 7200 + topology: *master_2repl_1client + + fedora-latest-ipa-4-11/test_backup_and_restore_TestBackupAndRestoreDMPassword: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_backup_and_restore.py::TestBackupAndRestoreDMPassword + template: *ci-ipa-4-11-latest + timeout: 7200 + topology: *master_1repl + + fedora-latest-ipa-4-11/test_backup_and_restore_TestReplicaInstallAfterRestore: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_backup_and_restore.py::TestReplicaInstallAfterRestore + template: *ci-ipa-4-11-latest + timeout: 7200 + topology: *master_2repl_1client + + fedora-latest-ipa-4-11/test_backup_and_restore_TestBackupRoles: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_backup_and_restore.py::TestBackupRoles + template: *ci-ipa-4-11-latest + timeout: 7200 + topology: *master_1repl + + fedora-latest-ipa-4-11/test_dnssec: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_dnssec.py + template: *ci-ipa-4-11-latest + timeout: 10800 + topology: *master_2repl_1client + + fedora-latest-ipa-4-11/test_replica_promotion_TestReplicaPromotionLevel1: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_replica_promotion.py::TestReplicaPromotionLevel1 + template: *ci-ipa-4-11-latest + timeout: 7200 + topology: *master_1repl + + fedora-latest-ipa-4-11/test_replica_promotion_TestUnprivilegedUserPermissions: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_replica_promotion.py::TestUnprivilegedUserPermissions + template: *ci-ipa-4-11-latest + timeout: 7200 + topology: *master_1repl + + fedora-latest-ipa-4-11/test_replica_promotion_TestProhibitReplicaUninstallation: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_replica_promotion.py::TestProhibitReplicaUninstallation + template: *ci-ipa-4-11-latest + timeout: 7200 + topology: *master_2repl_1client + + fedora-latest-ipa-4-11/test_replica_promotion_TestWrongClientDomain: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_replica_promotion.py::TestWrongClientDomain + template: *ci-ipa-4-11-latest + timeout: 7200 + topology: *master_1repl + + fedora-latest-ipa-4-11/test_replica_promotion_TestRenewalMaster: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_replica_promotion.py::TestRenewalMaster + template: *ci-ipa-4-11-latest + timeout: 7200 + topology: *master_1repl + + fedora-latest-ipa-4-11/test_replica_promotion_TestReplicaInstallWithExistingEntry: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_replica_promotion.py::TestReplicaInstallWithExistingEntry + template: *ci-ipa-4-11-latest + timeout: 7200 + topology: *master_1repl + + fedora-latest-ipa-4-11/test_replica_promotion_TestSubCAkeyReplication: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_replica_promotion.py::TestSubCAkeyReplication + template: *ci-ipa-4-11-latest + timeout: 7200 + topology: *master_1repl + + fedora-latest-ipa-4-11/test_replica_promotion_TestReplicaInstallCustodia: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_replica_promotion.py::TestReplicaInstallCustodia + template: *ci-ipa-4-11-latest + timeout: 7200 + topology: *master_2repl_1client + + fedora-latest-ipa-4-11/test_replica_promotion_TestReplicaInForwardZone: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_replica_promotion.py::TestReplicaInForwardZone + template: *ci-ipa-4-11-latest + timeout: 7200 + topology: *master_1repl + + fedora-latest-ipa-4-11/test_replica_promotion_TestHiddenReplicaPromotion: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_replica_promotion.py::TestHiddenReplicaPromotion + template: *ci-ipa-4-11-latest + timeout: 7200 + topology: *master_2repl_1client + + fedora-latest-ipa-4-11/test_replica_promotion_TestHiddenReplicaKRA: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_replica_promotion.py::TestHiddenReplicaKRA + template: *ci-ipa-4-11-latest + timeout: 7200 + topology: *master_2repl_1client + + fedora-latest-ipa-4-11/test_upgrade: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_upgrade.py + template: *ci-ipa-4-11-latest + timeout: 7200 + topology: *master_1repl + + fedora-latest-ipa-4-11/test_topology_TestCASpecificRUVs: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_topology.py::TestCASpecificRUVs + template: *ci-ipa-4-11-latest + timeout: 7200 + topology: *master_3repl_1client + + fedora-latest-ipa-4-11/test_topology_TestTopologyOptions: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_topology.py::TestTopologyOptions + template: *ci-ipa-4-11-latest + timeout: 7200 + topology: *master_3repl_1client + + fedora-latest-ipa-4-11/test_replication_layouts_TestLineTopologyWithoutCA: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_replication_layouts.py::TestLineTopologyWithoutCA + template: *ci-ipa-4-11-latest + timeout: 7200 + topology: *master_3repl_1client + + fedora-latest-ipa-4-11/test_replication_layouts_TestLineTopologyWithCA: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_replication_layouts.py::TestLineTopologyWithCA + template: *ci-ipa-4-11-latest + timeout: 10800 + topology: *master_3repl_1client + + fedora-latest-ipa-4-11/test_replication_layouts_TestLineTopologyWithCAKRA: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_replication_layouts.py::TestLineTopologyWithCAKRA + template: *ci-ipa-4-11-latest + timeout: 10800 + topology: *master_3repl_1client + + fedora-latest-ipa-4-11/test_replication_layouts.py_TestStarTopologyWithoutCA: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_replication_layouts.py::TestStarTopologyWithoutCA + template: *ci-ipa-4-11-latest + timeout: 7200 + topology: *master_3repl_1client + + fedora-latest-ipa-4-11/test_replication_layouts_TestStarTopologyWithCA: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_replication_layouts.py::TestStarTopologyWithCA + template: *ci-ipa-4-11-latest + timeout: 7200 + topology: *master_3repl_1client + + fedora-latest-ipa-4-11/test_replication_layouts_TestStarTopologyWithCAKRA: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_replication_layouts.py::TestStarTopologyWithCAKRA + template: *ci-ipa-4-11-latest + timeout: 10800 + topology: *master_3repl_1client + + fedora-latest-ipa-4-11/test_replication_layouts_TestCompleteTopologyWithoutCA: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_replication_layouts.py::TestCompleteTopologyWithoutCA + template: *ci-ipa-4-11-latest + timeout: 7200 + topology: *master_3repl_1client + + fedora-latest-ipa-4-11/test_replication_layouts_TestCompleteTopologyWithCA: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_replication_layouts.py::TestCompleteTopologyWithCA + template: *ci-ipa-4-11-latest + timeout: 7200 + topology: *master_3repl_1client + + fedora-latest-ipa-4-11/test_replication_layouts_TestCompleteTopologyWithCAKRA: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_replication_layouts.py::TestCompleteTopologyWithCAKRA + template: *ci-ipa-4-11-latest + timeout: 7200 + topology: *master_3repl_1client + + fedora-latest-ipa-4-11/test_client_uninstallation: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_uninstallation.py + template: *ci-ipa-4-11-latest + timeout: 7200 + topology: *master_1repl_1client + + fedora-latest-ipa-4-11/test_installation_client: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_installation_client.py + template: *ci-ipa-4-11-latest + timeout: 3600 + topology: *master_3client + + fedora-latest-ipa-4-11/test_user_permissions: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_user_permissions.py + template: *ci-ipa-4-11-latest + timeout: 3600 + topology: *master_1repl_1client + + fedora-latest-ipa-4-11/test_webui_cert: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunWebuiTests + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + selinux_enforcing: True + test_suite: test_webui/test_cert.py + template: *ci-ipa-4-11-latest + timeout: 2400 + topology: *ipaserver + + fedora-latest-ipa-4-11/test_webui_general: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunWebuiTests + args: + build_url: '{fedora-latest-ipa-4-11/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-ipa-4-11-latest + timeout: 3600 + topology: *ipaserver + + fedora-latest-ipa-4-11/test_webui_host: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunWebuiTests + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + selinux_enforcing: True + test_suite: test_webui/test_host.py + template: *ci-ipa-4-11-latest + timeout: 3600 + topology: *ipaserver + + fedora-latest-ipa-4-11/test_webui_host_net_groups: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunWebuiTests + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + selinux_enforcing: True + test_suite: >- + test_webui/test_hostgroup.py + test_webui/test_netgroup.py + template: *ci-ipa-4-11-latest + timeout: 3600 + topology: *ipaserver + + fedora-latest-ipa-4-11/test_webui_identity: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunWebuiTests + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + selinux_enforcing: True + test_suite: >- + test_webui/test_automember.py + test_webui/test_idviews.py + template: *ci-ipa-4-11-latest + timeout: 3600 + topology: *ipaserver + + fedora-latest-ipa-4-11/test_webui_network: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunWebuiTests + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + selinux_enforcing: True + test_suite: >- + test_webui/test_automount.py + test_webui/test_dns.py + test_webui/test_vault.py + template: *ci-ipa-4-11-latest + timeout: 3600 + topology: *ipaserver + + fedora-latest-ipa-4-11/test_webui_policy: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunWebuiTests + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + selinux_enforcing: 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-ipa-4-11-latest + timeout: 3600 + topology: *ipaserver + + fedora-latest-ipa-4-11/test_webui_rbac: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunWebuiTests + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + selinux_enforcing: True + test_suite: >- + test_webui/test_delegation.py + test_webui/test_rbac.py + test_webui/test_selfservice.py + template: *ci-ipa-4-11-latest + timeout: 3600 + topology: *ipaserver + + fedora-latest-ipa-4-11/test_webui_server: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunWebuiTests + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + selinux_enforcing: 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-ipa-4-11-latest + timeout: 7200 + topology: *ipaserver + + fedora-latest-ipa-4-11/test_webui_service: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunWebuiTests + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + selinux_enforcing: True + test_suite: test_webui/test_service.py + template: *ci-ipa-4-11-latest + timeout: 2400 + topology: *ipaserver + + fedora-latest-ipa-4-11/test_webui_users: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunWebuiTests + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + selinux_enforcing: True + test_suite: >- + test_webui/test_group.py + test_webui/test_user.py + template: *ci-ipa-4-11-latest + timeout: 4800 + topology: *ipaserver + + fedora-latest-ipa-4-11/test_webui_subid: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunWebuiTests + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + selinux_enforcing: True + test_suite: test_webui/test_subid.py + template: *ci-ipa-4-11-latest + timeout: 2400 + topology: *ipaserver + + fedora-latest-ipa-4-11/customized_ds_config_install: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_customized_ds_config_install.py + template: *ci-ipa-4-11-latest + timeout: 3600 + topology: *master_1repl + + fedora-latest-ipa-4-11/dns_locations: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_dns_locations.py + template: *ci-ipa-4-11-latest + timeout: 3600 + topology: *master_2repl_1client + + fedora-latest-ipa-4-11/external_ca_TestExternalCAdirsrvStop: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_external_ca.py::TestExternalCAdirsrvStop + template: *ci-ipa-4-11-latest + timeout: 3600 + topology: *master_1repl + + fedora-latest-ipa-4-11/external_ca_TestExternalCAInvalidCert: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_external_ca.py::TestExternalCAInvalidCert test_integration/test_external_ca.py::TestExternalCAInvalidIntermediate + template: *ci-ipa-4-11-latest + timeout: 3600 + topology: *master_1repl + + fedora-latest-ipa-4-11/external_ca_TestMultipleExternalCA: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_external_ca.py::TestMultipleExternalCA + template: *ci-ipa-4-11-latest + timeout: 3600 + topology: *master_1repl + + fedora-latest-ipa-4-11/test_ipahealthcheck: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_ipahealthcheck.py::TestIpaHealthCheck + template: *ci-ipa-4-11-latest + timeout: 6300 + topology: *master_1repl_1client + + fedora-latest-ipa-4-11/test_ipahealthcheck_nodns_extca_file: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/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-ipa-4-11-latest + timeout: 5400 + topology: *master_1repl + + fedora-latest-ipa-4-11/test_ipahealthcheck_cli_fsspace: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_ipahealthcheck.py::TestIpaHealthCLI test_integration/test_ipahealthcheck.py::TestIpaHealthCheckFilesystemSpace + template: *ci-ipa-4-11-latest + timeout: 3600 + topology: *master_1repl + + fedora-latest-ipa-4-11/test_ipahealthcheck_adtrust: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunADTests + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_ipahealthcheck.py::TestIpaHealthCheckWithADtrust + template: *ci-ipa-4-11-latest + timeout: 4800 + topology: *adroot_adchild_adtree_master_1client + + fedora-latest-ipa-4-11/test_ntp_options: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_ntp_options.py::TestNTPoptions + template: *ci-ipa-4-11-latest + timeout: 10800 + topology: *master_1repl_1client + + fedora-latest-ipa-4-11/test_otp: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_otp.py + template: *ci-ipa-4-11-latest + timeout: 3600 + topology: *master_1repl + + fedora-latest-ipa-4-11/test_pkinit_install: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_pkinit_install.py + template: *ci-ipa-4-11-latest + timeout: 3600 + topology: *master_1repl_1client + + fedora-latest-ipa-4-11/test_pkinit_manage: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_pkinit_manage.py + template: *ci-ipa-4-11-latest + timeout: 3600 + topology: *master_1repl + + fedora-latest-ipa-4-11/test_pki_config_override: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_pki_config_override.py + template: *ci-ipa-4-11-latest + timeout: 3600 + topology: *master_1repl + +# fedora-latest-ipa-4-11/nfs: +# requires: [fedora-latest-ipa-4-11/build] +# priority: 50 +# job: +# class: RunPytest +# args: +# build_url: '{fedora-latest-ipa-4-11/build_url}' +# selinux_enforcing: True +# test_suite: test_integration/test_nfs.py::TestNFS +# template: *ci-ipa-4-11-latest +# timeout: 9000 +# topology: *master_3client + + fedora-latest-ipa-4-11/nfs_nsswitch_restore: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_nfs.py::TestIpaClientAutomountFileRestore + template: *ci-ipa-4-11-latest + timeout: 3600 + topology: *master_3client + + fedora-latest-ipa-4-11/mask: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_installation.py::TestMaskInstall + template: *ci-ipa-4-11-latest + timeout: 3600 + topology: *master_1repl + + fedora-latest-ipa-4-11/hostname_validator: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_installation.py::TestHostnameValidator + template: *ci-ipa-4-11-latest + timeout: 3600 + topology: *master_1repl + + fedora-latest-ipa-4-11/automember: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_automember.py + template: *ci-ipa-4-11-latest + timeout: 3600 + topology: *master_1repl + + fedora-latest-ipa-4-11/test_crlgen_manage: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_crlgen_manage.py + template: *ci-ipa-4-11-latest + timeout: 3600 + topology: *master_1repl + + fedora-latest-ipa-4-11/test_integration_TestIPANotConfigured: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_cli_ipa_not_configured.py::TestIPANotConfigured + template: *ci-ipa-4-11-latest + timeout: 10800 + topology: *master_1repl + + fedora-latest-ipa-4-11/test_sssd: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunADTests + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_sssd.py + template: *ci-ipa-4-11-latest + timeout: 7200 + topology: *adroot_adchild_adtree_master_1client + + fedora-latest-ipa-4-11/test_ca_custom_sdn: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_ca_custom_sdn.py + template: *ci-ipa-4-11-latest + timeout: 7200 + topology: *master_1repl + + fedora-latest-ipa-4-11/test_membermanager: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_membermanager.py + template: *ci-ipa-4-11-latest + timeout: 1800 + topology: *master_1repl + + fedora-latest-ipa-4-11/krbtpolicy: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_krbtpolicy.py + template: *ci-ipa-4-11-latest + timeout: 4800 + topology: *master_1repl + + fedora-latest-ipa-4-11/test_winsyncmigrate: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunADTests + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_winsyncmigrate.py + template: *ci-ipa-4-11-latest + timeout: 4800 + topology: *ad_master + + fedora-latest-ipa-4-11/test_trust: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunADTests + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_trust.py::TestTrust + template: *ci-ipa-4-11-latest + timeout: 7200 + topology: *adroot_adchild_adtree_master_1client + + fedora-latest-ipa-4-11/test_trust_autoprivate: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunADTests + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_trust.py::TestNonPosixAutoPrivateGroup test_integration/test_trust.py::TestPosixAutoPrivateGroup + template: *ci-ipa-4-11-latest + timeout: 6000 + topology: *adroot_adchild_adtree_master_1client + + fedora-latest-ipa-4-11/test_backup_and_restore_TestBackupAndRestoreTrust: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_backup_and_restore.py::TestBackupAndRestoreTrust + template: *ci-ipa-4-11-latest + timeout: 7200 + topology: *master_1repl + + fedora-latest-ipa-4-11/test_adtrust_install: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_adtrust_install.py + template: *ci-ipa-4-11-latest + timeout: 3600 + topology: *master_1repl + + fedora-latest-ipa-4-11/test_cert: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_cert.py + template: *ci-ipa-4-11-latest + timeout: 5400 + topology: *master_1repl_1client + + fedora-latest-ipa-4-11/test_epn: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_epn.py + template: *ci-ipa-4-11-latest + timeout: 7200 + topology: *master_3client + + fedora-latest-ipa-4-11/test_acme: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + selinux_enforcing: True + test_suite: >- + test_integration/test_acme.py::TestACME + test_integration/test_acme.py::TestACMECALess + test_integration/test_acme.py::TestACMEwithExternalCA + test_integration/test_acme.py::TestACMERenew + template: *ci-ipa-4-11-latest + timeout: 8100 + topology: *master_1repl_1client + + fedora-latest-ipa-4-11/test_acme_prune: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_acme.py::TestACMEPrune + template: *ci-ipa-4-11-latest + timeout: 3600 + topology: *master_1repl_1client + + fedora-latest-ipa-4-11/test_dns: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_dns.py + template: *ci-ipa-4-11-latest + timeout: 3600 + topology: *master_1repl + + fedora-latest-ipa-4-11/test_pwpolicy: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_pwpolicy.py + template: *ci-ipa-4-11-latest + timeout: 3600 + topology: *master_1repl + + fedora-latest-ipa-4-11/test_cert_fix: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_ipa_cert_fix.py + template: *ci-ipa-4-11-latest + timeout: 10800 + topology: *master_1repl + + fedora-latest-ipa-4-11/test_subids: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_subids.py + template: *ci-ipa-4-11-latest + timeout: 3600 + topology: *master_1repl_1client + + fedora-latest-ipa-4-11/test_custom_plugins: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_custom_plugins.py + template: *ci-ipa-4-11-latest + timeout: 3600 + topology: *master_1repl + + fedora-latest-ipa-4-11/test_external_idp: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_idp.py + template: *ci-ipa-4-11-latest + timeout: 5000 + topology: *master_2repl_1client + +# fedora-latest-ipa-4-11/test_sso: +# requires: [fedora-latest-ipa-4-11/build] +# priority: 50 +# job: +# class: RunPytest +# args: +# build_url: '{fedora-latest-ipa-4-11/build_url}' +# selinux_enforcing: True +# test_suite: test_integration/test_sso.py +# template: *ci-ipa-4-11-latest +# timeout: 5000 +# topology: *master_2repl_1client + + fedora-latest-ipa-4-11/test_random_serial_numbers_TestInstallWithCA_DNS1_RSN: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_random_serial_numbers.py::TestInstallWithCA_DNS1_RSN + template: *ci-ipa-4-11-latest + timeout: 10800 + topology: *master_3repl_1client + + fedora-latest-ipa-4-11/test_random_serial_numbers_TestInstallWithCA_KRA1_RSN: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_random_serial_numbers.py::TestInstallWithCA_KRA1_RSN + template: *ci-ipa-4-11-latest + timeout: 10800 + topology: *master_3repl_1client + + fedora-latest-ipa-4-11/test_random_serial_numbers_test_commands_RSN: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_random_serial_numbers.py::TestIPACommand_RSN::test_certificate_out_write_to_file + template: *ci-ipa-4-11-latest + timeout: 5400 + topology: *master_1repl_1client + + fedora-latest-ipa-4-11/test_caless_TestServerCALessToExternalCA_RSN: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_random_serial_numbers.py::TestServerCALessToExternalCA_RSN + template: *ci-ipa-4-11-latest + timeout: 5400 + topology: *master_1repl + + fedora-latest-ipa-4-11/test_random_serial_numbers_TestRSNPKIConfig: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_random_serial_numbers.py::TestRSNPKIConfig + template: *ci-ipa-4-11-latest + timeout: 10800 + topology: *master_3repl_1client + + fedora-latest-ipa-4-11/test_random_serial_numbers_TestRSNVault: + requires: [fedora-latest-ipa-4-11/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-11/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_random_serial_numbers.py::TestRSNVault + template: *ci-ipa-4-11-latest + timeout: 10800 + topology: *master_1repl diff --git a/ipatests/prci_definitions/nightly_latest.yaml b/ipatests/prci_definitions/nightly_latest.yaml deleted file mode 100644 index 6b74a3b..0000000 --- a/ipatests/prci_definitions/nightly_latest.yaml +++ /dev/null @@ -1,1899 +0,0 @@ -topologies: - build: &build - name: build - cpu: 2 - memory: 3800 - master_3client: &master_3client - name: master_3client - cpu: 5 - memory: 7750 - master_1repl: &master_1repl - name: master_1repl - cpu: 4 - memory: 6750 - master_1repl_1client: &master_1repl_1client - name: master_1repl_1client - cpu: 4 - memory: 8000 - ipaserver: &ipaserver - name: ipaserver - cpu: 2 - memory: 2750 - master_2repl_1client: &master_2repl_1client - name: master_2repl_1client - cpu: 5 - memory: 10750 - master_3repl_1client: &master_3repl_1client - name: master_3repl_1client - cpu: 6 - memory: 13500 - ad_master_2client: &ad_master_2client - name: ad_master_2client - cpu: 4 - memory: 10596 - ad_master: &ad_master - name: ad_master - cpu: 4 - memory: 8096 - adroot_adchild_adtree_master_1client: &adroot_adchild_adtree_master_1client - name: adroot_adchild_adtree_master_1client - cpu: 8 - memory: 14466 - -jobs: - fedora-latest/build: - requires: [] - priority: 100 - job: - class: Build - args: - git_repo: '{git_repo}' - git_refspec: '{git_refspec}' - template: &ci-master-latest - name: freeipa/ci-master-f38 - version: 0.0.1 - timeout: 1800 - topology: *build - - fedora-latest/simple_replication: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - test_suite: test_integration/test_simple_replication.py - template: *ci-master-latest - timeout: 3600 - topology: *master_1repl - - fedora-latest/test_external_ca_TestExternalCA: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - 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 - - fedora-latest/test_external_ca_TestSelfExternalSelf: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - 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 - - fedora-latest/external_ca_templates: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - test_suite: test_integration/test_external_ca.py::TestExternalCAProfileScenarios - template: *ci-master-latest - timeout: 3600 - topology: *master_1repl - - fedora-latest/test_topologies: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - test_suite: test_integration/test_topologies.py - template: *ci-master-latest - timeout: 3600 - topology: *master_1repl - - fedora-latest/test_sudo: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - test_suite: test_integration/test_sudo.py - template: *ci-master-latest - timeout: 4800 - topology: *master_1repl_1client - - fedora-latest/test_commands: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - test_suite: test_integration/test_commands.py - template: *ci-master-latest - timeout: 5400 - topology: *master_1repl_1client - - fedora-latest/test_kerberos_flags: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - test_suite: test_integration/test_kerberos_flags.py - template: *ci-master-latest - timeout: 3600 - topology: *master_1repl_1client - - fedora-latest/test_http_kdc_proxy: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunADTests - args: - build_url: '{fedora-latest/build_url}' - test_suite: test_integration/test_http_kdc_proxy.py - template: *ci-master-latest - timeout: 7200 - topology: *ad_master_2client - - fedora-latest/test_fips: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - test_suite: test_integration/test_fips.py - template: *ci-master-latest - timeout: 7200 - topology: *master_1repl_1client - - fedora-latest/test_forced_client_enrolment: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - test_suite: test_integration/test_forced_client_reenrollment.py - template: *ci-master-latest - timeout: 4800 - topology: *master_1repl_1client - - fedora-latest/test_advise: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - test_suite: test_integration/test_advise.py - template: *ci-master-latest - timeout: 3600 - topology: *master_1repl_1client - - fedora-latest/test_testconfig: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - test_suite: test_integration/test_testconfig.py - template: *ci-master-latest - timeout: 3600 - topology: *master_1repl - - fedora-latest/test_service_permissions: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - test_suite: test_integration/test_service_permissions.py - template: *ci-master-latest - timeout: 3600 - topology: *master_1repl - - fedora-latest/test_netgroup: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - test_suite: test_integration/test_netgroup.py - template: *ci-master-latest - timeout: 3600 - topology: *master_1repl - - fedora-latest/test_vault: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - test_suite: test_integration/test_vault.py - template: *ci-master-latest - timeout: 6300 - topology: *master_1repl - - fedora-latest/test_authconfig: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - test_suite: test_integration/test_authselect.py - template: *ci-master-latest - timeout: 4800 - topology: *master_1repl_1client - - fedora-latest/test_smb: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunADTests - args: - build_url: '{fedora-latest/build_url}' - test_suite: test_integration/test_smb.py - template: *ci-master-latest - timeout: 7200 - topology: *ad_master_2client - - fedora-latest/test_server_del: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - test_suite: test_integration/test_server_del.py - template: *ci-master-latest - timeout: 10800 - topology: *master_2repl_1client - - fedora-latest/test_installation_TestInstallWithCA1: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - test_suite: test_integration/test_installation.py::TestInstallWithCA1 - template: *ci-master-latest - timeout: 10800 - topology: *master_3repl_1client - - fedora-latest/test_installation_TestInstallWithCA2: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - test_suite: test_integration/test_installation.py::TestInstallWithCA2 - template: *ci-master-latest - timeout: 10800 - topology: *master_3repl_1client - - fedora-latest/test_installation_TestInstallCA: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - test_suite: test_integration/test_installation.py::TestInstallCA - template: *ci-master-latest - timeout: 10800 - topology: *master_2repl_1client - - fedora-latest/test_installation_TestInstallWithCA_KRA1: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - test_suite: test_integration/test_installation.py::TestInstallWithCA_KRA1 - template: *ci-master-latest - timeout: 10800 - topology: *master_3repl_1client - - fedora-latest/test_installation_TestInstallWithCA_KRA2: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - test_suite: test_integration/test_installation.py::TestInstallWithCA_KRA2 - template: *ci-master-latest - timeout: 10800 - topology: *master_3repl_1client - - fedora-latest/test_installation_TestInstallWithCA_DNS1: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - test_suite: test_integration/test_installation.py::TestInstallWithCA_DNS1 - template: *ci-master-latest - timeout: 10800 - topology: *master_3repl_1client - - fedora-latest/test_installation_TestInstallWithCA_DNS2: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - test_suite: test_integration/test_installation.py::TestInstallWithCA_DNS2 - template: *ci-master-latest - timeout: 10800 - topology: *master_3repl_1client - - fedora-latest/test_installation_TestInstallWithCA_DNS3: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - test_suite: test_integration/test_installation.py::TestInstallWithCA_DNS3 - template: *ci-master-latest - timeout: 3600 - topology: *master_1repl - - fedora-latest/test_installation_TestInstallWithCA_DNS4: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - test_suite: test_integration/test_installation.py::TestInstallWithCA_DNS4 - template: *ci-master-latest - timeout: 3600 - topology: *master_1repl - - fedora-latest/test_installation_TestInstallWithCA_KRA_DNS1: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - test_suite: test_integration/test_installation.py::TestInstallWithCA_KRA_DNS1 - template: *ci-master-latest - timeout: 10800 - topology: *master_3repl_1client - - fedora-latest/test_installation_TestInstallWithCA_KRA_DNS2: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - test_suite: test_integration/test_installation.py::TestInstallWithCA_KRA_DNS2 - template: *ci-master-latest - timeout: 10800 - topology: *master_3repl_1client - - fedora-latest/test_installation_TestInstallMaster: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - test_suite: test_integration/test_installation.py::TestInstallMaster - template: *ci-master-latest - timeout: 10800 - topology: *master_1repl - - fedora-latest/test_installation_TestInstallMasterKRA: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - test_suite: test_integration/test_installation.py::TestInstallMasterKRA - template: *ci-master-latest - timeout: 10800 - topology: *master_1repl - - fedora-latest/test_installation_TestInstallMasterDNS: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - test_suite: test_integration/test_installation.py::TestInstallMasterDNS - template: *ci-master-latest - timeout: 10800 - topology: *master_1repl - - fedora-latest/test_installation_TestInstallMasterDNSRepeatedly: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - test_suite: test_integration/test_installation.py::TestInstallMasterDNSRepeatedly - template: *ci-master-latest - timeout: 10800 - topology: *master_1repl - - fedora-latest/test_installation_TestInstallMasterReservedIPasForwarder: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - test_suite: test_integration/test_installation.py::TestInstallMasterReservedIPasForwarder - template: *ci-master-latest - timeout: 10800 - topology: *master_1repl - - fedora-latest/test_installation_TestInstallMasterReplica: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - test_suite: test_integration/test_installation.py::TestInstallMasterReplica - template: *ci-master-latest - timeout: 10800 - topology: *master_1repl - - fedora-latest/test_installation_TestInstallReplicaAgainstSpecificServer: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - test_suite: test_integration/test_installation.py::TestInstallReplicaAgainstSpecificServer - template: *ci-master-latest - timeout: 10800 - topology: *master_2repl_1client - - fedora-latest/test_installation_TestADTrustInstall: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - test_suite: test_integration/test_installation.py::TestADTrustInstall - template: *ci-master-latest - timeout: 10800 - topology: *master_2repl_1client - - fedora-latest/test_installation_TestADTrustInstallWithDNS_KRA_ADTrust: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - test_suite: test_integration/test_installation.py::TestADTrustInstallWithDNS_KRA_ADTrust - template: *ci-master-latest - timeout: 10800 - topology: *master_2repl_1client - - fedora-latest/test_installation_TestKRAinstallAfterCertRenew: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - test_suite: test_integration/test_installation.py::TestKRAinstallAfterCertRenew - template: *ci-master-latest - timeout: 10800 - topology: *master_1repl - - fedora-latest/test_installation_TestInstallWithoutSudo: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - test_suite: test_integration/test_installation.py::TestInstallWithoutSudo - template: *ci-master-latest - timeout: 4800 - topology: *master_1repl_1client - - fedora-latest/test_installation_TestInstallWithoutNamed: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - test_suite: test_integration/test_installation.py::TestInstallWithoutNamed - template: *ci-master-latest - timeout: 4800 - topology: *master_1repl - - fedora-latest/test_installation_TestInstallwithSHA384withRSA: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - test_suite: test_integration/test_installation.py::TestInstallwithSHA384withRSA - template: *ci-master-latest - timeout: 3600 - topology: *master_1repl - - fedora-latest/test_idviews: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunADTests - args: - build_url: '{fedora-latest/build_url}' - test_suite: test_integration/test_idviews.py - template: *ci-master-latest - timeout: 7200 - topology: *ad_master_2client - - fedora-latest/test_caless_TestServerInstall: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - test_suite: test_integration/test_caless.py::TestServerInstall - template: *ci-master-latest - timeout: 12000 - topology: *master_1repl - - fedora-latest/test_caless_TestReplicaInstall: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - test_suite: test_integration/test_caless.py::TestReplicaInstall - template: *ci-master-latest - timeout: 7200 - topology: *master_1repl - - fedora-latest/test_caless_TestClientInstall: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - test_suite: test_integration/test_caless.py::TestClientInstall - template: *ci-master-latest - timeout: 5400 - # actually master_1client - topology: *master_1repl_1client - - fedora-latest/test_caless_TestIPACommands: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - test_suite: test_integration/test_caless.py::TestIPACommands - template: *ci-master-latest - timeout: 5400 - topology: *master_1repl - - fedora-latest/test_caless_TestCertInstall: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - test_suite: test_integration/test_caless.py::TestCertInstall - template: *ci-master-latest - timeout: 5400 - topology: *master_1repl - - fedora-latest/test_caless_TestPKINIT: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - test_suite: test_integration/test_caless.py::TestPKINIT - template: *ci-master-latest - timeout: 5400 - topology: *master_1repl - - fedora-latest/test_caless_TestServerReplicaCALessToCAFull: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - test_suite: test_integration/test_caless.py::TestServerReplicaCALessToCAFull - template: *ci-master-latest - timeout: 5400 - topology: *master_1repl - - fedora-latest/test_caless_TestReplicaCALessToCAFull: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - test_suite: test_integration/test_caless.py::TestReplicaCALessToCAFull - template: *ci-master-latest - timeout: 5400 - topology: *master_1repl - - fedora-latest/test_caless_TestServerCALessToExternalCA: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - test_suite: test_integration/test_caless.py::TestServerCALessToExternalCA - template: *ci-master-latest - timeout: 5400 - topology: *master_1repl - - fedora-latest/test_backup_and_restore_TestUserRootFilesOwnershipPermission: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - test_suite: test_integration/test_backup_and_restore.py::TestUserRootFilesOwnershipPermission - template: *ci-master-latest - timeout: 7200 - topology: *master_1repl - - fedora-latest/test_backup_and_restore_TestBackupAndRestore: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - test_suite: test_integration/test_backup_and_restore.py::TestBackupAndRestore - template: *ci-master-latest - timeout: 7200 - topology: *master_1repl - - fedora-latest/test_backup_and_restore_TestBackupAndRestoreWithDNSSEC: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - test_suite: test_integration/test_backup_and_restore.py::TestBackupAndRestoreWithDNSSEC - template: *ci-master-latest - timeout: 7200 - topology: *master_1repl - - fedora-latest/test_backup_and_restore_TestBackupReinstallRestoreWithDNSSEC: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - test_suite: test_integration/test_backup_and_restore.py::TestBackupReinstallRestoreWithDNSSEC - template: *ci-master-latest - timeout: 7200 - topology: *master_1repl - - fedora-latest/test_backup_and_restore_TestBackupAndRestoreWithDNS: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - test_suite: test_integration/test_backup_and_restore.py::TestBackupAndRestoreWithDNS - template: *ci-master-latest - timeout: 7200 - topology: *master_1repl - - fedora-latest/test_backup_and_restore_TestBackupReinstallRestoreWithDNS: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - test_suite: test_integration/test_backup_and_restore.py::TestBackupReinstallRestoreWithDNS - template: *ci-master-latest - timeout: 7200 - topology: *master_1repl - - fedora-latest/test_backup_and_restore_TestBackupAndRestoreWithKRA: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - test_suite: test_integration/test_backup_and_restore.py::TestBackupAndRestoreWithKRA - template: *ci-master-latest - timeout: 7200 - topology: *master_1repl - - fedora-latest/test_backup_and_restore_TestBackupReinstallRestoreWithKRA: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - test_suite: test_integration/test_backup_and_restore.py::TestBackupReinstallRestoreWithKRA - template: *ci-master-latest - timeout: 7200 - topology: *master_1repl - - fedora-latest/test_backup_and_restore_TestBackupAndRestoreWithReplica: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - test_suite: test_integration/test_backup_and_restore.py::TestBackupAndRestoreWithReplica - template: *ci-master-latest - timeout: 7200 - topology: *master_2repl_1client - - fedora-latest/test_backup_and_restore_TestBackupAndRestoreDMPassword: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - test_suite: test_integration/test_backup_and_restore.py::TestBackupAndRestoreDMPassword - template: *ci-master-latest - timeout: 7200 - topology: *master_1repl - - fedora-latest/test_backup_and_restore_TestReplicaInstallAfterRestore: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - test_suite: test_integration/test_backup_and_restore.py::TestReplicaInstallAfterRestore - template: *ci-master-latest - timeout: 7200 - topology: *master_2repl_1client - - fedora-latest/test_backup_and_restore_TestBackupRoles: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - test_suite: test_integration/test_backup_and_restore.py::TestBackupRoles - template: *ci-master-latest - timeout: 7200 - topology: *master_1repl - - fedora-latest/test_dnssec: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - test_suite: test_integration/test_dnssec.py - template: *ci-master-latest - timeout: 10800 - topology: *master_2repl_1client - - fedora-latest/test_replica_promotion_TestReplicaPromotionLevel1: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - test_suite: test_integration/test_replica_promotion.py::TestReplicaPromotionLevel1 - template: *ci-master-latest - timeout: 7200 - topology: *master_1repl - - fedora-latest/test_replica_promotion_TestUnprivilegedUserPermissions: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - test_suite: test_integration/test_replica_promotion.py::TestUnprivilegedUserPermissions - template: *ci-master-latest - timeout: 7200 - topology: *master_1repl - - fedora-latest/test_replica_promotion_TestProhibitReplicaUninstallation: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - test_suite: test_integration/test_replica_promotion.py::TestProhibitReplicaUninstallation - template: *ci-master-latest - timeout: 7200 - topology: *master_2repl_1client - - fedora-latest/test_replica_promotion_TestWrongClientDomain: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - test_suite: test_integration/test_replica_promotion.py::TestWrongClientDomain - template: *ci-master-latest - timeout: 7200 - topology: *master_1repl - - fedora-latest/test_replica_promotion_TestRenewalMaster: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - test_suite: test_integration/test_replica_promotion.py::TestRenewalMaster - template: *ci-master-latest - timeout: 7200 - topology: *master_1repl - - fedora-latest/test_replica_promotion_TestReplicaInstallWithExistingEntry: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - test_suite: test_integration/test_replica_promotion.py::TestReplicaInstallWithExistingEntry - template: *ci-master-latest - timeout: 7200 - topology: *master_1repl - - fedora-latest/test_replica_promotion_TestSubCAkeyReplication: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - test_suite: test_integration/test_replica_promotion.py::TestSubCAkeyReplication - template: *ci-master-latest - timeout: 7200 - topology: *master_1repl - - fedora-latest/test_replica_promotion_TestReplicaInstallCustodia: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - test_suite: test_integration/test_replica_promotion.py::TestReplicaInstallCustodia - template: *ci-master-latest - timeout: 7200 - topology: *master_2repl_1client - - fedora-latest/test_replica_promotion_TestReplicaInForwardZone: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - test_suite: test_integration/test_replica_promotion.py::TestReplicaInForwardZone - template: *ci-master-latest - timeout: 7200 - topology: *master_1repl - - fedora-latest/test_replica_promotion_TestHiddenReplicaPromotion: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - test_suite: test_integration/test_replica_promotion.py::TestHiddenReplicaPromotion - template: *ci-master-latest - timeout: 7200 - topology: *master_2repl_1client - - fedora-latest/test_replica_promotion_TestHiddenReplicaKRA: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - test_suite: test_integration/test_replica_promotion.py::TestHiddenReplicaKRA - template: *ci-master-latest - timeout: 7200 - topology: *master_2repl_1client - - fedora-latest/test_upgrade: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - test_suite: test_integration/test_upgrade.py - template: *ci-master-latest - timeout: 7200 - topology: *master_1repl - - fedora-latest/test_topology_TestCASpecificRUVs: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - test_suite: test_integration/test_topology.py::TestCASpecificRUVs - template: *ci-master-latest - timeout: 7200 - topology: *master_3repl_1client - - fedora-latest/test_topology_TestTopologyOptions: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - test_suite: test_integration/test_topology.py::TestTopologyOptions - template: *ci-master-latest - timeout: 7200 - topology: *master_3repl_1client - - fedora-latest/test_replication_layouts_TestLineTopologyWithoutCA: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - test_suite: test_integration/test_replication_layouts.py::TestLineTopologyWithoutCA - template: *ci-master-latest - timeout: 7200 - topology: *master_3repl_1client - - fedora-latest/test_replication_layouts_TestLineTopologyWithCA: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - test_suite: test_integration/test_replication_layouts.py::TestLineTopologyWithCA - template: *ci-master-latest - timeout: 10800 - topology: *master_3repl_1client - - fedora-latest/test_replication_layouts_TestLineTopologyWithCAKRA: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - test_suite: test_integration/test_replication_layouts.py::TestLineTopologyWithCAKRA - template: *ci-master-latest - timeout: 10800 - topology: *master_3repl_1client - - fedora-latest/test_replication_layouts.py_TestStarTopologyWithoutCA: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - test_suite: test_integration/test_replication_layouts.py::TestStarTopologyWithoutCA - template: *ci-master-latest - timeout: 7200 - topology: *master_3repl_1client - - fedora-latest/test_replication_layouts_TestStarTopologyWithCA: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - test_suite: test_integration/test_replication_layouts.py::TestStarTopologyWithCA - template: *ci-master-latest - timeout: 7200 - topology: *master_3repl_1client - - fedora-latest/test_replication_layouts_TestStarTopologyWithCAKRA: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - test_suite: test_integration/test_replication_layouts.py::TestStarTopologyWithCAKRA - template: *ci-master-latest - timeout: 10800 - topology: *master_3repl_1client - - fedora-latest/test_replication_layouts_TestCompleteTopologyWithoutCA: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - test_suite: test_integration/test_replication_layouts.py::TestCompleteTopologyWithoutCA - template: *ci-master-latest - timeout: 7200 - topology: *master_3repl_1client - - fedora-latest/test_replication_layouts_TestCompleteTopologyWithCA: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - test_suite: test_integration/test_replication_layouts.py::TestCompleteTopologyWithCA - template: *ci-master-latest - timeout: 7200 - topology: *master_3repl_1client - - fedora-latest/test_replication_layouts_TestCompleteTopologyWithCAKRA: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - test_suite: test_integration/test_replication_layouts.py::TestCompleteTopologyWithCAKRA - template: *ci-master-latest - timeout: 7200 - topology: *master_3repl_1client - - fedora-latest/test_client_uninstallation: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - test_suite: test_integration/test_uninstallation.py - template: *ci-master-latest - timeout: 7200 - topology: *master_1repl_1client - - fedora-latest/test_installation_client: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - test_suite: test_integration/test_installation_client.py - template: *ci-master-latest - timeout: 3600 - topology: *master_3client - - fedora-latest/test_user_permissions: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - test_suite: test_integration/test_user_permissions.py - template: *ci-master-latest - timeout: 3600 - topology: *master_1repl_1client - - fedora-latest/test_webui_cert: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunWebuiTests - args: - build_url: '{fedora-latest/build_url}' - test_suite: test_webui/test_cert.py - template: *ci-master-latest - timeout: 2400 - topology: *ipaserver - - fedora-latest/test_webui_general: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunWebuiTests - args: - build_url: '{fedora-latest/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 - timeout: 3600 - topology: *ipaserver - - fedora-latest/test_webui_host: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunWebuiTests - args: - build_url: '{fedora-latest/build_url}' - test_suite: test_webui/test_host.py - template: *ci-master-latest - timeout: 3600 - topology: *ipaserver - - fedora-latest/test_webui_host_net_groups: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunWebuiTests - args: - build_url: '{fedora-latest/build_url}' - test_suite: >- - test_webui/test_hostgroup.py - test_webui/test_netgroup.py - template: *ci-master-latest - timeout: 3600 - topology: *ipaserver - - fedora-latest/test_webui_identity: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunWebuiTests - args: - build_url: '{fedora-latest/build_url}' - test_suite: >- - test_webui/test_automember.py - test_webui/test_idviews.py - template: *ci-master-latest - timeout: 3600 - topology: *ipaserver - - fedora-latest/test_webui_network: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunWebuiTests - args: - build_url: '{fedora-latest/build_url}' - 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 - - fedora-latest/test_webui_policy: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunWebuiTests - args: - build_url: '{fedora-latest/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 - timeout: 3600 - topology: *ipaserver - - fedora-latest/test_webui_rbac: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunWebuiTests - args: - build_url: '{fedora-latest/build_url}' - 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 - - fedora-latest/test_webui_server: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunWebuiTests - args: - build_url: '{fedora-latest/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 - timeout: 7200 - topology: *ipaserver - - fedora-latest/test_webui_service: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunWebuiTests - args: - build_url: '{fedora-latest/build_url}' - test_suite: test_webui/test_service.py - template: *ci-master-latest - timeout: 2400 - topology: *ipaserver - - fedora-latest/test_webui_users: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunWebuiTests - args: - build_url: '{fedora-latest/build_url}' - test_suite: >- - test_webui/test_group.py - test_webui/test_user.py - template: *ci-master-latest - timeout: 4800 - topology: *ipaserver - - fedora-latest/test_webui_subid: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunWebuiTests - args: - build_url: '{fedora-latest/build_url}' - test_suite: test_webui/test_subid.py - template: *ci-master-latest - timeout: 2400 - topology: *ipaserver - - fedora-latest/customized_ds_config_install: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - test_suite: test_integration/test_customized_ds_config_install.py - template: *ci-master-latest - timeout: 3600 - topology: *master_1repl - - fedora-latest/dns_locations: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - test_suite: test_integration/test_dns_locations.py - template: *ci-master-latest - timeout: 3600 - topology: *master_2repl_1client - - fedora-latest/external_ca_TestExternalCAdirsrvStop: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - test_suite: test_integration/test_external_ca.py::TestExternalCAdirsrvStop - template: *ci-master-latest - timeout: 3600 - topology: *master_1repl - - fedora-latest/external_ca_TestExternalCAInvalidCert: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - 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 - - fedora-latest/external_ca_TestMultipleExternalCA: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - test_suite: test_integration/test_external_ca.py::TestMultipleExternalCA - template: *ci-master-latest - timeout: 3600 - topology: *master_1repl - - fedora-latest/test_ipahealthcheck: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - test_suite: test_integration/test_ipahealthcheck.py::TestIpaHealthCheck - template: *ci-master-latest - timeout: 6300 - topology: *master_1repl_1client - - fedora-latest/test_ipahealthcheck_nodns_extca_file: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/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 - timeout: 5400 - topology: *master_1repl - - fedora-latest/test_ipahealthcheck_cli_fsspace: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - test_suite: test_integration/test_ipahealthcheck.py::TestIpaHealthCLI test_integration/test_ipahealthcheck.py::TestIpaHealthCheckFilesystemSpace - template: *ci-master-latest - timeout: 3600 - topology: *master_1repl - - fedora-latest/test_ipahealthcheck_adtrust: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunADTests - args: - build_url: '{fedora-latest/build_url}' - test_suite: test_integration/test_ipahealthcheck.py::TestIpaHealthCheckWithADtrust - template: *ci-master-latest - timeout: 4800 - topology: *adroot_adchild_adtree_master_1client - - fedora-latest/test_ntp_options: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - test_suite: test_integration/test_ntp_options.py::TestNTPoptions - template: *ci-master-latest - timeout: 10800 - topology: *master_1repl_1client - - fedora-latest/test_otp: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - test_suite: test_integration/test_otp.py - template: *ci-master-latest - timeout: 3600 - topology: *master_1repl - - fedora-latest/test_pkinit_install: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - test_suite: test_integration/test_pkinit_install.py - template: *ci-master-latest - timeout: 3600 - topology: *master_1repl_1client - - fedora-latest/test_pkinit_manage: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - test_suite: test_integration/test_pkinit_manage.py - template: *ci-master-latest - timeout: 3600 - topology: *master_1repl - - fedora-latest/test_pki_config_override: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - test_suite: test_integration/test_pki_config_override.py - template: *ci-master-latest - timeout: 3600 - topology: *master_1repl - -# fedora-latest/nfs: -# requires: [fedora-latest/build] -# priority: 50 -# job: -# class: RunPytest -# args: -# build_url: '{fedora-latest/build_url}' -# test_suite: test_integration/test_nfs.py::TestNFS -# template: *ci-master-latest -# timeout: 9000 -# topology: *master_3client - - fedora-latest/nfs_nsswitch_restore: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - test_suite: test_integration/test_nfs.py::TestIpaClientAutomountFileRestore - template: *ci-master-latest - timeout: 3600 - topology: *master_3client - - fedora-latest/mask: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - test_suite: test_integration/test_installation.py::TestMaskInstall - template: *ci-master-latest - timeout: 3600 - topology: *master_1repl - - fedora-latest/hostname_validator: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - test_suite: test_integration/test_installation.py::TestHostnameValidator - template: *ci-master-latest - timeout: 3600 - topology: *master_1repl - - fedora-latest/automember: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - test_suite: test_integration/test_automember.py - template: *ci-master-latest - timeout: 3600 - topology: *master_1repl - - fedora-latest/test_crlgen_manage: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - test_suite: test_integration/test_crlgen_manage.py - template: *ci-master-latest - timeout: 3600 - topology: *master_1repl - - fedora-latest/test_integration_TestIPANotConfigured: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - test_suite: test_integration/test_cli_ipa_not_configured.py::TestIPANotConfigured - template: *ci-master-latest - timeout: 10800 - topology: *master_1repl - - fedora-latest/test_sssd: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunADTests - args: - build_url: '{fedora-latest/build_url}' - test_suite: test_integration/test_sssd.py - template: *ci-master-latest - timeout: 7200 - topology: *adroot_adchild_adtree_master_1client - - fedora-latest/test_ca_custom_sdn: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - test_suite: test_integration/test_ca_custom_sdn.py - template: *ci-master-latest - timeout: 7200 - topology: *master_1repl - - fedora-latest/test_membermanager: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - test_suite: test_integration/test_membermanager.py - template: *ci-master-latest - timeout: 1800 - topology: *master_1repl - - fedora-latest/krbtpolicy: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - test_suite: test_integration/test_krbtpolicy.py - template: *ci-master-latest - timeout: 4800 - topology: *master_1repl - - fedora-latest/test_winsyncmigrate: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunADTests - args: - build_url: '{fedora-latest/build_url}' - test_suite: test_integration/test_winsyncmigrate.py - template: *ci-master-latest - timeout: 4800 - topology: *ad_master - - fedora-latest/test_trust: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunADTests - args: - build_url: '{fedora-latest/build_url}' - test_suite: test_integration/test_trust.py::TestTrust - template: *ci-master-latest - timeout: 7200 - topology: *adroot_adchild_adtree_master_1client - - fedora-latest/test_trust_autoprivate: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunADTests - args: - build_url: '{fedora-latest/build_url}' - test_suite: test_integration/test_trust.py::TestNonPosixAutoPrivateGroup test_integration/test_trust.py::TestPosixAutoPrivateGroup - template: *ci-master-latest - timeout: 6000 - topology: *adroot_adchild_adtree_master_1client - - fedora-latest/test_backup_and_restore_TestBackupAndRestoreTrust: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - test_suite: test_integration/test_backup_and_restore.py::TestBackupAndRestoreTrust - template: *ci-master-latest - timeout: 7200 - topology: *master_1repl - - fedora-latest/test_adtrust_install: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - test_suite: test_integration/test_adtrust_install.py - template: *ci-master-latest - timeout: 3600 - topology: *master_1repl - - fedora-latest/test_cert: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - test_suite: test_integration/test_cert.py - template: *ci-master-latest - timeout: 5400 - topology: *master_1repl_1client - - fedora-latest/test_epn: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - test_suite: test_integration/test_epn.py - template: *ci-master-latest - timeout: 7200 - topology: *master_3client - - fedora-latest/test_acme: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - test_suite: >- - test_integration/test_acme.py::TestACME - test_integration/test_acme.py::TestACMECALess - test_integration/test_acme.py::TestACMEwithExternalCA - test_integration/test_acme.py::TestACMERenew - template: *ci-master-latest - timeout: 8100 - topology: *master_1repl_1client - - fedora-latest/test_acme_prune: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - test_suite: test_integration/test_acme.py::TestACMEPrune - template: *ci-master-latest - timeout: 3600 - topology: *master_1repl_1client - - fedora-latest/test_dns: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - test_suite: test_integration/test_dns.py - template: *ci-master-latest - timeout: 3600 - topology: *master_1repl - - fedora-latest/test_pwpolicy: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - test_suite: test_integration/test_pwpolicy.py - template: *ci-master-latest - timeout: 3600 - topology: *master_1repl - - fedora-latest/test_cert_fix: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - test_suite: test_integration/test_ipa_cert_fix.py - template: *ci-master-latest - timeout: 10800 - topology: *master_1repl - - fedora-latest/test_subids: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - test_suite: test_integration/test_subids.py - template: *ci-master-latest - timeout: 3600 - topology: *master_1repl_1client - - fedora-latest/test_custom_plugins: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - test_suite: test_integration/test_custom_plugins.py - template: *ci-master-latest - timeout: 3600 - topology: *master_1repl - - fedora-latest/test_external_idp: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - test_suite: test_integration/test_idp.py - template: *ci-master-latest - timeout: 5000 - topology: *master_2repl_1client - -# fedora-latest/test_sso: -# requires: [fedora-latest/build] -# priority: 50 -# job: -# class: RunPytest -# args: -# build_url: '{fedora-latest/build_url}' -# test_suite: test_integration/test_sso.py -# template: *ci-master-latest -# timeout: 5000 -# topology: *master_2repl_1client - - fedora-latest/test_random_serial_numbers_TestInstallWithCA_DNS1_RSN: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - test_suite: test_integration/test_random_serial_numbers.py::TestInstallWithCA_DNS1_RSN - template: *ci-master-latest - timeout: 10800 - topology: *master_3repl_1client - - fedora-latest/test_random_serial_numbers_TestInstallWithCA_KRA1_RSN: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - test_suite: test_integration/test_random_serial_numbers.py::TestInstallWithCA_KRA1_RSN - template: *ci-master-latest - timeout: 10800 - topology: *master_3repl_1client - - fedora-latest/test_random_serial_numbers_test_commands_RSN: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - 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 - - fedora-latest/test_caless_TestServerCALessToExternalCA_RSN: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - test_suite: test_integration/test_random_serial_numbers.py::TestServerCALessToExternalCA_RSN - template: *ci-master-latest - timeout: 5400 - topology: *master_1repl - - fedora-latest/test_random_serial_numbers_TestRSNPKIConfig: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - test_suite: test_integration/test_random_serial_numbers.py::TestRSNPKIConfig - template: *ci-master-latest - timeout: 10800 - topology: *master_3repl_1client - - fedora-latest/test_random_serial_numbers_TestRSNVault: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - test_suite: test_integration/test_random_serial_numbers.py::TestRSNVault - template: *ci-master-latest - timeout: 10800 - 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 f81870c..0000000 --- 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: 6750 - master_1repl_1client: &master_1repl_1client - name: master_1repl_1client - cpu: 4 - memory: 8000 - ipaserver: &ipaserver - name: ipaserver - cpu: 2 - memory: 2750 - master_2repl_1client: &master_2repl_1client - name: master_2repl_1client - cpu: 5 - memory: 10750 - master_3repl_1client: &master_3repl_1client - name: master_3repl_1client - cpu: 6 - memory: 13500 - -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-f38 - version: 0.0.1 - 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 f022603..0000000 --- a/ipatests/prci_definitions/nightly_latest_pki.yaml +++ /dev/null @@ -1,1102 +0,0 @@ -topologies: - build: &build - name: build - cpu: 2 - memory: 3800 - master_1repl: &master_1repl - name: master_1repl - cpu: 4 - memory: 6750 - master_1repl_1client: &master_1repl_1client - name: master_1repl_1client - cpu: 4 - memory: 8000 - ipaserver: &ipaserver - name: ipaserver - cpu: 2 - memory: 2750 - master_2repl_1client: &master_2repl_1client - name: master_2repl_1client - cpu: 5 - memory: 10750 - master_3repl_1client: &master_3repl_1client - name: master_3repl_1client - cpu: 6 - memory: 13500 - ad_master: &ad_master - name: ad_master - cpu: 4 - memory: 8096 - -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-f38 - version: 0.0.1 - 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: 6300 - 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_install: - 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_install.py - template: *ci-master-latest - timeout: 3600 - topology: *master_1repl_1client - - 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::TestACME - test_integration/test_acme.py::TestACMECALess - test_integration/test_acme.py::TestACMEwithExternalCA - test_integration/test_acme.py::TestACMERenew - template: *ci-master-latest - timeout: 8100 - topology: *master_1repl_1client - - pki-fedora/test_acme_prune: - 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::TestACMEPrune - template: *ci-master-latest - timeout: 3600 - 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 - - pki-fedora/test_random_serial_numbers_TestRSNPKIConfig: - 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::TestRSNPKIConfig - template: *ci-master-latest - timeout: 10800 - topology: *master_3repl_1client - - pki-fedora/test_random_serial_numbers_TestRSNVault: - 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::TestRSNVault - template: *ci-master-latest - timeout: 10800 - topology: *master_1repl diff --git a/ipatests/prci_definitions/nightly_latest_selinux.yaml b/ipatests/prci_definitions/nightly_latest_selinux.yaml deleted file mode 100644 index cbaf7c3..0000000 --- a/ipatests/prci_definitions/nightly_latest_selinux.yaml +++ /dev/null @@ -1,2050 +0,0 @@ -topologies: - build: &build - name: build - cpu: 2 - memory: 3800 - master_3client: &master_3client - name: master_3client - cpu: 5 - memory: 7750 - master_1repl: &master_1repl - name: master_1repl - cpu: 4 - memory: 6750 - master_1repl_1client: &master_1repl_1client - name: master_1repl_1client - cpu: 4 - memory: 8000 - ipaserver: &ipaserver - name: ipaserver - cpu: 2 - memory: 2750 - master_2repl_1client: &master_2repl_1client - name: master_2repl_1client - cpu: 5 - memory: 10750 - master_3repl_1client: &master_3repl_1client - name: master_3repl_1client - cpu: 6 - memory: 13500 - ad_master_2client: &ad_master_2client - name: ad_master_2client - cpu: 4 - memory: 10596 - ad_master: &ad_master - name: ad_master - cpu: 4 - memory: 8096 - adroot_adchild_adtree_master_1client: &adroot_adchild_adtree_master_1client - name: adroot_adchild_adtree_master_1client - cpu: 8 - memory: 14466 - -jobs: - fedora-latest/build: - requires: [] - priority: 100 - job: - class: Build - args: - git_repo: '{git_repo}' - git_refspec: '{git_refspec}' - template: &ci-master-latest - name: freeipa/ci-master-f38 - version: 0.0.1 - timeout: 1800 - topology: *build - - fedora-latest/simple_replication: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - selinux_enforcing: True - test_suite: test_integration/test_simple_replication.py - template: *ci-master-latest - timeout: 3600 - topology: *master_1repl - - fedora-latest/test_external_ca_TestExternalCA: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/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 - timeout: 4800 - topology: *master_1repl_1client - - fedora-latest/test_external_ca_TestSelfExternalSelf: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/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 - timeout: 3600 - topology: *master_1repl - - fedora-latest/external_ca_templates: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - selinux_enforcing: True - test_suite: test_integration/test_external_ca.py::TestExternalCAProfileScenarios - template: *ci-master-latest - timeout: 3600 - topology: *master_1repl - - fedora-latest/test_topologies: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - selinux_enforcing: True - test_suite: test_integration/test_topologies.py - template: *ci-master-latest - timeout: 3600 - topology: *master_1repl - - fedora-latest/test_sudo: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - selinux_enforcing: True - test_suite: test_integration/test_sudo.py - template: *ci-master-latest - timeout: 4800 - topology: *master_1repl_1client - - fedora-latest/test_commands: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - selinux_enforcing: True - test_suite: test_integration/test_commands.py - template: *ci-master-latest - timeout: 5400 - topology: *master_1repl_1client - - fedora-latest/test_kerberos_flags: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - selinux_enforcing: True - test_suite: test_integration/test_kerberos_flags.py - template: *ci-master-latest - timeout: 3600 - topology: *master_1repl_1client - - fedora-latest/test_http_kdc_proxy: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunADTests - args: - build_url: '{fedora-latest/build_url}' - selinux_enforcing: True - test_suite: test_integration/test_http_kdc_proxy.py - template: *ci-master-latest - timeout: 7200 - topology: *ad_master_2client - - fedora-latest/test_fips: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - selinux_enforcing: True - test_suite: test_integration/test_fips.py - template: *ci-master-latest - timeout: 7200 - topology: *master_1repl_1client - - fedora-latest/test_forced_client_enrolment: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - selinux_enforcing: True - test_suite: test_integration/test_forced_client_reenrollment.py - template: *ci-master-latest - timeout: 4800 - topology: *master_1repl_1client - - fedora-latest/test_advise: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - selinux_enforcing: True - test_suite: test_integration/test_advise.py - template: *ci-master-latest - timeout: 3600 - topology: *master_1repl_1client - - fedora-latest/test_testconfig: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - selinux_enforcing: True - test_suite: test_integration/test_testconfig.py - template: *ci-master-latest - timeout: 3600 - topology: *master_1repl - - fedora-latest/test_service_permissions: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - selinux_enforcing: True - test_suite: test_integration/test_service_permissions.py - template: *ci-master-latest - timeout: 3600 - topology: *master_1repl - - fedora-latest/test_netgroup: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - selinux_enforcing: True - test_suite: test_integration/test_netgroup.py - template: *ci-master-latest - timeout: 3600 - topology: *master_1repl - - fedora-latest/test_vault: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - selinux_enforcing: True - test_suite: test_integration/test_vault.py - template: *ci-master-latest - timeout: 6300 - topology: *master_1repl - - fedora-latest/test_authconfig: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - selinux_enforcing: True - test_suite: test_integration/test_authselect.py - template: *ci-master-latest - timeout: 4800 - topology: *master_1repl_1client - - fedora-latest/test_smb: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunADTests - args: - build_url: '{fedora-latest/build_url}' - selinux_enforcing: True - test_suite: test_integration/test_smb.py - template: *ci-master-latest - timeout: 7200 - topology: *ad_master_2client - - fedora-latest/test_server_del: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - selinux_enforcing: True - test_suite: test_integration/test_server_del.py - template: *ci-master-latest - timeout: 10800 - topology: *master_2repl_1client - - fedora-latest/test_installation_TestInstallWithCA1: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - selinux_enforcing: True - test_suite: test_integration/test_installation.py::TestInstallWithCA1 - template: *ci-master-latest - timeout: 10800 - topology: *master_3repl_1client - - fedora-latest/test_installation_TestInstallWithCA2: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - selinux_enforcing: True - test_suite: test_integration/test_installation.py::TestInstallWithCA2 - template: *ci-master-latest - timeout: 10800 - topology: *master_3repl_1client - - fedora-latest/test_installation_TestInstallCA: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - selinux_enforcing: True - test_suite: test_integration/test_installation.py::TestInstallCA - template: *ci-master-latest - timeout: 10800 - topology: *master_2repl_1client - - fedora-latest/test_installation_TestInstallWithCA_KRA1: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - selinux_enforcing: True - test_suite: test_integration/test_installation.py::TestInstallWithCA_KRA1 - template: *ci-master-latest - timeout: 10800 - topology: *master_3repl_1client - - fedora-latest/test_installation_TestInstallWithCA_KRA2: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - selinux_enforcing: True - test_suite: test_integration/test_installation.py::TestInstallWithCA_KRA2 - template: *ci-master-latest - timeout: 10800 - topology: *master_3repl_1client - - fedora-latest/test_installation_TestInstallWithCA_DNS1: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - selinux_enforcing: True - test_suite: test_integration/test_installation.py::TestInstallWithCA_DNS1 - template: *ci-master-latest - timeout: 10800 - topology: *master_3repl_1client - - fedora-latest/test_installation_TestInstallWithCA_DNS2: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - selinux_enforcing: True - test_suite: test_integration/test_installation.py::TestInstallWithCA_DNS2 - template: *ci-master-latest - timeout: 10800 - topology: *master_3repl_1client - - fedora-latest/test_installation_TestInstallWithCA_DNS3: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - selinux_enforcing: True - test_suite: test_integration/test_installation.py::TestInstallWithCA_DNS3 - template: *ci-master-latest - timeout: 3600 - topology: *master_1repl - - fedora-latest/test_installation_TestInstallWithCA_DNS4: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - selinux_enforcing: True - test_suite: test_integration/test_installation.py::TestInstallWithCA_DNS4 - template: *ci-master-latest - timeout: 3600 - topology: *master_1repl - - fedora-latest/test_installation_TestInstallWithCA_KRA_DNS1: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - selinux_enforcing: True - test_suite: test_integration/test_installation.py::TestInstallWithCA_KRA_DNS1 - template: *ci-master-latest - timeout: 10800 - topology: *master_3repl_1client - - fedora-latest/test_installation_TestInstallWithCA_KRA_DNS2: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - selinux_enforcing: True - test_suite: test_integration/test_installation.py::TestInstallWithCA_KRA_DNS2 - template: *ci-master-latest - timeout: 10800 - topology: *master_3repl_1client - - fedora-latest/test_installation_TestInstallMaster: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - selinux_enforcing: True - test_suite: test_integration/test_installation.py::TestInstallMaster - template: *ci-master-latest - timeout: 10800 - topology: *master_1repl - - fedora-latest/test_installation_TestInstallMasterKRA: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - selinux_enforcing: True - test_suite: test_integration/test_installation.py::TestInstallMasterKRA - template: *ci-master-latest - timeout: 10800 - topology: *master_1repl - - fedora-latest/test_installation_TestInstallMasterDNS: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - selinux_enforcing: True - test_suite: test_integration/test_installation.py::TestInstallMasterDNS - template: *ci-master-latest - timeout: 10800 - topology: *master_1repl - - fedora-latest/test_installation_TestInstallMasterDNSRepeatedly: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - selinux_enforcing: True - test_suite: test_integration/test_installation.py::TestInstallMasterDNSRepeatedly - template: *ci-master-latest - timeout: 10800 - topology: *master_1repl - - fedora-latest/test_installation_TestInstallMasterReservedIPasForwarder: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - selinux_enforcing: True - test_suite: test_integration/test_installation.py::TestInstallMasterReservedIPasForwarder - template: *ci-master-latest - timeout: 10800 - topology: *master_1repl - - fedora-latest/test_installation_TestInstallMasterReplica: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - selinux_enforcing: True - test_suite: test_integration/test_installation.py::TestInstallMasterReplica - template: *ci-master-latest - timeout: 10800 - topology: *master_1repl - - fedora-latest/test_installation_TestInstallReplicaAgainstSpecificServer: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - selinux_enforcing: True - test_suite: test_integration/test_installation.py::TestInstallReplicaAgainstSpecificServer - template: *ci-master-latest - timeout: 10800 - topology: *master_2repl_1client - - fedora-latest/test_installation_TestADTrustInstall: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - selinux_enforcing: True - test_suite: test_integration/test_installation.py::TestADTrustInstall - template: *ci-master-latest - timeout: 10800 - topology: *master_2repl_1client - - fedora-latest/test_installation_TestADTrustInstallWithDNS_KRA_ADTrust: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - selinux_enforcing: True - test_suite: test_integration/test_installation.py::TestADTrustInstallWithDNS_KRA_ADTrust - template: *ci-master-latest - timeout: 10800 - topology: *master_2repl_1client - - fedora-latest/test_installation_TestKRAinstallAfterCertRenew: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - selinux_enforcing: True - test_suite: test_integration/test_installation.py::TestKRAinstallAfterCertRenew - template: *ci-master-latest - timeout: 10800 - topology: *master_1repl - - fedora-latest/test_installation_TestInstallWithoutSudo: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - selinux_enforcing: True - test_suite: test_integration/test_installation.py::TestInstallWithoutSudo - template: *ci-master-latest - timeout: 4800 - topology: *master_1repl_1client - - fedora-latest/test_installation_TestInstallWithoutNamed: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - selinux_enforcing: True - test_suite: test_integration/test_installation.py::TestInstallWithoutNamed - template: *ci-master-latest - timeout: 4800 - topology: *master_1repl - - fedora-latest/test_installation_TestInstallwithSHA384withRSA: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - selinux_enforcing: True - test_suite: test_integration/test_installation.py::TestInstallwithSHA384withRSA - template: *ci-master-latest - timeout: 3600 - topology: *master_1repl - - fedora-latest/test_idviews: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunADTests - args: - build_url: '{fedora-latest/build_url}' - selinux_enforcing: True - test_suite: test_integration/test_idviews.py - template: *ci-master-latest - timeout: 7200 - topology: *ad_master_2client - - fedora-latest/test_caless_TestServerInstall: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - selinux_enforcing: True - test_suite: test_integration/test_caless.py::TestServerInstall - template: *ci-master-latest - timeout: 12000 - topology: *master_1repl - - fedora-latest/test_caless_TestReplicaInstall: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - selinux_enforcing: True - test_suite: test_integration/test_caless.py::TestReplicaInstall - template: *ci-master-latest - timeout: 7200 - topology: *master_1repl - - fedora-latest/test_caless_TestClientInstall: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - selinux_enforcing: True - test_suite: test_integration/test_caless.py::TestClientInstall - template: *ci-master-latest - timeout: 5400 - # actually master_1client - topology: *master_1repl_1client - - fedora-latest/test_caless_TestIPACommands: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - selinux_enforcing: True - test_suite: test_integration/test_caless.py::TestIPACommands - template: *ci-master-latest - timeout: 5400 - topology: *master_1repl - - fedora-latest/test_caless_TestCertInstall: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - selinux_enforcing: True - test_suite: test_integration/test_caless.py::TestCertInstall - template: *ci-master-latest - timeout: 5400 - topology: *master_1repl - - fedora-latest/test_caless_TestPKINIT: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - selinux_enforcing: True - test_suite: test_integration/test_caless.py::TestPKINIT - template: *ci-master-latest - timeout: 5400 - topology: *master_1repl - - fedora-latest/test_caless_TestServerReplicaCALessToCAFull: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - selinux_enforcing: True - test_suite: test_integration/test_caless.py::TestServerReplicaCALessToCAFull - template: *ci-master-latest - timeout: 5400 - topology: *master_1repl - - fedora-latest/test_caless_TestReplicaCALessToCAFull: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - selinux_enforcing: True - test_suite: test_integration/test_caless.py::TestReplicaCALessToCAFull - template: *ci-master-latest - timeout: 5400 - topology: *master_1repl - - fedora-latest/test_caless_TestServerCALessToExternalCA: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - selinux_enforcing: True - test_suite: test_integration/test_caless.py::TestServerCALessToExternalCA - template: *ci-master-latest - timeout: 5400 - topology: *master_1repl - - fedora-latest/test_backup_and_restore_TestUserRootFilesOwnershipPermission: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - selinux_enforcing: True - test_suite: test_integration/test_backup_and_restore.py::TestUserRootFilesOwnershipPermission - template: *ci-master-latest - timeout: 7200 - topology: *master_1repl - - fedora-latest/test_backup_and_restore_TestBackupAndRestore: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - selinux_enforcing: True - test_suite: test_integration/test_backup_and_restore.py::TestBackupAndRestore - template: *ci-master-latest - timeout: 7200 - topology: *master_1repl - - fedora-latest/test_backup_and_restore_TestBackupAndRestoreWithDNSSEC: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - selinux_enforcing: True - test_suite: test_integration/test_backup_and_restore.py::TestBackupAndRestoreWithDNSSEC - template: *ci-master-latest - timeout: 7200 - topology: *master_1repl - - fedora-latest/test_backup_and_restore_TestBackupReinstallRestoreWithDNSSEC: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - selinux_enforcing: True - test_suite: test_integration/test_backup_and_restore.py::TestBackupReinstallRestoreWithDNSSEC - template: *ci-master-latest - timeout: 7200 - topology: *master_1repl - - fedora-latest/test_backup_and_restore_TestBackupAndRestoreWithDNS: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - selinux_enforcing: True - test_suite: test_integration/test_backup_and_restore.py::TestBackupAndRestoreWithDNS - template: *ci-master-latest - timeout: 7200 - topology: *master_1repl - - fedora-latest/test_backup_and_restore_TestBackupReinstallRestoreWithDNS: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - selinux_enforcing: True - test_suite: test_integration/test_backup_and_restore.py::TestBackupReinstallRestoreWithDNS - template: *ci-master-latest - timeout: 7200 - topology: *master_1repl - - fedora-latest/test_backup_and_restore_TestBackupAndRestoreWithKRA: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - selinux_enforcing: True - test_suite: test_integration/test_backup_and_restore.py::TestBackupAndRestoreWithKRA - template: *ci-master-latest - timeout: 7200 - topology: *master_1repl - - fedora-latest/test_backup_and_restore_TestBackupReinstallRestoreWithKRA: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - selinux_enforcing: True - test_suite: test_integration/test_backup_and_restore.py::TestBackupReinstallRestoreWithKRA - template: *ci-master-latest - timeout: 7200 - topology: *master_1repl - - fedora-latest/test_backup_and_restore_TestBackupAndRestoreWithReplica: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - selinux_enforcing: True - test_suite: test_integration/test_backup_and_restore.py::TestBackupAndRestoreWithReplica - template: *ci-master-latest - timeout: 7200 - topology: *master_2repl_1client - - fedora-latest/test_backup_and_restore_TestBackupAndRestoreDMPassword: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - selinux_enforcing: True - test_suite: test_integration/test_backup_and_restore.py::TestBackupAndRestoreDMPassword - template: *ci-master-latest - timeout: 7200 - topology: *master_1repl - - fedora-latest/test_backup_and_restore_TestReplicaInstallAfterRestore: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - selinux_enforcing: True - test_suite: test_integration/test_backup_and_restore.py::TestReplicaInstallAfterRestore - template: *ci-master-latest - timeout: 7200 - topology: *master_2repl_1client - - fedora-latest/test_backup_and_restore_TestBackupRoles: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - selinux_enforcing: True - test_suite: test_integration/test_backup_and_restore.py::TestBackupRoles - template: *ci-master-latest - timeout: 7200 - topology: *master_1repl - - fedora-latest/test_dnssec: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - selinux_enforcing: True - test_suite: test_integration/test_dnssec.py - template: *ci-master-latest - timeout: 10800 - topology: *master_2repl_1client - - fedora-latest/test_replica_promotion_TestReplicaPromotionLevel1: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - selinux_enforcing: True - test_suite: test_integration/test_replica_promotion.py::TestReplicaPromotionLevel1 - template: *ci-master-latest - timeout: 7200 - topology: *master_1repl - - fedora-latest/test_replica_promotion_TestUnprivilegedUserPermissions: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - selinux_enforcing: True - test_suite: test_integration/test_replica_promotion.py::TestUnprivilegedUserPermissions - template: *ci-master-latest - timeout: 7200 - topology: *master_1repl - - fedora-latest/test_replica_promotion_TestProhibitReplicaUninstallation: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - selinux_enforcing: True - test_suite: test_integration/test_replica_promotion.py::TestProhibitReplicaUninstallation - template: *ci-master-latest - timeout: 7200 - topology: *master_2repl_1client - - fedora-latest/test_replica_promotion_TestWrongClientDomain: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - selinux_enforcing: True - test_suite: test_integration/test_replica_promotion.py::TestWrongClientDomain - template: *ci-master-latest - timeout: 7200 - topology: *master_1repl - - fedora-latest/test_replica_promotion_TestRenewalMaster: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - selinux_enforcing: True - test_suite: test_integration/test_replica_promotion.py::TestRenewalMaster - template: *ci-master-latest - timeout: 7200 - topology: *master_1repl - - fedora-latest/test_replica_promotion_TestReplicaInstallWithExistingEntry: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - selinux_enforcing: True - test_suite: test_integration/test_replica_promotion.py::TestReplicaInstallWithExistingEntry - template: *ci-master-latest - timeout: 7200 - topology: *master_1repl - - fedora-latest/test_replica_promotion_TestSubCAkeyReplication: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - selinux_enforcing: True - test_suite: test_integration/test_replica_promotion.py::TestSubCAkeyReplication - template: *ci-master-latest - timeout: 7200 - topology: *master_1repl - - fedora-latest/test_replica_promotion_TestReplicaInstallCustodia: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - selinux_enforcing: True - test_suite: test_integration/test_replica_promotion.py::TestReplicaInstallCustodia - template: *ci-master-latest - timeout: 7200 - topology: *master_2repl_1client - - fedora-latest/test_replica_promotion_TestReplicaInForwardZone: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - selinux_enforcing: True - test_suite: test_integration/test_replica_promotion.py::TestReplicaInForwardZone - template: *ci-master-latest - timeout: 7200 - topology: *master_1repl - - fedora-latest/test_replica_promotion_TestHiddenReplicaPromotion: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - selinux_enforcing: True - test_suite: test_integration/test_replica_promotion.py::TestHiddenReplicaPromotion - template: *ci-master-latest - timeout: 7200 - topology: *master_2repl_1client - - fedora-latest/test_replica_promotion_TestHiddenReplicaKRA: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - selinux_enforcing: True - test_suite: test_integration/test_replica_promotion.py::TestHiddenReplicaKRA - template: *ci-master-latest - timeout: 7200 - topology: *master_2repl_1client - - fedora-latest/test_upgrade: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - selinux_enforcing: True - test_suite: test_integration/test_upgrade.py - template: *ci-master-latest - timeout: 7200 - topology: *master_1repl - - fedora-latest/test_topology_TestCASpecificRUVs: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - selinux_enforcing: True - test_suite: test_integration/test_topology.py::TestCASpecificRUVs - template: *ci-master-latest - timeout: 7200 - topology: *master_3repl_1client - - fedora-latest/test_topology_TestTopologyOptions: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - selinux_enforcing: True - test_suite: test_integration/test_topology.py::TestTopologyOptions - template: *ci-master-latest - timeout: 7200 - topology: *master_3repl_1client - - fedora-latest/test_replication_layouts_TestLineTopologyWithoutCA: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - selinux_enforcing: True - test_suite: test_integration/test_replication_layouts.py::TestLineTopologyWithoutCA - template: *ci-master-latest - timeout: 7200 - topology: *master_3repl_1client - - fedora-latest/test_replication_layouts_TestLineTopologyWithCA: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - selinux_enforcing: True - test_suite: test_integration/test_replication_layouts.py::TestLineTopologyWithCA - template: *ci-master-latest - timeout: 10800 - topology: *master_3repl_1client - - fedora-latest/test_replication_layouts_TestLineTopologyWithCAKRA: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - selinux_enforcing: True - test_suite: test_integration/test_replication_layouts.py::TestLineTopologyWithCAKRA - template: *ci-master-latest - timeout: 10800 - topology: *master_3repl_1client - - fedora-latest/test_replication_layouts.py_TestStarTopologyWithoutCA: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - selinux_enforcing: True - test_suite: test_integration/test_replication_layouts.py::TestStarTopologyWithoutCA - template: *ci-master-latest - timeout: 7200 - topology: *master_3repl_1client - - fedora-latest/test_replication_layouts_TestStarTopologyWithCA: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - selinux_enforcing: True - test_suite: test_integration/test_replication_layouts.py::TestStarTopologyWithCA - template: *ci-master-latest - timeout: 7200 - topology: *master_3repl_1client - - fedora-latest/test_replication_layouts_TestStarTopologyWithCAKRA: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - selinux_enforcing: True - test_suite: test_integration/test_replication_layouts.py::TestStarTopologyWithCAKRA - template: *ci-master-latest - timeout: 10800 - topology: *master_3repl_1client - - fedora-latest/test_replication_layouts_TestCompleteTopologyWithoutCA: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - selinux_enforcing: True - test_suite: test_integration/test_replication_layouts.py::TestCompleteTopologyWithoutCA - template: *ci-master-latest - timeout: 7200 - topology: *master_3repl_1client - - fedora-latest/test_replication_layouts_TestCompleteTopologyWithCA: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - selinux_enforcing: True - test_suite: test_integration/test_replication_layouts.py::TestCompleteTopologyWithCA - template: *ci-master-latest - timeout: 7200 - topology: *master_3repl_1client - - fedora-latest/test_replication_layouts_TestCompleteTopologyWithCAKRA: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - selinux_enforcing: True - test_suite: test_integration/test_replication_layouts.py::TestCompleteTopologyWithCAKRA - template: *ci-master-latest - timeout: 7200 - topology: *master_3repl_1client - - fedora-latest/test_client_uninstallation: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - selinux_enforcing: True - test_suite: test_integration/test_uninstallation.py - template: *ci-master-latest - timeout: 7200 - topology: *master_1repl_1client - - fedora-latest/test_installation_client: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - selinux_enforcing: True - test_suite: test_integration/test_installation_client.py - template: *ci-master-latest - timeout: 3600 - topology: *master_3client - - fedora-latest/test_user_permissions: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - selinux_enforcing: True - test_suite: test_integration/test_user_permissions.py - template: *ci-master-latest - timeout: 3600 - topology: *master_1repl_1client - - fedora-latest/test_webui_cert: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunWebuiTests - args: - build_url: '{fedora-latest/build_url}' - selinux_enforcing: True - test_suite: test_webui/test_cert.py - template: *ci-master-latest - timeout: 2400 - topology: *ipaserver - - fedora-latest/test_webui_general: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunWebuiTests - args: - build_url: '{fedora-latest/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 - timeout: 3600 - topology: *ipaserver - - fedora-latest/test_webui_host: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunWebuiTests - args: - build_url: '{fedora-latest/build_url}' - selinux_enforcing: True - test_suite: test_webui/test_host.py - template: *ci-master-latest - timeout: 3600 - topology: *ipaserver - - fedora-latest/test_webui_host_net_groups: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunWebuiTests - args: - build_url: '{fedora-latest/build_url}' - selinux_enforcing: True - test_suite: >- - test_webui/test_hostgroup.py - test_webui/test_netgroup.py - template: *ci-master-latest - timeout: 3600 - topology: *ipaserver - - fedora-latest/test_webui_identity: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunWebuiTests - args: - build_url: '{fedora-latest/build_url}' - selinux_enforcing: True - test_suite: >- - test_webui/test_automember.py - test_webui/test_idviews.py - template: *ci-master-latest - timeout: 3600 - topology: *ipaserver - - fedora-latest/test_webui_network: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunWebuiTests - args: - build_url: '{fedora-latest/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 - timeout: 3600 - topology: *ipaserver - - fedora-latest/test_webui_policy: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunWebuiTests - args: - build_url: '{fedora-latest/build_url}' - selinux_enforcing: 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 - - fedora-latest/test_webui_rbac: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunWebuiTests - args: - build_url: '{fedora-latest/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 - timeout: 3600 - topology: *ipaserver - - fedora-latest/test_webui_server: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunWebuiTests - args: - build_url: '{fedora-latest/build_url}' - selinux_enforcing: 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 - - fedora-latest/test_webui_service: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunWebuiTests - args: - build_url: '{fedora-latest/build_url}' - selinux_enforcing: True - test_suite: test_webui/test_service.py - template: *ci-master-latest - timeout: 2400 - topology: *ipaserver - - fedora-latest/test_webui_users: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunWebuiTests - args: - build_url: '{fedora-latest/build_url}' - selinux_enforcing: True - test_suite: >- - test_webui/test_group.py - test_webui/test_user.py - template: *ci-master-latest - timeout: 4800 - topology: *ipaserver - - fedora-latest/test_webui_subid: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunWebuiTests - args: - build_url: '{fedora-latest/build_url}' - selinux_enforcing: True - test_suite: test_webui/test_subid.py - template: *ci-master-latest - timeout: 2400 - topology: *ipaserver - - fedora-latest/customized_ds_config_install: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - selinux_enforcing: True - test_suite: test_integration/test_customized_ds_config_install.py - template: *ci-master-latest - timeout: 3600 - topology: *master_1repl - - fedora-latest/dns_locations: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - selinux_enforcing: True - test_suite: test_integration/test_dns_locations.py - template: *ci-master-latest - timeout: 3600 - topology: *master_2repl_1client - - fedora-latest/external_ca_TestExternalCAdirsrvStop: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - selinux_enforcing: True - test_suite: test_integration/test_external_ca.py::TestExternalCAdirsrvStop - template: *ci-master-latest - timeout: 3600 - topology: *master_1repl - - fedora-latest/external_ca_TestExternalCAInvalidCert: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/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 - timeout: 3600 - topology: *master_1repl - - fedora-latest/external_ca_TestMultipleExternalCA: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - selinux_enforcing: True - test_suite: test_integration/test_external_ca.py::TestMultipleExternalCA - template: *ci-master-latest - timeout: 3600 - topology: *master_1repl - - fedora-latest/test_ipahealthcheck: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - selinux_enforcing: True - test_suite: test_integration/test_ipahealthcheck.py::TestIpaHealthCheck - template: *ci-master-latest - timeout: 6300 - topology: *master_1repl_1client - - fedora-latest/test_ipahealthcheck_nodns_extca_file: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/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 - timeout: 5400 - topology: *master_1repl - - fedora-latest/test_ipahealthcheck_cli_fsspace: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - selinux_enforcing: True - test_suite: test_integration/test_ipahealthcheck.py::TestIpaHealthCLI test_integration/test_ipahealthcheck.py::TestIpaHealthCheckFilesystemSpace - template: *ci-master-latest - timeout: 3600 - topology: *master_1repl - - fedora-latest/test_ipahealthcheck_adtrust: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunADTests - args: - build_url: '{fedora-latest/build_url}' - selinux_enforcing: True - test_suite: test_integration/test_ipahealthcheck.py::TestIpaHealthCheckWithADtrust - template: *ci-master-latest - timeout: 4800 - topology: *adroot_adchild_adtree_master_1client - - fedora-latest/test_ntp_options: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - selinux_enforcing: True - test_suite: test_integration/test_ntp_options.py::TestNTPoptions - template: *ci-master-latest - timeout: 10800 - topology: *master_1repl_1client - - fedora-latest/test_otp: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - selinux_enforcing: True - test_suite: test_integration/test_otp.py - template: *ci-master-latest - timeout: 3600 - topology: *master_1repl - - fedora-latest/test_pkinit_install: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - selinux_enforcing: True - test_suite: test_integration/test_pkinit_install.py - template: *ci-master-latest - timeout: 3600 - topology: *master_1repl_1client - - fedora-latest/test_pkinit_manage: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - selinux_enforcing: True - test_suite: test_integration/test_pkinit_manage.py - template: *ci-master-latest - timeout: 3600 - topology: *master_1repl - - fedora-latest/test_pki_config_override: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - selinux_enforcing: True - test_suite: test_integration/test_pki_config_override.py - template: *ci-master-latest - timeout: 3600 - topology: *master_1repl - -# fedora-latest/nfs: -# requires: [fedora-latest/build] -# priority: 50 -# job: -# class: RunPytest -# args: -# build_url: '{fedora-latest/build_url}' -# selinux_enforcing: True -# test_suite: test_integration/test_nfs.py::TestNFS -# template: *ci-master-latest -# timeout: 9000 -# topology: *master_3client - - fedora-latest/nfs_nsswitch_restore: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - selinux_enforcing: True - test_suite: test_integration/test_nfs.py::TestIpaClientAutomountFileRestore - template: *ci-master-latest - timeout: 3600 - topology: *master_3client - - fedora-latest/mask: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - selinux_enforcing: True - test_suite: test_integration/test_installation.py::TestMaskInstall - template: *ci-master-latest - timeout: 3600 - topology: *master_1repl - - fedora-latest/hostname_validator: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - selinux_enforcing: True - test_suite: test_integration/test_installation.py::TestHostnameValidator - template: *ci-master-latest - timeout: 3600 - topology: *master_1repl - - fedora-latest/automember: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - selinux_enforcing: True - test_suite: test_integration/test_automember.py - template: *ci-master-latest - timeout: 3600 - topology: *master_1repl - - fedora-latest/test_crlgen_manage: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - selinux_enforcing: True - test_suite: test_integration/test_crlgen_manage.py - template: *ci-master-latest - timeout: 3600 - topology: *master_1repl - - fedora-latest/test_integration_TestIPANotConfigured: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - selinux_enforcing: True - test_suite: test_integration/test_cli_ipa_not_configured.py::TestIPANotConfigured - template: *ci-master-latest - timeout: 10800 - topology: *master_1repl - - fedora-latest/test_sssd: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunADTests - args: - build_url: '{fedora-latest/build_url}' - selinux_enforcing: True - test_suite: test_integration/test_sssd.py - template: *ci-master-latest - timeout: 7200 - topology: *adroot_adchild_adtree_master_1client - - fedora-latest/test_ca_custom_sdn: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - selinux_enforcing: True - test_suite: test_integration/test_ca_custom_sdn.py - template: *ci-master-latest - timeout: 7200 - topology: *master_1repl - - fedora-latest/test_membermanager: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - selinux_enforcing: True - test_suite: test_integration/test_membermanager.py - template: *ci-master-latest - timeout: 1800 - topology: *master_1repl - - fedora-latest/krbtpolicy: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - selinux_enforcing: True - test_suite: test_integration/test_krbtpolicy.py - template: *ci-master-latest - timeout: 4800 - topology: *master_1repl - - fedora-latest/test_winsyncmigrate: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunADTests - args: - build_url: '{fedora-latest/build_url}' - selinux_enforcing: True - test_suite: test_integration/test_winsyncmigrate.py - template: *ci-master-latest - timeout: 4800 - topology: *ad_master - - fedora-latest/test_trust: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunADTests - args: - build_url: '{fedora-latest/build_url}' - selinux_enforcing: True - test_suite: test_integration/test_trust.py::TestTrust - template: *ci-master-latest - timeout: 7200 - topology: *adroot_adchild_adtree_master_1client - - fedora-latest/test_trust_autoprivate: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunADTests - args: - build_url: '{fedora-latest/build_url}' - selinux_enforcing: True - test_suite: test_integration/test_trust.py::TestNonPosixAutoPrivateGroup test_integration/test_trust.py::TestPosixAutoPrivateGroup - template: *ci-master-latest - timeout: 6000 - topology: *adroot_adchild_adtree_master_1client - - fedora-latest/test_backup_and_restore_TestBackupAndRestoreTrust: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - selinux_enforcing: True - test_suite: test_integration/test_backup_and_restore.py::TestBackupAndRestoreTrust - template: *ci-master-latest - timeout: 7200 - topology: *master_1repl - - fedora-latest/test_adtrust_install: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - selinux_enforcing: True - test_suite: test_integration/test_adtrust_install.py - template: *ci-master-latest - timeout: 3600 - topology: *master_1repl - - fedora-latest/test_cert: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - selinux_enforcing: True - test_suite: test_integration/test_cert.py - template: *ci-master-latest - timeout: 5400 - topology: *master_1repl_1client - - fedora-latest/test_epn: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - selinux_enforcing: True - test_suite: test_integration/test_epn.py - template: *ci-master-latest - timeout: 7200 - topology: *master_3client - - fedora-latest/test_acme: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - selinux_enforcing: True - test_suite: >- - test_integration/test_acme.py::TestACME - test_integration/test_acme.py::TestACMECALess - test_integration/test_acme.py::TestACMEwithExternalCA - test_integration/test_acme.py::TestACMERenew - template: *ci-master-latest - timeout: 8100 - topology: *master_1repl_1client - - fedora-latest/test_acme_prune: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - selinux_enforcing: True - test_suite: test_integration/test_acme.py::TestACMEPrune - template: *ci-master-latest - timeout: 3600 - topology: *master_1repl_1client - - fedora-latest/test_dns: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - selinux_enforcing: True - test_suite: test_integration/test_dns.py - template: *ci-master-latest - timeout: 3600 - topology: *master_1repl - - fedora-latest/test_pwpolicy: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - selinux_enforcing: True - test_suite: test_integration/test_pwpolicy.py - template: *ci-master-latest - timeout: 3600 - topology: *master_1repl - - fedora-latest/test_cert_fix: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - selinux_enforcing: True - test_suite: test_integration/test_ipa_cert_fix.py - template: *ci-master-latest - timeout: 10800 - topology: *master_1repl - - fedora-latest/test_subids: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - selinux_enforcing: True - test_suite: test_integration/test_subids.py - template: *ci-master-latest - timeout: 3600 - topology: *master_1repl_1client - - fedora-latest/test_custom_plugins: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - selinux_enforcing: True - test_suite: test_integration/test_custom_plugins.py - template: *ci-master-latest - timeout: 3600 - topology: *master_1repl - - fedora-latest/test_external_idp: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - selinux_enforcing: True - test_suite: test_integration/test_idp.py - template: *ci-master-latest - timeout: 5000 - topology: *master_2repl_1client - -# fedora-latest/test_sso: -# requires: [fedora-latest/build] -# priority: 50 -# job: -# class: RunPytest -# args: -# build_url: '{fedora-latest/build_url}' -# selinux_enforcing: True -# test_suite: test_integration/test_sso.py -# template: *ci-master-latest -# timeout: 5000 -# topology: *master_2repl_1client - - fedora-latest/test_random_serial_numbers_TestInstallWithCA_DNS1_RSN: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - selinux_enforcing: True - test_suite: test_integration/test_random_serial_numbers.py::TestInstallWithCA_DNS1_RSN - template: *ci-master-latest - timeout: 10800 - topology: *master_3repl_1client - - fedora-latest/test_random_serial_numbers_TestInstallWithCA_KRA1_RSN: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - selinux_enforcing: True - test_suite: test_integration/test_random_serial_numbers.py::TestInstallWithCA_KRA1_RSN - template: *ci-master-latest - timeout: 10800 - topology: *master_3repl_1client - - fedora-latest/test_random_serial_numbers_test_commands_RSN: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/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 - timeout: 5400 - topology: *master_1repl_1client - - fedora-latest/test_caless_TestServerCALessToExternalCA_RSN: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - selinux_enforcing: True - test_suite: test_integration/test_random_serial_numbers.py::TestServerCALessToExternalCA_RSN - template: *ci-master-latest - timeout: 5400 - topology: *master_1repl - - fedora-latest/test_random_serial_numbers_TestRSNPKIConfig: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - selinux_enforcing: True - test_suite: test_integration/test_random_serial_numbers.py::TestRSNPKIConfig - template: *ci-master-latest - timeout: 10800 - topology: *master_3repl_1client - - fedora-latest/test_random_serial_numbers_TestRSNVault: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - selinux_enforcing: True - test_suite: test_integration/test_random_serial_numbers.py::TestRSNVault - template: *ci-master-latest - timeout: 10800 - topology: *master_1repl diff --git a/ipatests/prci_definitions/nightly_latest_sssd.yaml b/ipatests/prci_definitions/nightly_latest_sssd.yaml deleted file mode 100644 index c7cf037..0000000 --- a/ipatests/prci_definitions/nightly_latest_sssd.yaml +++ /dev/null @@ -1,269 +0,0 @@ -topologies: - build: &build - name: build - cpu: 2 - memory: 3800 - master_1repl: &master_1repl - name: master_1repl - cpu: 4 - memory: 6750 - master_1repl_1client: &master_1repl_1client - name: master_1repl_1client - cpu: 4 - memory: 8000 - master_2repl_1client: &master_2repl_1client - name: master_2repl_1client - cpu: 5 - memory: 10750 - ad_master_2client: &ad_master_2client - name: ad_master_2client - cpu: 4 - memory: 10596 - master_3client: &master_3client - name: master_3client - cpu: 5 - memory: 7750 - adroot_adchild_adtree_master_1client: &adroot_adchild_adtree_master_1client - name: adroot_adchild_adtree_master_1client - cpu: 8 - memory: 14466 - -jobs: - sssd-fedora/build: - requires: [] - priority: 100 - job: - class: Build - args: - copr: '@sssd/nightly' - git_repo: '{git_repo}' - git_refspec: '{git_refspec}' - template: &ci-master-latest - name: freeipa/ci-master-f38 - version: 0.0.1 - timeout: 1800 - topology: *build - - sssd-fedora/test_commands: - requires: [sssd-fedora/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{sssd-fedora/build_url}' - update_packages: True - copr: '@sssd/nightly' - test_suite: test_integration/test_commands.py - template: *ci-master-latest - timeout: 5400 - topology: *master_1repl_1client - - sssd-fedora/test_external_idp: - requires: [sssd-fedora/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{sssd-fedora/build_url}' - update_packages: True - copr: '@sssd/nightly' - test_suite: test_integration/test_idp.py - template: *ci-master-latest - timeout: 5000 - topology: *master_2repl_1client - - sssd-fedora/test_idviews: - requires: [sssd-fedora/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{sssd-fedora/build_url}' - update_packages: True - copr: '@sssd/nightly' - test_suite: test_integration/test_idviews.py - template: *ci-master-latest - timeout: 7200 - topology: *ad_master_2client - - sssd-fedora/test_netgroup: - requires: [sssd-fedora/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{sssd-fedora/build_url}' - update_packages: True - copr: '@sssd/nightly' - test_suite: test_integration/test_netgroup.py - template: *ci-master-latest - timeout: 3600 - topology: *master_1repl - - sssd-fedora/test_nfs_TestIpaClientAutomountFileRestore: - requires: [sssd-fedora/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{sssd-fedora/build_url}' - update_packages: True - copr: '@sssd/nightly' - test_suite: test_integration/test_nfs.py::TestIpaClientAutomountFileRestore - template: *ci-master-latest - timeout: 3600 - topology: *master_3client - - sssd-fedora/test_otp: - requires: [sssd-fedora/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{sssd-fedora/build_url}' - update_packages: True - copr: '@sssd/nightly' - test_suite: test_integration/test_otp.py - template: *ci-master-latest - timeout: 3600 - topology: *master_1repl - - sssd-fedora/test_replica_promotion_TestReplicaPromotionLevel1: - requires: [sssd-fedora/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{sssd-fedora/build_url}' - update_packages: True - copr: '@sssd/nightly' - test_suite: test_integration/test_replica_promotion.py::TestReplicaPromotionLevel1 - template: *ci-master-latest - timeout: 7200 - topology: *master_1repl - - sssd-fedora/test_replica_promotion_TestUnprivilegedUserPermissions: - requires: [sssd-fedora/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{sssd-fedora/build_url}' - update_packages: True - copr: '@sssd/nightly' - test_suite: test_integration/test_replica_promotion.py::TestUnprivilegedUserPermissions - template: *ci-master-latest - timeout: 7200 - topology: *master_1repl - - sssd-fedora/test_replica_promotion_TestWrongClientDomain: - requires: [sssd-fedora/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{sssd-fedora/build_url}' - update_packages: True - copr: '@sssd/nightly' - test_suite: test_integration/test_replica_promotion.py::TestWrongClientDomain - template: *ci-master-latest - timeout: 7200 - topology: *master_1repl - - sssd-fedora/test_smb: - requires: [sssd-fedora/build] - priority: 50 - job: - class: RunADTests - args: - build_url: '{sssd-fedora/build_url}' - update_packages: True - copr: '@sssd/nightly' - test_suite: test_integration/test_smb.py - template: *ci-master-latest - timeout: 7200 - topology: *ad_master_2client - - sssd-fedora/test_sssd: - requires: [sssd-fedora/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{sssd-fedora/build_url}' - update_packages: True - copr: '@sssd/nightly' - test_suite: test_integration/test_sssd.py - template: *ci-master-latest - timeout: 7200 - topology: *adroot_adchild_adtree_master_1client - - sssd-fedora/test_subids: - requires: [sssd-fedora/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{sssd-fedora/build_url}' - update_packages: True - copr: '@sssd/nightly' - test_suite: test_integration/test_subids.py - template: *ci-master-latest - timeout: 3600 - topology: *master_1repl_1client - - sssd-fedora/test_sudo: - requires: [sssd-fedora/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{sssd-fedora/build_url}' - update_packages: True - copr: '@sssd/nightly' - test_suite: test_integration/test_sudo.py - template: *ci-master-latest - timeout: 4800 - topology: *master_1repl_1client - - sssd-fedora/test_trust: - requires: [sssd-fedora/build] - priority: 50 - job: - class: RunADTests - args: - build_url: '{sssd-fedora/build_url}' - update_packages: True - copr: '@sssd/nightly' - test_suite: test_integration/test_trust.py::TestTrust - template: *ci-master-latest - timeout: 7200 - topology: *adroot_adchild_adtree_master_1client - - sssd-fedora/test_trust_autoprivate: - requires: [sssd-fedora/build] - priority: 50 - job: - class: RunADTests - args: - build_url: '{sssd-fedora/build_url}' - update_packages: True - copr: '@sssd/nightly' - test_suite: test_integration/test_trust.py::TestNonPosixAutoPrivateGroup test_integration/test_trust.py::TestPosixAutoPrivateGroup - template: *ci-master-latest - timeout: 6000 - topology: *adroot_adchild_adtree_master_1client - - sssd-fedora/test_user_permissions_TestUserPermissions: - requires: [sssd-fedora/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{sssd-fedora/build_url}' - update_packages: True - copr: '@sssd/nightly' - test_suite: test_integration/test_user_permissions.py::TestUserPermissions - template: *ci-master-latest - timeout: 3600 - topology: *master_1repl_1client diff --git a/ipatests/prci_definitions/nightly_latest_testing.yaml b/ipatests/prci_definitions/nightly_latest_testing.yaml deleted file mode 100644 index d8203c7..0000000 --- a/ipatests/prci_definitions/nightly_latest_testing.yaml +++ /dev/null @@ -1,2202 +0,0 @@ -topologies: - build: &build - name: build - cpu: 2 - memory: 3800 - master_3client: &master_3client - name: master_3client - cpu: 5 - memory: 7750 - master_1repl: &master_1repl - name: master_1repl - cpu: 4 - memory: 6750 - master_1repl_1client: &master_1repl_1client - name: master_1repl_1client - cpu: 4 - memory: 8000 - ipaserver: &ipaserver - name: ipaserver - cpu: 2 - memory: 2750 - master_2repl_1client: &master_2repl_1client - name: master_2repl_1client - cpu: 5 - memory: 10750 - master_3repl_1client: &master_3repl_1client - name: master_3repl_1client - cpu: 6 - memory: 13500 - ad_master_2client: &ad_master_2client - name: ad_master_2client - cpu: 4 - memory: 10596 - ad_master: &ad_master - name: ad_master - cpu: 4 - memory: 8096 - adroot_adchild_adtree_master_1client: &adroot_adchild_adtree_master_1client - name: adroot_adchild_adtree_master_1client - cpu: 8 - memory: 14466 - -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-f38 - version: 0.0.1 - 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: 6300 - - 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_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_pkinit_install.py - template: *ci-master-latest - timeout: 3600 - topology: *master_1repl_1client - - 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::TestTrust - template: *ci-master-latest - timeout: 7200 - topology: *adroot_adchild_adtree_master_1client - - testing-fedora/test_trust_autoprivate: - 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::TestNonPosixAutoPrivateGroup test_integration/test_trust.py::TestPosixAutoPrivateGroup - template: *ci-master-latest - timeout: 6000 - 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::TestACME - test_integration/test_acme.py::TestACMECALess - test_integration/test_acme.py::TestACMEwithExternalCA - test_integration/test_acme.py::TestACMERenew - template: *ci-master-latest - timeout: 8100 - topology: *master_1repl_1client - - testing-fedora/test_acme_prune: - 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::TestACMEPrune - template: *ci-master-latest - timeout: 3600 - 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_1client - - 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_sso: -# 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_sso.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 - - testing-fedora/test_random_serial_numbers_TestRSNPKIConfig: - 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::TestRSNPKIConfig - template: *ci-master-latest - timeout: 10800 - topology: *master_3repl_1client - - testing-fedora/test_random_serial_numbers_TestRSNVault: - 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::TestRSNVault - template: *ci-master-latest - timeout: 10800 - 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 7c8f6ea..0000000 --- a/ipatests/prci_definitions/nightly_latest_testing_selinux.yaml +++ /dev/null @@ -1,2353 +0,0 @@ -topologies: - build: &build - name: build - cpu: 2 - memory: 3800 - master_3client: &master_3client - name: master_3client - cpu: 5 - memory: 7750 - master_1repl: &master_1repl - name: master_1repl - cpu: 4 - memory: 6750 - master_1repl_1client: &master_1repl_1client - name: master_1repl_1client - cpu: 4 - memory: 8000 - ipaserver: &ipaserver - name: ipaserver - cpu: 2 - memory: 2750 - master_2repl_1client: &master_2repl_1client - name: master_2repl_1client - cpu: 5 - memory: 10750 - master_3repl_1client: &master_3repl_1client - name: master_3repl_1client - cpu: 6 - memory: 13500 - ad_master_2client: &ad_master_2client - name: ad_master_2client - cpu: 4 - memory: 10596 - ad_master: &ad_master - name: ad_master - cpu: 4 - memory: 8096 - adroot_adchild_adtree_master_1client: &adroot_adchild_adtree_master_1client - name: adroot_adchild_adtree_master_1client - cpu: 8 - memory: 14466 - -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-f38 - version: 0.0.1 - 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: 6300 - - 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_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_pkinit_install.py - template: *ci-master-latest - timeout: 3600 - topology: *master_1repl_1client - - 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::TestTrust - template: *ci-master-latest - timeout: 7200 - topology: *adroot_adchild_adtree_master_1client - - testing-fedora/test_trust_autoprivate: - 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::TestNonPosixAutoPrivateGroup test_integration/test_trust.py::TestPosixAutoPrivateGroup - template: *ci-master-latest - timeout: 6000 - 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::TestACME - test_integration/test_acme.py::TestACMECALess - test_integration/test_acme.py::TestACMEwithExternalCA - test_integration/test_acme.py::TestACMERenew - template: *ci-master-latest - timeout: 8100 - topology: *master_1repl_1client - - testing-fedora/test_acme_prune: - 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::TestACMEPrune - template: *ci-master-latest - timeout: 3600 - 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_1client - - 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_sso: -# 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_sso.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 - - testing-fedora/test_random_serial_numbers_TestRSNPKIConfig: - 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::TestRSNPKIConfig - template: *ci-master-latest - timeout: 10800 - topology: *master_3repl_1client - - testing-fedora/test_caless_TestRSNVault: - 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::TestRSNVault - template: *ci-master-latest - timeout: 10800 - topology: *master_1repl diff --git a/ipatests/prci_definitions/nightly_previous.yaml b/ipatests/prci_definitions/nightly_previous.yaml deleted file mode 100644 index 005e1df..0000000 --- a/ipatests/prci_definitions/nightly_previous.yaml +++ /dev/null @@ -1,1899 +0,0 @@ -topologies: - build: &build - name: build - cpu: 2 - memory: 3800 - master_3client: &master_3client - name: master_3client - cpu: 5 - memory: 7750 - master_1repl: &master_1repl - name: master_1repl - cpu: 4 - memory: 6750 - master_1repl_1client: &master_1repl_1client - name: master_1repl_1client - cpu: 4 - memory: 8000 - ipaserver: &ipaserver - name: ipaserver - cpu: 2 - memory: 2750 - master_2repl_1client: &master_2repl_1client - name: master_2repl_1client - cpu: 5 - memory: 10750 - master_3repl_1client: &master_3repl_1client - name: master_3repl_1client - cpu: 6 - memory: 13500 - ad_master_2client: &ad_master_2client - name: ad_master_2client - cpu: 4 - memory: 10596 - ad_master: &ad_master - name: ad_master - cpu: 4 - memory: 8096 - adroot_adchild_adtree_master_1client: &adroot_adchild_adtree_master_1client - name: adroot_adchild_adtree_master_1client - cpu: 8 - memory: 14466 - -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-f37 - version: 0.0.2 - 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: 6300 - 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_install: - requires: [fedora-previous/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-previous/build_url}' - test_suite: test_integration/test_pkinit_install.py - template: *ci-master-previous - timeout: 3600 - topology: *master_1repl_1client - - 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::TestTrust - template: *ci-master-previous - timeout: 7200 - topology: *adroot_adchild_adtree_master_1client - - fedora-previous/test_trust_autoprivate: - requires: [fedora-previous/build] - priority: 50 - job: - class: RunADTests - args: - build_url: '{fedora-previous/build_url}' - test_suite: test_integration/test_trust.py::TestNonPosixAutoPrivateGroup test_integration/test_trust.py::TestPosixAutoPrivateGroup - template: *ci-master-previous - timeout: 6000 - 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::TestACME - test_integration/test_acme.py::TestACMECALess - test_integration/test_acme.py::TestACMEwithExternalCA - test_integration/test_acme.py::TestACMERenew - template: *ci-master-previous - timeout: 8100 - topology: *master_1repl_1client - - fedora-previous/test_acme_prune: - requires: [fedora-previous/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-previous/build_url}' - test_suite: test_integration/test_acme.py::TestACMEPrune - template: *ci-master-previous - timeout: 3600 - 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_1client - - 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_sso: -# requires: [fedora-previous/build] -# priority: 50 -# job: -# class: RunPytest -# args: -# build_url: '{fedora-previous/build_url}' -# test_suite: test_integration/test_sso.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 - - fedora-previous/test_random_serial_numbers_TestRSNPKIConfig: - 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::TestRSNPKIConfig - template: *ci-master-previous - timeout: 10800 - topology: *master_3repl_1client - - fedora-previous/test_random_serial_numbers_TestRSNVault: - 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::TestRSNVault - template: *ci-master-previous - timeout: 10800 - topology: *master_1repl diff --git a/ipatests/prci_definitions/nightly_rawhide.yaml b/ipatests/prci_definitions/nightly_rawhide.yaml deleted file mode 100644 index dca5abb..0000000 --- a/ipatests/prci_definitions/nightly_rawhide.yaml +++ /dev/null @@ -1,2050 +0,0 @@ -topologies: - build: &build - name: build - cpu: 2 - memory: 3800 - master_3client: &master_3client - name: master_3client - cpu: 5 - memory: 7750 - master_1repl: &master_1repl - name: master_1repl - cpu: 4 - memory: 6750 - master_1repl_1client: &master_1repl_1client - name: master_1repl_1client - cpu: 4 - memory: 8000 - ipaserver: &ipaserver - name: ipaserver - cpu: 2 - memory: 2750 - master_2repl_1client: &master_2repl_1client - name: master_2repl_1client - cpu: 5 - memory: 10750 - master_3repl_1client: &master_3repl_1client - name: master_3repl_1client - cpu: 6 - memory: 13500 - ad_master_2client: &ad_master_2client - name: ad_master_2client - cpu: 4 - memory: 10596 - ad_master: &ad_master - name: ad_master - cpu: 4 - memory: 8096 - adroot_adchild_adtree_master_1client: &adroot_adchild_adtree_master_1client - name: adroot_adchild_adtree_master_1client - cpu: 8 - memory: 14466 - -jobs: - fedora-rawhide/build: - requires: [] - priority: 100 - job: - class: Build - args: - git_repo: '{git_repo}' - git_refspec: '{git_refspec}' - template: &ci-master-frawhide - name: freeipa/ci-master-frawhide - version: 0.8.3 - timeout: 1800 - topology: *build - - fedora-rawhide/simple_replication: - requires: [fedora-rawhide/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-rawhide/build_url}' - update_packages: True - test_suite: test_integration/test_simple_replication.py - template: *ci-master-frawhide - timeout: 3600 - topology: *master_1repl - - fedora-rawhide/test_external_ca_TestExternalCA: - requires: [fedora-rawhide/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-rawhide/build_url}' - update_packages: True - test_suite: test_integration/test_external_ca.py::TestExternalCA test_integration/test_external_ca.py::TestExternalCAConstraints - template: *ci-master-frawhide - timeout: 4800 - topology: *master_1repl_1client - - fedora-rawhide/test_external_ca_TestSelfExternalSelf: - requires: [fedora-rawhide/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-rawhide/build_url}' - update_packages: True - test_suite: test_integration/test_external_ca.py::TestSelfExternalSelf test_integration/test_external_ca.py::TestExternalCAInstall - template: *ci-master-frawhide - timeout: 3600 - topology: *master_1repl - - fedora-rawhide/external_ca_templates: - requires: [fedora-rawhide/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-rawhide/build_url}' - update_packages: True - test_suite: test_integration/test_external_ca.py::TestExternalCAProfileScenarios - template: *ci-master-frawhide - timeout: 3600 - topology: *master_1repl - - fedora-rawhide/test_topologies: - requires: [fedora-rawhide/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-rawhide/build_url}' - update_packages: True - test_suite: test_integration/test_topologies.py - template: *ci-master-frawhide - timeout: 3600 - topology: *master_1repl - - fedora-rawhide/test_sudo: - requires: [fedora-rawhide/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-rawhide/build_url}' - update_packages: True - test_suite: test_integration/test_sudo.py - template: *ci-master-frawhide - timeout: 4800 - topology: *master_1repl_1client - - fedora-rawhide/test_commands: - requires: [fedora-rawhide/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-rawhide/build_url}' - update_packages: True - test_suite: test_integration/test_commands.py - template: *ci-master-frawhide - timeout: 5400 - topology: *master_1repl_1client - - fedora-rawhide/test_kerberos_flags: - requires: [fedora-rawhide/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-rawhide/build_url}' - update_packages: True - test_suite: test_integration/test_kerberos_flags.py - template: *ci-master-frawhide - timeout: 3600 - topology: *master_1repl_1client - - fedora-rawhide/test_http_kdc_proxy: - requires: [fedora-rawhide/build] - priority: 50 - job: - class: RunADTests - args: - build_url: '{fedora-rawhide/build_url}' - update_packages: True - test_suite: test_integration/test_http_kdc_proxy.py - template: *ci-master-frawhide - timeout: 7200 - topology: *ad_master_2client - - fedora-rawhide/test_fips: - requires: [fedora-rawhide/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-rawhide/build_url}' - update_packages: True - test_suite: test_integration/test_fips.py - template: *ci-master-frawhide - timeout: 7200 - topology: *master_1repl_1client - - fedora-rawhide/test_forced_client_enrolment: - requires: [fedora-rawhide/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-rawhide/build_url}' - update_packages: True - test_suite: test_integration/test_forced_client_reenrollment.py - template: *ci-master-frawhide - timeout: 4800 - topology: *master_1repl_1client - - fedora-rawhide/test_advise: - requires: [fedora-rawhide/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-rawhide/build_url}' - update_packages: True - test_suite: test_integration/test_advise.py - template: *ci-master-frawhide - timeout: 3600 - topology: *master_1repl_1client - - fedora-rawhide/test_testconfig: - requires: [fedora-rawhide/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-rawhide/build_url}' - update_packages: True - test_suite: test_integration/test_testconfig.py - template: *ci-master-frawhide - timeout: 3600 - topology: *master_1repl - - fedora-rawhide/test_service_permissions: - requires: [fedora-rawhide/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-rawhide/build_url}' - update_packages: True - test_suite: test_integration/test_service_permissions.py - template: *ci-master-frawhide - timeout: 3600 - topology: *master_1repl - - fedora-rawhide/test_netgroup: - requires: [fedora-rawhide/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-rawhide/build_url}' - update_packages: True - test_suite: test_integration/test_netgroup.py - template: *ci-master-frawhide - timeout: 3600 - topology: *master_1repl - - fedora-rawhide/test_vault: - requires: [fedora-rawhide/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-rawhide/build_url}' - update_packages: True - test_suite: test_integration/test_vault.py - template: *ci-master-frawhide - timeout: 6300 - topology: *master_1repl - - fedora-rawhide/test_authconfig: - requires: [fedora-rawhide/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-rawhide/build_url}' - update_packages: True - test_suite: test_integration/test_authselect.py - template: *ci-master-frawhide - timeout: 4800 - topology: *master_1repl_1client - - fedora-rawhide/test_smb: - requires: [fedora-rawhide/build] - priority: 50 - job: - class: RunADTests - args: - build_url: '{fedora-rawhide/build_url}' - update_packages: True - test_suite: test_integration/test_smb.py - template: *ci-master-frawhide - timeout: 7200 - topology: *ad_master_2client - - fedora-rawhide/test_server_del: - requires: [fedora-rawhide/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-rawhide/build_url}' - update_packages: True - test_suite: test_integration/test_server_del.py - template: *ci-master-frawhide - timeout: 10800 - topology: *master_2repl_1client - - fedora-rawhide/test_installation_TestInstallWithCA1: - requires: [fedora-rawhide/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-rawhide/build_url}' - update_packages: True - test_suite: test_integration/test_installation.py::TestInstallWithCA1 - template: *ci-master-frawhide - timeout: 10800 - topology: *master_3repl_1client - - fedora-rawhide/test_installation_TestInstallWithCA2: - requires: [fedora-rawhide/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-rawhide/build_url}' - update_packages: True - test_suite: test_integration/test_installation.py::TestInstallWithCA2 - template: *ci-master-frawhide - timeout: 10800 - topology: *master_3repl_1client - - fedora-rawhide/test_installation_TestInstallCA: - requires: [fedora-rawhide/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-rawhide/build_url}' - update_packages: True - test_suite: test_integration/test_installation.py::TestInstallCA - template: *ci-master-frawhide - timeout: 10800 - topology: *master_2repl_1client - - fedora-rawhide/test_installation_TestInstallWithCA_KRA1: - requires: [fedora-rawhide/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-rawhide/build_url}' - update_packages: True - test_suite: test_integration/test_installation.py::TestInstallWithCA_KRA1 - template: *ci-master-frawhide - timeout: 10800 - topology: *master_3repl_1client - - fedora-rawhide/test_installation_TestInstallWithCA_KRA2: - requires: [fedora-rawhide/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-rawhide/build_url}' - update_packages: True - test_suite: test_integration/test_installation.py::TestInstallWithCA_KRA2 - template: *ci-master-frawhide - timeout: 10800 - topology: *master_3repl_1client - - fedora-rawhide/test_installation_TestInstallWithCA_DNS1: - requires: [fedora-rawhide/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-rawhide/build_url}' - update_packages: True - test_suite: test_integration/test_installation.py::TestInstallWithCA_DNS1 - template: *ci-master-frawhide - timeout: 10800 - topology: *master_3repl_1client - - fedora-rawhide/test_installation_TestInstallWithCA_DNS2: - requires: [fedora-rawhide/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-rawhide/build_url}' - update_packages: True - test_suite: test_integration/test_installation.py::TestInstallWithCA_DNS2 - template: *ci-master-frawhide - timeout: 10800 - topology: *master_3repl_1client - - fedora-rawhide/test_installation_TestInstallWithCA_DNS3: - requires: [fedora-rawhide/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-rawhide/build_url}' - update_packages: True - test_suite: test_integration/test_installation.py::TestInstallWithCA_DNS3 - template: *ci-master-frawhide - timeout: 3600 - topology: *master_1repl - - fedora-rawhide/test_installation_TestInstallWithCA_DNS4: - requires: [fedora-rawhide/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-rawhide/build_url}' - update_packages: True - test_suite: test_integration/test_installation.py::TestInstallWithCA_DNS4 - template: *ci-master-frawhide - timeout: 3600 - topology: *master_1repl - - fedora-rawhide/test_installation_TestInstallWithCA_KRA_DNS1: - requires: [fedora-rawhide/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-rawhide/build_url}' - update_packages: True - test_suite: test_integration/test_installation.py::TestInstallWithCA_KRA_DNS1 - template: *ci-master-frawhide - timeout: 10800 - topology: *master_3repl_1client - - fedora-rawhide/test_installation_TestInstallWithCA_KRA_DNS2: - requires: [fedora-rawhide/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-rawhide/build_url}' - update_packages: True - test_suite: test_integration/test_installation.py::TestInstallWithCA_KRA_DNS2 - template: *ci-master-frawhide - timeout: 10800 - topology: *master_3repl_1client - - fedora-rawhide/test_installation_TestInstallMaster: - requires: [fedora-rawhide/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-rawhide/build_url}' - update_packages: True - test_suite: test_integration/test_installation.py::TestInstallMaster - template: *ci-master-frawhide - timeout: 10800 - topology: *master_1repl - - fedora-rawhide/test_installation_TestInstallMasterKRA: - requires: [fedora-rawhide/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-rawhide/build_url}' - update_packages: True - test_suite: test_integration/test_installation.py::TestInstallMasterKRA - template: *ci-master-frawhide - timeout: 10800 - topology: *master_1repl - - fedora-rawhide/test_installation_TestInstallMasterDNS: - requires: [fedora-rawhide/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-rawhide/build_url}' - update_packages: True - test_suite: test_integration/test_installation.py::TestInstallMasterDNS - template: *ci-master-frawhide - timeout: 10800 - topology: *master_1repl - - fedora-rawhide/test_installation_TestInstallMasterDNSRepeatedly: - requires: [fedora-rawhide/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-rawhide/build_url}' - update_packages: True - test_suite: test_integration/test_installation.py::TestInstallMasterDNSRepeatedly - template: *ci-master-frawhide - timeout: 10800 - topology: *master_1repl - - fedora-rawhide/test_installation_TestInstallMasterReservedIPasForwarder: - requires: [fedora-rawhide/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-rawhide/build_url}' - update_packages: True - test_suite: test_integration/test_installation.py::TestInstallMasterReservedIPasForwarder - template: *ci-master-frawhide - timeout: 10800 - topology: *master_1repl - - fedora-rawhide/test_installation_TestInstallMasterReplica: - requires: [fedora-rawhide/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-rawhide/build_url}' - update_packages: True - test_suite: test_integration/test_installation.py::TestInstallMasterReplica - template: *ci-master-frawhide - timeout: 10800 - topology: *master_1repl - - fedora-rawhide/test_installation_TestInstallReplicaAgainstSpecificServer: - requires: [fedora-rawhide/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-rawhide/build_url}' - update_packages: True - test_suite: test_integration/test_installation.py::TestInstallReplicaAgainstSpecificServer - template: *ci-master-frawhide - timeout: 10800 - topology: *master_2repl_1client - - fedora-rawhide/test_installation_TestADTrustInstall: - requires: [fedora-rawhide/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-rawhide/build_url}' - update_packages: True - test_suite: test_integration/test_installation.py::TestADTrustInstall - template: *ci-master-frawhide - timeout: 10800 - topology: *master_2repl_1client - - fedora-rawhide/test_installation_TestADTrustInstallWithDNS_KRA_ADTrust: - requires: [fedora-rawhide/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-rawhide/build_url}' - update_packages: True - test_suite: test_integration/test_installation.py::TestADTrustInstallWithDNS_KRA_ADTrust - template: *ci-master-frawhide - timeout: 10800 - topology: *master_2repl_1client - - fedora-rawhide/test_installation_TestKRAinstallAfterCertRenew: - requires: [fedora-rawhide/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-rawhide/build_url}' - update_packages: True - test_suite: test_integration/test_installation.py::TestKRAinstallAfterCertRenew - template: *ci-master-frawhide - timeout: 10800 - topology: *master_1repl - - fedora-rawhide/test_installation_TestInstallWithoutSudo: - requires: [fedora-rawhide/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-rawhide/build_url}' - update_packages: True - test_suite: test_integration/test_installation.py::TestInstallWithoutSudo - template: *ci-master-frawhide - timeout: 4800 - topology: *master_1repl_1client - - fedora-rawhide/test_installation_TestInstallWithoutNamed: - requires: [fedora-rawhide/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-rawhide/build_url}' - update_packages: True - test_suite: test_integration/test_installation.py::TestInstallWithoutNamed - template: *ci-master-frawhide - timeout: 4800 - topology: *master_1repl - - fedora-rawhide/test_installation_TestInstallwithSHA384withRSA: - requires: [fedora-rawhide/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-rawhide/build_url}' - update_packages: True - test_suite: test_integration/test_installation.py::TestInstallwithSHA384withRSA - template: *ci-master-frawhide - timeout: 3600 - topology: *master_1repl - - fedora-rawhide/test_idviews: - requires: [fedora-rawhide/build] - priority: 50 - job: - class: RunADTests - args: - build_url: '{fedora-rawhide/build_url}' - update_packages: True - test_suite: test_integration/test_idviews.py - template: *ci-master-frawhide - timeout: 7200 - topology: *ad_master_2client - - fedora-rawhide/test_caless_TestServerInstall: - requires: [fedora-rawhide/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-rawhide/build_url}' - update_packages: True - test_suite: test_integration/test_caless.py::TestServerInstall - template: *ci-master-frawhide - timeout: 12000 - topology: *master_1repl - - fedora-rawhide/test_caless_TestReplicaInstall: - requires: [fedora-rawhide/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-rawhide/build_url}' - update_packages: True - test_suite: test_integration/test_caless.py::TestReplicaInstall - template: *ci-master-frawhide - timeout: 7200 - topology: *master_1repl - - fedora-rawhide/test_caless_TestClientInstall: - requires: [fedora-rawhide/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-rawhide/build_url}' - update_packages: True - test_suite: test_integration/test_caless.py::TestClientInstall - template: *ci-master-frawhide - timeout: 5400 - # actually master_1client - topology: *master_1repl_1client - - fedora-rawhide/test_caless_TestIPACommands: - requires: [fedora-rawhide/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-rawhide/build_url}' - update_packages: True - test_suite: test_integration/test_caless.py::TestIPACommands - template: *ci-master-frawhide - timeout: 5400 - topology: *master_1repl - - fedora-rawhide/test_caless_TestCertInstall: - requires: [fedora-rawhide/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-rawhide/build_url}' - update_packages: True - test_suite: test_integration/test_caless.py::TestCertInstall - template: *ci-master-frawhide - timeout: 5400 - topology: *master_1repl - - fedora-rawhide/test_caless_TestPKINIT: - requires: [fedora-rawhide/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-rawhide/build_url}' - update_packages: True - test_suite: test_integration/test_caless.py::TestPKINIT - template: *ci-master-frawhide - timeout: 5400 - topology: *master_1repl - - fedora-rawhide/test_caless_TestServerReplicaCALessToCAFull: - requires: [fedora-rawhide/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-rawhide/build_url}' - update_packages: True - test_suite: test_integration/test_caless.py::TestServerReplicaCALessToCAFull - template: *ci-master-frawhide - timeout: 5400 - topology: *master_1repl - - fedora-rawhide/test_caless_TestReplicaCALessToCAFull: - requires: [fedora-rawhide/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-rawhide/build_url}' - update_packages: True - test_suite: test_integration/test_caless.py::TestReplicaCALessToCAFull - template: *ci-master-frawhide - timeout: 5400 - topology: *master_1repl - - fedora-rawhide/test_caless_TestServerCALessToExternalCA: - requires: [fedora-rawhide/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-rawhide/build_url}' - update_packages: True - test_suite: test_integration/test_caless.py::TestServerCALessToExternalCA - template: *ci-master-frawhide - timeout: 5400 - topology: *master_1repl - - fedora-rawhide/test_backup_and_restore_TestUserRootFilesOwnershipPermission: - requires: [fedora-rawhide/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-rawhide/build_url}' - update_packages: True - test_suite: test_integration/test_backup_and_restore.py::TestUserRootFilesOwnershipPermission - template: *ci-master-frawhide - timeout: 7200 - topology: *master_1repl - - fedora-rawhide/test_backup_and_restore_TestBackupAndRestore: - requires: [fedora-rawhide/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-rawhide/build_url}' - update_packages: True - test_suite: test_integration/test_backup_and_restore.py::TestBackupAndRestore - template: *ci-master-frawhide - timeout: 7200 - topology: *master_1repl - - fedora-rawhide/test_backup_and_restore_TestBackupAndRestoreWithDNSSEC: - requires: [fedora-rawhide/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-rawhide/build_url}' - update_packages: True - test_suite: test_integration/test_backup_and_restore.py::TestBackupAndRestoreWithDNSSEC - template: *ci-master-frawhide - timeout: 7200 - topology: *master_1repl - - fedora-rawhide/test_backup_and_restore_TestBackupReinstallRestoreWithDNSSEC: - requires: [fedora-rawhide/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-rawhide/build_url}' - update_packages: True - test_suite: test_integration/test_backup_and_restore.py::TestBackupReinstallRestoreWithDNSSEC - template: *ci-master-frawhide - timeout: 7200 - topology: *master_1repl - - fedora-rawhide/test_backup_and_restore_TestBackupAndRestoreWithDNS: - requires: [fedora-rawhide/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-rawhide/build_url}' - update_packages: True - test_suite: test_integration/test_backup_and_restore.py::TestBackupAndRestoreWithDNS - template: *ci-master-frawhide - timeout: 7200 - topology: *master_1repl - - fedora-rawhide/test_backup_and_restore_TestBackupReinstallRestoreWithDNS: - requires: [fedora-rawhide/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-rawhide/build_url}' - update_packages: True - test_suite: test_integration/test_backup_and_restore.py::TestBackupReinstallRestoreWithDNS - template: *ci-master-frawhide - timeout: 7200 - topology: *master_1repl - - fedora-rawhide/test_backup_and_restore_TestBackupAndRestoreWithKRA: - requires: [fedora-rawhide/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-rawhide/build_url}' - update_packages: True - test_suite: test_integration/test_backup_and_restore.py::TestBackupAndRestoreWithKRA - template: *ci-master-frawhide - timeout: 7200 - topology: *master_1repl - - fedora-rawhide/test_backup_and_restore_TestBackupReinstallRestoreWithKRA: - requires: [fedora-rawhide/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-rawhide/build_url}' - update_packages: True - test_suite: test_integration/test_backup_and_restore.py::TestBackupReinstallRestoreWithKRA - template: *ci-master-frawhide - timeout: 7200 - topology: *master_1repl - - fedora-rawhide/test_backup_and_restore_TestBackupAndRestoreWithReplica: - requires: [fedora-rawhide/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-rawhide/build_url}' - update_packages: True - test_suite: test_integration/test_backup_and_restore.py::TestBackupAndRestoreWithReplica - template: *ci-master-frawhide - timeout: 7200 - topology: *master_2repl_1client - - fedora-rawhide/test_backup_and_restore_TestBackupAndRestoreDMPassword: - requires: [fedora-rawhide/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-rawhide/build_url}' - update_packages: True - test_suite: test_integration/test_backup_and_restore.py::TestBackupAndRestoreDMPassword - template: *ci-master-frawhide - timeout: 7200 - topology: *master_1repl - - fedora-rawhide/test_backup_and_restore_TestReplicaInstallAfterRestore: - requires: [fedora-rawhide/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-rawhide/build_url}' - update_packages: True - test_suite: test_integration/test_backup_and_restore.py::TestReplicaInstallAfterRestore - template: *ci-master-frawhide - timeout: 7200 - topology: *master_2repl_1client - - fedora-rawhide/test_backup_and_restore_TestBackupRoles: - requires: [fedora-rawhide/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-rawhide/build_url}' - update_packages: True - test_suite: test_integration/test_backup_and_restore.py::TestBackupRoles - template: *ci-master-frawhide - timeout: 7200 - topology: *master_1repl - - fedora-rawhide/test_dnssec: - requires: [fedora-rawhide/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-rawhide/build_url}' - update_packages: True - test_suite: test_integration/test_dnssec.py - template: *ci-master-frawhide - timeout: 10800 - topology: *master_2repl_1client - - fedora-rawhide/test_replica_promotion_TestReplicaPromotionLevel1: - requires: [fedora-rawhide/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-rawhide/build_url}' - update_packages: True - test_suite: test_integration/test_replica_promotion.py::TestReplicaPromotionLevel1 - template: *ci-master-frawhide - timeout: 7200 - topology: *master_1repl - - fedora-rawhide/test_replica_promotion_TestUnprivilegedUserPermissions: - requires: [fedora-rawhide/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-rawhide/build_url}' - update_packages: True - test_suite: test_integration/test_replica_promotion.py::TestUnprivilegedUserPermissions - template: *ci-master-frawhide - timeout: 7200 - topology: *master_1repl - - fedora-rawhide/test_replica_promotion_TestProhibitReplicaUninstallation: - requires: [fedora-rawhide/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-rawhide/build_url}' - update_packages: True - test_suite: test_integration/test_replica_promotion.py::TestProhibitReplicaUninstallation - template: *ci-master-frawhide - timeout: 7200 - topology: *master_2repl_1client - - fedora-rawhide/test_replica_promotion_TestWrongClientDomain: - requires: [fedora-rawhide/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-rawhide/build_url}' - update_packages: True - test_suite: test_integration/test_replica_promotion.py::TestWrongClientDomain - template: *ci-master-frawhide - timeout: 7200 - topology: *master_1repl - - fedora-rawhide/test_replica_promotion_TestRenewalMaster: - requires: [fedora-rawhide/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-rawhide/build_url}' - update_packages: True - test_suite: test_integration/test_replica_promotion.py::TestRenewalMaster - template: *ci-master-frawhide - timeout: 7200 - topology: *master_1repl - - fedora-rawhide/test_replica_promotion_TestReplicaInstallWithExistingEntry: - requires: [fedora-rawhide/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-rawhide/build_url}' - update_packages: True - test_suite: test_integration/test_replica_promotion.py::TestReplicaInstallWithExistingEntry - template: *ci-master-frawhide - timeout: 7200 - topology: *master_1repl - - fedora-rawhide/test_replica_promotion_TestSubCAkeyReplication: - requires: [fedora-rawhide/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-rawhide/build_url}' - update_packages: True - test_suite: test_integration/test_replica_promotion.py::TestSubCAkeyReplication - template: *ci-master-frawhide - timeout: 7200 - topology: *master_1repl - - fedora-rawhide/test_replica_promotion_TestReplicaInstallCustodia: - requires: [fedora-rawhide/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-rawhide/build_url}' - update_packages: True - test_suite: test_integration/test_replica_promotion.py::TestReplicaInstallCustodia - template: *ci-master-frawhide - timeout: 7200 - topology: *master_2repl_1client - - fedora-rawhide/test_replica_promotion_TestReplicaInForwardZone: - requires: [fedora-rawhide/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-rawhide/build_url}' - update_packages: True - test_suite: test_integration/test_replica_promotion.py::TestReplicaInForwardZone - template: *ci-master-frawhide - timeout: 7200 - topology: *master_1repl - - fedora-rawhide/test_replica_promotion_TestHiddenReplicaPromotion: - requires: [fedora-rawhide/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-rawhide/build_url}' - update_packages: True - test_suite: test_integration/test_replica_promotion.py::TestHiddenReplicaPromotion - template: *ci-master-frawhide - timeout: 7200 - topology: *master_2repl_1client - - fedora-rawhide/test_replica_promotion_TestHiddenReplicaKRA: - requires: [fedora-rawhide/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-rawhide/build_url}' - update_packages: True - test_suite: test_integration/test_replica_promotion.py::TestHiddenReplicaKRA - template: *ci-master-frawhide - timeout: 7200 - topology: *master_2repl_1client - - fedora-rawhide/test_upgrade: - requires: [fedora-rawhide/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-rawhide/build_url}' - update_packages: True - test_suite: test_integration/test_upgrade.py - template: *ci-master-frawhide - timeout: 7200 - topology: *master_1repl - - fedora-rawhide/test_topology_TestCASpecificRUVs: - requires: [fedora-rawhide/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-rawhide/build_url}' - update_packages: True - test_suite: test_integration/test_topology.py::TestCASpecificRUVs - template: *ci-master-frawhide - timeout: 7200 - topology: *master_3repl_1client - - fedora-rawhide/test_topology_TestTopologyOptions: - requires: [fedora-rawhide/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-rawhide/build_url}' - update_packages: True - test_suite: test_integration/test_topology.py::TestTopologyOptions - template: *ci-master-frawhide - timeout: 7200 - topology: *master_3repl_1client - - fedora-rawhide/test_replication_layouts_TestLineTopologyWithoutCA: - requires: [fedora-rawhide/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-rawhide/build_url}' - update_packages: True - test_suite: test_integration/test_replication_layouts.py::TestLineTopologyWithoutCA - template: *ci-master-frawhide - timeout: 7200 - topology: *master_3repl_1client - - fedora-rawhide/test_replication_layouts_TestLineTopologyWithCA: - requires: [fedora-rawhide/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-rawhide/build_url}' - update_packages: True - test_suite: test_integration/test_replication_layouts.py::TestLineTopologyWithCA - template: *ci-master-frawhide - timeout: 10800 - topology: *master_3repl_1client - - fedora-rawhide/test_replication_layouts_TestLineTopologyWithCAKRA: - requires: [fedora-rawhide/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-rawhide/build_url}' - update_packages: True - test_suite: test_integration/test_replication_layouts.py::TestLineTopologyWithCAKRA - template: *ci-master-frawhide - timeout: 10800 - topology: *master_3repl_1client - - fedora-rawhide/test_replication_layouts.py_TestStarTopologyWithoutCA: - requires: [fedora-rawhide/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-rawhide/build_url}' - update_packages: True - test_suite: test_integration/test_replication_layouts.py::TestStarTopologyWithoutCA - template: *ci-master-frawhide - timeout: 7200 - topology: *master_3repl_1client - - fedora-rawhide/test_replication_layouts_TestStarTopologyWithCA: - requires: [fedora-rawhide/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-rawhide/build_url}' - update_packages: True - test_suite: test_integration/test_replication_layouts.py::TestStarTopologyWithCA - template: *ci-master-frawhide - timeout: 7200 - topology: *master_3repl_1client - - fedora-rawhide/test_replication_layouts_TestStarTopologyWithCAKRA: - requires: [fedora-rawhide/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-rawhide/build_url}' - update_packages: True - test_suite: test_integration/test_replication_layouts.py::TestStarTopologyWithCAKRA - template: *ci-master-frawhide - timeout: 10800 - topology: *master_3repl_1client - - fedora-rawhide/test_replication_layouts_TestCompleteTopologyWithoutCA: - requires: [fedora-rawhide/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-rawhide/build_url}' - update_packages: True - test_suite: test_integration/test_replication_layouts.py::TestCompleteTopologyWithoutCA - template: *ci-master-frawhide - timeout: 7200 - topology: *master_3repl_1client - - fedora-rawhide/test_replication_layouts_TestCompleteTopologyWithCA: - requires: [fedora-rawhide/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-rawhide/build_url}' - update_packages: True - test_suite: test_integration/test_replication_layouts.py::TestCompleteTopologyWithCA - template: *ci-master-frawhide - timeout: 7200 - topology: *master_3repl_1client - - fedora-rawhide/test_replication_layouts_TestCompleteTopologyWithCAKRA: - requires: [fedora-rawhide/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-rawhide/build_url}' - update_packages: True - test_suite: test_integration/test_replication_layouts.py::TestCompleteTopologyWithCAKRA - template: *ci-master-frawhide - timeout: 7200 - topology: *master_3repl_1client - - fedora-rawhide/test_client_uninstallation: - requires: [fedora-rawhide/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-rawhide/build_url}' - update_packages: True - test_suite: test_integration/test_uninstallation.py - template: *ci-master-frawhide - timeout: 7200 - topology: *master_1repl_1client - - fedora-rawhide/test_installation_client: - requires: [fedora-rawhide/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-rawhide/build_url}' - update_packages: True - test_suite: test_integration/test_installation_client.py - template: *ci-master-frawhide - timeout: 3600 - topology: *master_3client - - fedora-rawhide/test_user_permissions: - requires: [fedora-rawhide/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-rawhide/build_url}' - update_packages: True - test_suite: test_integration/test_user_permissions.py - template: *ci-master-frawhide - timeout: 3600 - topology: *master_1repl_1client - - fedora-rawhide/test_webui_cert: - requires: [fedora-rawhide/build] - priority: 50 - job: - class: RunWebuiTests - args: - build_url: '{fedora-rawhide/build_url}' - update_packages: True - test_suite: test_webui/test_cert.py - template: *ci-master-frawhide - timeout: 2400 - topology: *ipaserver - - fedora-rawhide/test_webui_general: - requires: [fedora-rawhide/build] - priority: 50 - job: - class: RunWebuiTests - args: - build_url: '{fedora-rawhide/build_url}' - update_packages: 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-frawhide - timeout: 3600 - topology: *ipaserver - - fedora-rawhide/test_webui_host: - requires: [fedora-rawhide/build] - priority: 50 - job: - class: RunWebuiTests - args: - build_url: '{fedora-rawhide/build_url}' - update_packages: True - test_suite: test_webui/test_host.py - template: *ci-master-frawhide - timeout: 3600 - topology: *ipaserver - - fedora-rawhide/test_webui_host_net_groups: - requires: [fedora-rawhide/build] - priority: 50 - job: - class: RunWebuiTests - args: - build_url: '{fedora-rawhide/build_url}' - update_packages: True - test_suite: >- - test_webui/test_hostgroup.py - test_webui/test_netgroup.py - template: *ci-master-frawhide - timeout: 3600 - topology: *ipaserver - - fedora-rawhide/test_webui_identity: - requires: [fedora-rawhide/build] - priority: 50 - job: - class: RunWebuiTests - args: - build_url: '{fedora-rawhide/build_url}' - update_packages: True - test_suite: >- - test_webui/test_automember.py - test_webui/test_idviews.py - template: *ci-master-frawhide - timeout: 3600 - topology: *ipaserver - - fedora-rawhide/test_webui_network: - requires: [fedora-rawhide/build] - priority: 50 - job: - class: RunWebuiTests - args: - build_url: '{fedora-rawhide/build_url}' - update_packages: True - test_suite: >- - test_webui/test_automount.py - test_webui/test_dns.py - test_webui/test_vault.py - template: *ci-master-frawhide - timeout: 3600 - topology: *ipaserver - - fedora-rawhide/test_webui_policy: - requires: [fedora-rawhide/build] - priority: 50 - job: - class: RunWebuiTests - args: - build_url: '{fedora-rawhide/build_url}' - update_packages: 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-frawhide - timeout: 3600 - topology: *ipaserver - - fedora-rawhide/test_webui_rbac: - requires: [fedora-rawhide/build] - priority: 50 - job: - class: RunWebuiTests - args: - build_url: '{fedora-rawhide/build_url}' - update_packages: True - test_suite: >- - test_webui/test_delegation.py - test_webui/test_rbac.py - test_webui/test_selfservice.py - template: *ci-master-frawhide - timeout: 3600 - topology: *ipaserver - - fedora-rawhide/test_webui_server: - requires: [fedora-rawhide/build] - priority: 50 - job: - class: RunWebuiTests - args: - build_url: '{fedora-rawhide/build_url}' - update_packages: 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-frawhide - timeout: 7200 - topology: *ipaserver - - fedora-rawhide/test_webui_service: - requires: [fedora-rawhide/build] - priority: 50 - job: - class: RunWebuiTests - args: - build_url: '{fedora-rawhide/build_url}' - update_packages: True - test_suite: test_webui/test_service.py - template: *ci-master-frawhide - timeout: 2400 - topology: *ipaserver - - fedora-rawhide/test_webui_users: - requires: [fedora-rawhide/build] - priority: 50 - job: - class: RunWebuiTests - args: - build_url: '{fedora-rawhide/build_url}' - update_packages: True - test_suite: >- - test_webui/test_group.py - test_webui/test_user.py - template: *ci-master-frawhide - timeout: 4800 - topology: *ipaserver - - fedora-rawhide/test_webui_subid: - requires: [fedora-rawhide/build] - priority: 50 - job: - class: RunWebuiTests - args: - build_url: '{fedora-rawhide/build_url}' - update_packages: True - test_suite: test_webui/test_subid.py - template: *ci-master-frawhide - timeout: 2400 - topology: *ipaserver - - fedora-rawhide/customized_ds_config_install: - requires: [fedora-rawhide/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-rawhide/build_url}' - update_packages: True - test_suite: test_integration/test_customized_ds_config_install.py - template: *ci-master-frawhide - timeout: 3600 - topology: *master_1repl - - fedora-rawhide/dns_locations: - requires: [fedora-rawhide/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-rawhide/build_url}' - update_packages: True - test_suite: test_integration/test_dns_locations.py - template: *ci-master-frawhide - timeout: 3600 - topology: *master_2repl_1client - - fedora-rawhide/external_ca_TestExternalCAdirsrvStop: - requires: [fedora-rawhide/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-rawhide/build_url}' - update_packages: True - test_suite: test_integration/test_external_ca.py::TestExternalCAdirsrvStop - template: *ci-master-frawhide - timeout: 3600 - topology: *master_1repl - - fedora-rawhide/external_ca_TestExternalCAInvalidCert: - requires: [fedora-rawhide/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-rawhide/build_url}' - update_packages: True - test_suite: test_integration/test_external_ca.py::TestExternalCAInvalidCert test_integration/test_external_ca.py::TestExternalCAInvalidIntermediate - template: *ci-master-frawhide - timeout: 3600 - topology: *master_1repl - - fedora-rawhide/external_ca_TestMultipleExternalCA: - requires: [fedora-rawhide/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-rawhide/build_url}' - update_packages: True - test_suite: test_integration/test_external_ca.py::TestMultipleExternalCA - template: *ci-master-frawhide - timeout: 3600 - topology: *master_1repl - - fedora-rawhide/test_ipahealthcheck: - 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::TestIpaHealthCheck - template: *ci-master-frawhide - timeout: 6300 - topology: *master_1repl_1client - - fedora-rawhide/test_ipahealthcheck_nodns_extca_file: - 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::TestIpaHealthCheckWithoutDNS test_integration/test_ipahealthcheck.py::TestIpaHealthCheckWithExternalCA test_integration/test_ipahealthcheck.py::TestIpaHealthCheckFileCheck - template: *ci-master-frawhide - 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-rawhide/test_ipahealthcheck_adtrust: - requires: [fedora-rawhide/build] - priority: 50 - job: - class: RunADTests - args: - build_url: '{fedora-rawhide/build_url}' - update_packages: True - test_suite: test_integration/test_ipahealthcheck.py::TestIpaHealthCheckWithADtrust - template: *ci-master-frawhide - timeout: 4800 - topology: *adroot_adchild_adtree_master_1client - - fedora-rawhide/test_ntp_options: - requires: [fedora-rawhide/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-rawhide/build_url}' - update_packages: True - test_suite: test_integration/test_ntp_options.py::TestNTPoptions - template: *ci-master-frawhide - timeout: 10800 - topology: *master_1repl_1client - - fedora-rawhide/test_otp: - requires: [fedora-rawhide/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-rawhide/build_url}' - update_packages: True - test_suite: test_integration/test_otp.py - template: *ci-master-frawhide - timeout: 3600 - topology: *master_1repl - - fedora-rawhide/test_pkinit_install: - requires: [fedora-rawhide/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-rawhide/build_url}' - update_packages: True - test_suite: test_integration/test_pkinit_install.py - template: *ci-master-frawhide - timeout: 3600 - topology: *master_1repl_1client - - fedora-rawhide/test_pkinit_manage: - requires: [fedora-rawhide/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-rawhide/build_url}' - update_packages: True - test_suite: test_integration/test_pkinit_manage.py - template: *ci-master-frawhide - timeout: 3600 - topology: *master_1repl - - fedora-rawhide/test_pki_config_override: - requires: [fedora-rawhide/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-rawhide/build_url}' - update_packages: True - test_suite: test_integration/test_pki_config_override.py - template: *ci-master-frawhide - timeout: 3600 - topology: *master_1repl - - fedora-rawhide/mask: - requires: [fedora-rawhide/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 - timeout: 3600 - topology: *master_1repl - - fedora-rawhide/hostname_validator: - requires: [fedora-rawhide/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 - 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] - 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 - - fedora-rawhide/automember: - requires: [fedora-rawhide/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-rawhide/build_url}' - update_packages: True - test_suite: test_integration/test_automember.py - template: *ci-master-frawhide - timeout: 3600 - topology: *master_1repl - - fedora-rawhide/test_crlgen_manage: - requires: [fedora-rawhide/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-rawhide/build_url}' - update_packages: True - test_suite: test_integration/test_crlgen_manage.py - template: *ci-master-frawhide - timeout: 3600 - topology: *master_1repl - - fedora-rawhide/test_integration_TestIPANotConfigured: - requires: [fedora-rawhide/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-rawhide/build_url}' - update_packages: True - test_suite: test_integration/test_cli_ipa_not_configured.py::TestIPANotConfigured - template: *ci-master-frawhide - timeout: 10800 - topology: *master_1repl - - fedora-rawhide/test_sssd: - requires: [fedora-rawhide/build] - priority: 50 - job: - class: RunADTests - args: - build_url: '{fedora-rawhide/build_url}' - update_packages: True - test_suite: test_integration/test_sssd.py - template: *ci-master-frawhide - timeout: 7200 - topology: *adroot_adchild_adtree_master_1client - - fedora-rawhide/test_ca_custom_sdn: - requires: [fedora-rawhide/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-rawhide/build_url}' - update_packages: True - test_suite: test_integration/test_ca_custom_sdn.py - template: *ci-master-frawhide - timeout: 7200 - topology: *master_1repl - - fedora-rawhide/test_membermanager: - requires: [fedora-rawhide/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-rawhide/build_url}' - update_packages: True - test_suite: test_integration/test_membermanager.py - template: *ci-master-frawhide - timeout: 1800 - topology: *master_1repl - - fedora-rawhide/krbtpolicy: - requires: [fedora-rawhide/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-rawhide/build_url}' - update_packages: True - test_suite: test_integration/test_krbtpolicy.py - template: *ci-master-frawhide - timeout: 4800 - topology: *master_1repl - - fedora-rawhide/test_winsyncmigrate: - requires: [fedora-rawhide/build] - priority: 50 - job: - class: RunADTests - args: - build_url: '{fedora-rawhide/build_url}' - update_packages: True - test_suite: test_integration/test_winsyncmigrate.py - template: *ci-master-frawhide - timeout: 4800 - topology: *ad_master - - fedora-rawhide/test_trust: - requires: [fedora-rawhide/build] - priority: 50 - job: - class: RunADTests - args: - build_url: '{fedora-rawhide/build_url}' - update_packages: True - test_suite: test_integration/test_trust.py::TestTrust - template: *ci-master-frawhide - timeout: 7200 - topology: *adroot_adchild_adtree_master_1client - - fedora-rawhide/test_trust_autoprivate: - requires: [fedora-rawhide/build] - priority: 50 - job: - class: RunADTests - args: - build_url: '{fedora-rawhide/build_url}' - update_packages: True - test_suite: test_integration/test_trust.py::TestNonPosixAutoPrivateGroup test_integration/test_trust.py::TestPosixAutoPrivateGroup - template: *ci-master-frawhide - timeout: 6000 - topology: *adroot_adchild_adtree_master_1client - - fedora-rawhide/test_backup_and_restore_TestBackupAndRestoreTrust: - requires: [fedora-rawhide/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-rawhide/build_url}' - update_packages: True - test_suite: test_integration/test_backup_and_restore.py::TestBackupAndRestoreTrust - template: *ci-master-frawhide - timeout: 7200 - topology: *master_1repl - - fedora-rawhide/test_adtrust_install: - requires: [fedora-rawhide/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-rawhide/build_url}' - update_packages: True - test_suite: test_integration/test_adtrust_install.py - template: *ci-master-frawhide - timeout: 3600 - topology: *master_1repl - - fedora-rawhide/test_cert: - requires: [fedora-rawhide/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-rawhide/build_url}' - update_packages: True - test_suite: test_integration/test_cert.py - template: *ci-master-frawhide - timeout: 5400 - topology: *master_1repl_1client - - fedora-rawhide/test_epn: - requires: [fedora-rawhide/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-rawhide/build_url}' - update_packages: True - test_suite: test_integration/test_epn.py - template: *ci-master-frawhide - timeout: 7200 - topology: *master_3client - - fedora-rawhide/test_acme: - requires: [fedora-rawhide/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-rawhide/build_url}' - update_packages: True - test_suite: >- - test_integration/test_acme.py::TestACME - test_integration/test_acme.py::TestACMECALess - test_integration/test_acme.py::TestACMEwithExternalCA - test_integration/test_acme.py::TestACMERenew - template: *ci-master-frawhide - timeout: 8100 - topology: *master_1repl_1client - - fedora-rawhide/test_acme_prune: - requires: [fedora-rawhide/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-rawhide/build_url}' - update_packages: True - test_suite: test_integration/test_acme.py::TestACMEPrune - template: *ci-master-frawhide - timeout: 3600 - topology: *master_1repl_1client - - fedora-rawhide/test_dns: - requires: [fedora-rawhide/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-rawhide/build_url}' - update_packages: True - test_suite: test_integration/test_dns.py - template: *ci-master-frawhide - timeout: 3600 - topology: *master_1repl - - fedora-rawhide/test_pwpolicy: - requires: [fedora-rawhide/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-rawhide/build_url}' - update_packages: True - test_suite: test_integration/test_pwpolicy.py - template: *ci-master-frawhide - timeout: 3600 - topology: *master_1repl - - fedora-rawhide/test_cert_fix: - requires: [fedora-rawhide/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-rawhide/build_url}' - update_packages: True - test_suite: test_integration/test_ipa_cert_fix.py - template: *ci-master-frawhide - timeout: 10800 - topology: *master_1repl - - fedora-rawhide/test_subids: - requires: [fedora-rawhide/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-rawhide/build_url}' - update_packages: True - test_suite: test_integration/test_subids.py - template: *ci-master-frawhide - timeout: 3600 - topology: *master_1repl_1client - - fedora-rawhide/test_custom_plugins: - requires: [fedora-rawhide/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-rawhide/build_url}' - update_packages: True - test_suite: test_integration/test_custom_plugins.py - template: *ci-master-frawhide - timeout: 3600 - topology: *master_1repl - - fedora-rawhide/test_external_idp: - requires: [fedora-rawhide/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-rawhide/build_url}' - update_packages: True - test_suite: test_integration/test_idp.py - template: *ci-master-frawhide - timeout: 5000 - topology: *master_2repl_1client - -# fedora-rawhide/test_sso: -# requires: [fedora-rawhide/build] -# priority: 50 -# job: -# class: RunPytest -# args: -# build_url: '{fedora-rawhide/build_url}' -# update_packages: True -# test_suite: test_integration/test_sso.py -# template: *ci-master-frawhide -# timeout: 5000 -# topology: *master_2repl_1client - - fedora-rawhide/test_random_serial_numbers_TestInstallWithCA_DNS1_RSN: - requires: [fedora-rawhide/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-rawhide/build_url}' - update_packages: True - test_suite: test_integration/test_random_serial_numbers.py::TestInstallWithCA_DNS1_RSN - template: *ci-master-frawhide - timeout: 10800 - topology: *master_3repl_1client - - fedora-rawhide/test_random_serial_numbers_TestInstallWithCA_KRA1_RSN: - requires: [fedora-rawhide/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-rawhide/build_url}' - update_packages: True - test_suite: test_integration/test_random_serial_numbers.py::TestInstallWithCA_KRA1_RSN - template: *ci-master-frawhide - timeout: 10800 - topology: *master_3repl_1client - - fedora-rawhide/test_random_serial_numbers_test_commands_RSN: - requires: [fedora-rawhide/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-rawhide/build_url}' - update_packages: True - test_suite: test_integration/test_random_serial_numbers.py::TestIPACommand_RSN::test_certificate_out_write_to_file - template: *ci-master-frawhide - timeout: 5400 - topology: *master_1repl_1client - - fedora-rawhide/test_caless_TestServerCALessToExternalCA_RSN: - requires: [fedora-rawhide/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-rawhide/build_url}' - update_packages: True - test_suite: test_integration/test_random_serial_numbers.py::TestServerCALessToExternalCA_RSN - template: *ci-master-frawhide - timeout: 5400 - topology: *master_1repl - - fedora-rawhide/test_random_serial_numbers_TestRSNPKIConfig: - requires: [fedora-rawhide/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-rawhide/build_url}' - update_packages: True - test_suite: test_integration/test_random_serial_numbers.py::TestRSNPKIConfig - template: *ci-master-frawhide - timeout: 10800 - topology: *master_3repl_1client - - fedora-rawhide/test_random_serial_numbers_TestRSNVault: - requires: [fedora-rawhide/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-rawhide/build_url}' - update_packages: True - test_suite: test_integration/test_random_serial_numbers.py::TestRSNVault - template: *ci-master-frawhide - timeout: 10800 - topology: *master_1repl diff --git a/ipatests/prci_definitions/prci_jobs_spec.yaml b/ipatests/prci_definitions/prci_jobs_spec.yaml index 7bc99d8..6e94194 100644 --- a/ipatests/prci_definitions/prci_jobs_spec.yaml +++ b/ipatests/prci_definitions/prci_jobs_spec.yaml @@ -12,12 +12,8 @@ classes: # (Optional) Definition files that should contain the same number of jobs fixed_n_jobs: - - nightly_latest - - nightly_latest_selinux - - nightly_latest_testing - - nightly_latest_testing_selinux - - nightly_previous - - nightly_rawhide + - nightly_ipa-4-11_latest + - nightly_ipa-4-11_latest_selinux # Info specific to prci definition files # 'job_prefix' field is mandatory @@ -27,35 +23,10 @@ fixed_n_jobs: # New definitions specifications may be added anytime prci_job_spec: gating: - job_prefix: 'fedora-latest/' - nightly_latest: - job_prefix: 'fedora-latest/' - nightly_latest_389ds: - job_prefix: '389ds-fedora/' - update_packages: True - copr_defined: True - nightly_latest_pki: - job_prefix: 'pki-fedora/' - update_packages: True - copr_defined: True - nightly_latest_selinux: - job_prefix: 'fedora-latest/' + job_prefix: 'fedora-latest-ipa-4-11/' + nightly_ipa-4-11_latest: + job_prefix: 'fedora-latest-ipa-4-11/' + nightly_ipa-4-11_latest_selinux: + job_prefix: 'fedora-latest-ipa-4-11/' selinux_enforcing: True - nightly_latest_testing: - job_prefix: 'testing-fedora/' - update_packages: True - enable_testing_repo: True - nightly_latest_testing_selinux: - job_prefix: 'testing-fedora/' - selinux_enforcing: True - update_packages: True - enable_testing_repo: True - nightly_previous: - job_prefix: 'fedora-previous/' - nightly_rawhide: - job_prefix: 'fedora-rawhide/' - update_packages: True - nightly_latest_sssd: - job_prefix: 'sssd-fedora/' - update_packages: True - copr_defined: True + diff --git a/ipatests/prci_definitions/temp_commit.yaml b/ipatests/prci_definitions/temp_commit.yaml index e984cbb..4e5f299 100644 --- a/ipatests/prci_definitions/temp_commit.yaml +++ b/ipatests/prci_definitions/temp_commit.yaml @@ -47,7 +47,7 @@ topologies: memory: 14466 jobs: - fedora-latest/build: + fedora-latest-ipa-4-11/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-f38 - version: 0.0.1 + template: &ci-ipa-4-11-latest + name: freeipa/ci-ipa-4-11-f39 + version: 0.0.0 timeout: 1800 topology: *build - fedora-latest/temp_commit: - requires: [fedora-latest/build] + fedora-latest-ipa-4-11/temp_commit: + requires: [fedora-latest-ipa-4-11/build] priority: 50 job: class: RunPytest args: - build_url: '{fedora-latest/build_url}' + build_url: '{fedora-latest-ipa-4-11/build_url}' test_suite: test_integration/test_REPLACEME.py - template: *ci-master-latest + template: *ci-ipa-4-11-latest timeout: 3600 topology: *master_1repl_1client