URL: https://github.com/freeipa/freeipa/pull/5108 Author: netoarmando Title: #5108: [ipa-4-8] ipatests: Add nightly definitions for enforcing mode Action: opened
PR body: """ Duplicates the scenario for `nightly_ipa-4-8_latest.yaml` and sets `selinux_enforcing` parameter as True. Indentation for all definitions have been fixed. Issue: freeipa/freeipa-pr-ci#391 --- Manual backport for https://github.com/freeipa/freeipa/pull/5105 """ To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/5108/head:pr5108 git checkout pr5108
From 731103167698ffa007def159ec612739e36a1196 Mon Sep 17 00:00:00 2001 From: Armando Neto <abiag...@redhat.com> Date: Tue, 15 Sep 2020 09:28:06 -0300 Subject: [PATCH] ipatests: Add nightly definitions for enforcing mode Duplicates the scenario for nightly_ipa-4-8_latest.yaml and sets `selinux_enforcing` parameter as True. Indentation for all definitions have been fixed. Issue: freeipa/freeipa-pr-ci#391 Signed-off-by: Armando Neto <abiag...@redhat.com> --- .../nightly_ipa-4-8_latest.yaml | 40 +- .../nightly_ipa-4-8_latest_selinux.yaml | 1759 +++++++++++++++++ .../nightly_ipa-4-8_previous.yaml | 20 +- 3 files changed, 1789 insertions(+), 30 deletions(-) create mode 100644 ipatests/prci_definitions/nightly_ipa-4-8_latest_selinux.yaml diff --git a/ipatests/prci_definitions/nightly_ipa-4-8_latest.yaml b/ipatests/prci_definitions/nightly_ipa-4-8_latest.yaml index 9c368324c1..ea5f7107fe 100644 --- a/ipatests/prci_definitions/nightly_ipa-4-8_latest.yaml +++ b/ipatests/prci_definitions/nightly_ipa-4-8_latest.yaml @@ -1606,25 +1606,25 @@ jobs: topology: *master_1repl_1client fedora-latest-ipa-4-8/test_epn: - requires: [fedora-latest-ipa-4-8/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest-ipa-4-8/build_url}' - test_suite: test_integration/test_epn.py - template: *ci-ipa-4-8-latest - timeout: 7200 - topology: *master_3client + requires: [fedora-latest-ipa-4-8/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-8/build_url}' + test_suite: test_integration/test_epn.py + template: *ci-ipa-4-8-latest + timeout: 7200 + topology: *master_3client fedora-latest-ipa-4-8/test_dns: - requires: [fedora-latest-ipa-4-8/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest-ipa-4-8/build_url}' - test_suite: test_integration/test_dns.py - template: *ci-ipa-4-8-latest - timeout: 3600 - topology: *master_1repl + requires: [fedora-latest-ipa-4-8/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-8/build_url}' + test_suite: test_integration/test_dns.py + template: *ci-ipa-4-8-latest + timeout: 3600 + topology: *master_1repl diff --git a/ipatests/prci_definitions/nightly_ipa-4-8_latest_selinux.yaml b/ipatests/prci_definitions/nightly_ipa-4-8_latest_selinux.yaml new file mode 100644 index 0000000000..972c43eff9 --- /dev/null +++ b/ipatests/prci_definitions/nightly_ipa-4-8_latest_selinux.yaml @@ -0,0 +1,1759 @@ +topologies: + build: &build + name: build + cpu: 2 + memory: 3800 + master_3client: &master_3client + name: master_3client + cpu: 5 + memory: 10150 + master_1repl: &master_1repl + name: master_1repl + cpu: 4 + memory: 6450 + master_1repl_1client: &master_1repl_1client + name: master_1repl_1client + cpu: 4 + memory: 7400 + ipaserver: &ipaserver + name: ipaserver + cpu: 2 + memory: 2400 + master_2repl_1client: &master_2repl_1client + name: master_2repl_1client + cpu: 5 + memory: 10150 + master_3repl_1client: &master_3repl_1client + name: master_3repl_1client + cpu: 6 + memory: 12900 + ad_master_2client: &ad_master_2client + name: ad_master_2client + cpu: 4 + memory: 12000 + ad_master: &ad_master + name: ad_master + cpu: 4 + memory: 12000 + adroot_adchild_adtree_master_1client: &adroot_adchild_adtree_master_1client + name: adroot_adchild_adtree_master_1client + cpu: 8 + memory: 14500 + +jobs: + fedora-latest-ipa-4-8/build: + requires: [] + priority: 100 + job: + class: Build + args: + git_repo: '{git_repo}' + git_refspec: '{git_refspec}' + template: &ci-ipa-4-8-latest + name: freeipa/ci-ipa-4-8-f32 + version: 0.0.9 + timeout: 1800 + topology: *build + + fedora-latest-ipa-4-8/simple_replication: + requires: [fedora-latest-ipa-4-8/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-8/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_simple_replication.py + template: *ci-ipa-4-8-latest + timeout: 3600 + topology: *master_1repl + + fedora-latest-ipa-4-8/test_external_ca_TestExternalCA: + requires: [fedora-latest-ipa-4-8/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-8/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-8-latest + timeout: 4800 + topology: *master_1repl_1client + + fedora-latest-ipa-4-8/test_external_ca_TestSelfExternalSelf: + requires: [fedora-latest-ipa-4-8/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-8/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-8-latest + timeout: 3600 + topology: *master_1repl + + fedora-latest-ipa-4-8/external_ca_templates: + requires: [fedora-latest-ipa-4-8/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-8/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_external_ca.py::TestExternalCAProfileScenarios + template: *ci-ipa-4-8-latest + timeout: 3600 + topology: *master_1repl + + fedora-latest-ipa-4-8/test_topologies: + requires: [fedora-latest-ipa-4-8/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-8/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_topologies.py + template: *ci-ipa-4-8-latest + timeout: 3600 + topology: *master_1repl + + fedora-latest-ipa-4-8/test_sudo: + requires: [fedora-latest-ipa-4-8/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-8/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_sudo.py + template: *ci-ipa-4-8-latest + timeout: 4800 + topology: *master_1repl_1client + + fedora-latest-ipa-4-8/test_commands: + requires: [fedora-latest-ipa-4-8/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-8/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_commands.py + template: *ci-ipa-4-8-latest + timeout: 3600 + topology: *master_1repl + + fedora-latest-ipa-4-8/test_kerberos_flags: + requires: [fedora-latest-ipa-4-8/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-8/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_kerberos_flags.py + template: *ci-ipa-4-8-latest + timeout: 3600 + topology: *master_1repl_1client + + fedora-latest-ipa-4-8/test_http_kdc_proxy: + requires: [fedora-latest-ipa-4-8/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-8/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_http_kdc_proxy.py + template: *ci-ipa-4-8-latest + timeout: 3600 + topology: *master_1repl_1client + + fedora-latest-ipa-4-8/test_fips: + requires: [fedora-latest-ipa-4-8/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-8/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_fips.py + template: *ci-ipa-4-8-latest + timeout: 7200 + topology: *master_1repl_1client + + fedora-latest-ipa-4-8/test_forced_client_enrolment: + requires: [fedora-latest-ipa-4-8/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-8/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_forced_client_reenrollment.py + template: *ci-ipa-4-8-latest + timeout: 4800 + topology: *master_1repl_1client + + fedora-latest-ipa-4-8/test_advise: + requires: [fedora-latest-ipa-4-8/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-8/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_advise.py + template: *ci-ipa-4-8-latest + timeout: 3600 + topology: *master_1repl_1client + + fedora-latest-ipa-4-8/test_testconfig: + requires: [fedora-latest-ipa-4-8/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-8/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_testconfig.py + template: *ci-ipa-4-8-latest + timeout: 3600 + topology: *master_1repl + + fedora-latest-ipa-4-8/test_service_permissions: + requires: [fedora-latest-ipa-4-8/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-8/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_service_permissions.py + template: *ci-ipa-4-8-latest + timeout: 3600 + topology: *master_1repl + + fedora-latest-ipa-4-8/test_netgroup: + requires: [fedora-latest-ipa-4-8/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-8/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_netgroup.py + template: *ci-ipa-4-8-latest + timeout: 3600 + topology: *master_1repl + + fedora-latest-ipa-4-8/test_vault: + requires: [fedora-latest-ipa-4-8/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-8/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_vault.py + template: *ci-ipa-4-8-latest + timeout: 6300 + topology: *master_1repl + + fedora-latest-ipa-4-8/test_authconfig: + requires: [fedora-latest-ipa-4-8/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-8/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_authselect.py + template: *ci-ipa-4-8-latest + timeout: 4800 + topology: *master_1repl_1client + + fedora-latest-ipa-4-8/test_smb: + requires: [fedora-latest-ipa-4-8/build] + priority: 50 + job: + class: RunADTests + args: + build_url: '{fedora-latest-ipa-4-8/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_smb.py + template: *ci-ipa-4-8-latest + timeout: 7200 + topology: *ad_master_2client + + fedora-latest-ipa-4-8/test_server_del: + requires: [fedora-latest-ipa-4-8/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-8/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_server_del.py + template: *ci-ipa-4-8-latest + timeout: 10800 + topology: *master_2repl_1client + + fedora-latest-ipa-4-8/test_installation_TestInstallWithCA1: + requires: [fedora-latest-ipa-4-8/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-8/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_installation.py::TestInstallWithCA1 + template: *ci-ipa-4-8-latest + timeout: 10800 + topology: *master_3repl_1client + + fedora-latest-ipa-4-8/test_installation_TestInstallWithCA2: + requires: [fedora-latest-ipa-4-8/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-8/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_installation.py::TestInstallWithCA2 + template: *ci-ipa-4-8-latest + timeout: 10800 + topology: *master_3repl_1client + + fedora-latest-ipa-4-8/test_installation_TestInstallCA: + requires: [fedora-latest-ipa-4-8/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-8/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_installation.py::TestInstallCA + template: *ci-ipa-4-8-latest + timeout: 10800 + topology: *master_2repl_1client + + fedora-latest-ipa-4-8/test_installation_TestInstallWithCA_KRA1: + requires: [fedora-latest-ipa-4-8/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-8/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_installation.py::TestInstallWithCA_KRA1 + template: *ci-ipa-4-8-latest + timeout: 10800 + topology: *master_3repl_1client + + fedora-latest-ipa-4-8/test_installation_TestInstallWithCA_KRA2: + requires: [fedora-latest-ipa-4-8/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-8/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_installation.py::TestInstallWithCA_KRA2 + template: *ci-ipa-4-8-latest + timeout: 10800 + topology: *master_3repl_1client + + fedora-latest-ipa-4-8/test_installation_TestInstallWithCA_DNS1: + requires: [fedora-latest-ipa-4-8/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-8/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_installation.py::TestInstallWithCA_DNS1 + template: *ci-ipa-4-8-latest + timeout: 10800 + topology: *master_3repl_1client + + fedora-latest-ipa-4-8/test_installation_TestInstallWithCA_DNS2: + requires: [fedora-latest-ipa-4-8/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-8/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_installation.py::TestInstallWithCA_DNS2 + template: *ci-ipa-4-8-latest + timeout: 10800 + topology: *master_3repl_1client + + fedora-latest-ipa-4-8/test_installation_TestInstallWithCA_DNS3: + requires: [fedora-latest-ipa-4-8/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-8/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_installation.py::TestInstallWithCA_DNS3 + template: *ci-ipa-4-8-latest + timeout: 3600 + topology: *master_1repl + + fedora-latest-ipa-4-8/test_installation_TestInstallWithCA_DNS4: + requires: [fedora-latest-ipa-4-8/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-8/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_installation.py::TestInstallWithCA_DNS4 + template: *ci-ipa-4-8-latest + timeout: 3600 + topology: *master_1repl + + fedora-latest-ipa-4-8/test_installation_TestInstallWithCA_KRA_DNS1: + requires: [fedora-latest-ipa-4-8/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-8/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_installation.py::TestInstallWithCA_KRA_DNS1 + template: *ci-ipa-4-8-latest + timeout: 10800 + topology: *master_3repl_1client + + fedora-latest-ipa-4-8/test_installation_TestInstallWithCA_KRA_DNS2: + requires: [fedora-latest-ipa-4-8/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-8/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_installation.py::TestInstallWithCA_KRA_DNS2 + template: *ci-ipa-4-8-latest + timeout: 10800 + topology: *master_3repl_1client + + fedora-latest-ipa-4-8/test_installation_TestInstallMaster: + requires: [fedora-latest-ipa-4-8/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-8/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_installation.py::TestInstallMaster + template: *ci-ipa-4-8-latest + timeout: 10800 + topology: *master_1repl + + fedora-latest-ipa-4-8/test_installation_TestInstallMasterKRA: + requires: [fedora-latest-ipa-4-8/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-8/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_installation.py::TestInstallMasterKRA + template: *ci-ipa-4-8-latest + timeout: 10800 + topology: *master_1repl + + fedora-latest-ipa-4-8/test_installation_TestInstallMasterDNS: + requires: [fedora-latest-ipa-4-8/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-8/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_installation.py::TestInstallMasterDNS + template: *ci-ipa-4-8-latest + timeout: 10800 + topology: *master_1repl + + fedora-latest-ipa-4-8/test_installation_TestInstallMasterDNSRepeatedly: + requires: [fedora-latest-ipa-4-8/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-8/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_installation.py::TestInstallMasterDNSRepeatedly + template: *ci-ipa-4-8-latest + timeout: 10800 + topology: *master_1repl + + fedora-latest-ipa-4-8/test_installation_TestInstallMasterReservedIPasForwarder: + requires: [fedora-latest-ipa-4-8/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-8/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_installation.py::TestInstallMasterReservedIPasForwarder + template: *ci-ipa-4-8-latest + timeout: 10800 + topology: *master_1repl + + fedora-latest-ipa-4-8/test_installation_TestInstallMasterReplica: + requires: [fedora-latest-ipa-4-8/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-8/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_installation.py::TestInstallMasterReplica + template: *ci-ipa-4-8-latest + timeout: 10800 + topology: *master_1repl + + fedora-latest-ipa-4-8/test_installation_TestInstallReplicaAgainstSpecificServer: + requires: [fedora-latest-ipa-4-8/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-8/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_installation.py::TestInstallReplicaAgainstSpecificServer + template: *ci-ipa-4-8-latest + timeout: 10800 + topology: *master_2repl_1client + + fedora-latest-ipa-4-8/test_installation_TestADTrustInstall: + requires: [fedora-latest-ipa-4-8/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-8/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_installation.py::TestADTrustInstall + template: *ci-ipa-4-8-latest + timeout: 10800 + topology: *master_2repl_1client + + fedora-latest-ipa-4-8/test_installation_TestADTrustInstallWithDNS_KRA_ADTrust: + requires: [fedora-latest-ipa-4-8/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-8/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_installation.py::TestADTrustInstallWithDNS_KRA_ADTrust + template: *ci-ipa-4-8-latest + timeout: 10800 + topology: *master_2repl_1client + + fedora-latest-ipa-4-8/test_installation_TestKRAinstallAfterCertRenew: + requires: [fedora-latest-ipa-4-8/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-8/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_installation.py::TestKRAinstallAfterCertRenew + template: *ci-ipa-4-8-latest + timeout: 10800 + topology: *master_1repl + + fedora-latest-ipa-4-8/test_idviews: + requires: [fedora-latest-ipa-4-8/build] + priority: 50 + job: + class: RunADTests + args: + build_url: '{fedora-latest-ipa-4-8/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_idviews.py + template: *ci-ipa-4-8-latest + timeout: 7200 + topology: *ad_master_2client + + fedora-latest-ipa-4-8/test_caless_TestServerInstall: + requires: [fedora-latest-ipa-4-8/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-8/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_caless.py::TestServerInstall + template: *ci-ipa-4-8-latest + timeout: 12000 + topology: *master_1repl + + fedora-latest-ipa-4-8/test_caless_TestReplicaInstall: + requires: [fedora-latest-ipa-4-8/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-8/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_caless.py::TestReplicaInstall + template: *ci-ipa-4-8-latest + timeout: 7200 + topology: *master_1repl + + fedora-latest-ipa-4-8/test_caless_TestClientInstall: + requires: [fedora-latest-ipa-4-8/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-8/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_caless.py::TestClientInstall + template: *ci-ipa-4-8-latest + timeout: 5400 + # actually master_1client + topology: *master_1repl_1client + + fedora-latest-ipa-4-8/test_caless_TestIPACommands: + requires: [fedora-latest-ipa-4-8/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-8/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_caless.py::TestIPACommands + template: *ci-ipa-4-8-latest + timeout: 5400 + topology: *master_1repl + + fedora-latest-ipa-4-8/test_caless_TestCertInstall: + requires: [fedora-latest-ipa-4-8/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-8/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_caless.py::TestCertInstall + template: *ci-ipa-4-8-latest + timeout: 5400 + topology: *master_1repl + + fedora-latest-ipa-4-8/test_caless_TestPKINIT: + requires: [fedora-latest-ipa-4-8/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-8/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_caless.py::TestPKINIT + template: *ci-ipa-4-8-latest + timeout: 5400 + topology: *master_1repl + + fedora-latest-ipa-4-8/test_caless_TestServerReplicaCALessToCAFull: + requires: [fedora-latest-ipa-4-8/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-8/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_caless.py::TestServerReplicaCALessToCAFull + template: *ci-ipa-4-8-latest + timeout: 5400 + topology: *master_1repl + + fedora-latest-ipa-4-8/test_caless_TestReplicaCALessToCAFull: + requires: [fedora-latest-ipa-4-8/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-8/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_caless.py::TestReplicaCALessToCAFull + template: *ci-ipa-4-8-latest + timeout: 5400 + topology: *master_1repl + + fedora-latest-ipa-4-8/test_caless_TestServerCALessToExternalCA: + requires: [fedora-latest-ipa-4-8/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-8/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_caless.py::TestServerCALessToExternalCA + template: *ci-ipa-4-8-latest + timeout: 5400 + topology: *master_1repl + + fedora-latest-ipa-4-8/test_backup_and_restore_TestUserRootFilesOwnershipPermission: + requires: [fedora-latest-ipa-4-8/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-8/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_backup_and_restore.py::TestUserRootFilesOwnershipPermission + template: *ci-ipa-4-8-latest + timeout: 7200 + topology: *master_1repl + + fedora-latest-ipa-4-8/test_backup_and_restore_TestBackupAndRestore: + requires: [fedora-latest-ipa-4-8/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-8/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_backup_and_restore.py::TestBackupAndRestore + template: *ci-ipa-4-8-latest + timeout: 7200 + topology: *master_1repl + + fedora-latest-ipa-4-8/test_backup_and_restore_TestBackupAndRestoreWithDNSSEC: + requires: [fedora-latest-ipa-4-8/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-8/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_backup_and_restore.py::TestBackupAndRestoreWithDNSSEC + template: *ci-ipa-4-8-latest + timeout: 7200 + topology: *master_1repl + + fedora-latest-ipa-4-8/test_backup_and_restore_TestBackupReinstallRestoreWithDNSSEC: + requires: [fedora-latest-ipa-4-8/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-8/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_backup_and_restore.py::TestBackupReinstallRestoreWithDNSSEC + template: *ci-ipa-4-8-latest + timeout: 7200 + topology: *master_1repl + + fedora-latest-ipa-4-8/test_backup_and_restore_TestBackupAndRestoreWithDNS: + requires: [fedora-latest-ipa-4-8/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-8/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_backup_and_restore.py::TestBackupAndRestoreWithDNS + template: *ci-ipa-4-8-latest + timeout: 7200 + topology: *master_1repl + + fedora-latest-ipa-4-8/test_backup_and_restore_TestBackupReinstallRestoreWithDNS: + requires: [fedora-latest-ipa-4-8/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-8/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_backup_and_restore.py::TestBackupReinstallRestoreWithDNS + template: *ci-ipa-4-8-latest + timeout: 7200 + topology: *master_1repl + + fedora-latest-ipa-4-8/test_backup_and_restore_TestBackupAndRestoreWithKRA: + requires: [fedora-latest-ipa-4-8/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-8/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_backup_and_restore.py::TestBackupAndRestoreWithKRA + template: *ci-ipa-4-8-latest + timeout: 7200 + topology: *master_1repl + + fedora-latest-ipa-4-8/test_backup_and_restore_TestBackupReinstallRestoreWithKRA: + requires: [fedora-latest-ipa-4-8/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-8/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_backup_and_restore.py::TestBackupReinstallRestoreWithKRA + template: *ci-ipa-4-8-latest + timeout: 7200 + topology: *master_1repl + + fedora-latest-ipa-4-8/test_backup_and_restore_TestBackupAndRestoreWithReplica: + requires: [fedora-latest-ipa-4-8/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-8/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_backup_and_restore.py::TestBackupAndRestoreWithReplica + template: *ci-ipa-4-8-latest + timeout: 7200 + topology: *master_2repl_1client + + fedora-latest-ipa-4-8/test_backup_and_restore_TestBackupAndRestoreDMPassword: + requires: [fedora-latest-ipa-4-8/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-8/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_backup_and_restore.py::TestBackupAndRestoreDMPassword + template: *ci-ipa-4-8-latest + timeout: 7200 + topology: *master_1repl + + fedora-latest-ipa-4-8/test_backup_and_restore_TestReplicaInstallAfterRestore: + requires: [fedora-latest-ipa-4-8/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-8/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_backup_and_restore.py::TestReplicaInstallAfterRestore + template: *ci-ipa-4-8-latest + timeout: 7200 + topology: *master_2repl_1client + + fedora-latest-ipa-4-8/test_backup_and_restore_TestBackupRoles: + requires: [fedora-latest-ipa-4-8/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-8/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_backup_and_restore.py::TestBackupRoles + template: *ci-ipa-4-8-latest + timeout: 7200 + topology: *master_1repl + + fedora-latest-ipa-4-8/test_dnssec: + requires: [fedora-latest-ipa-4-8/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-8/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_dnssec.py + template: *ci-ipa-4-8-latest + timeout: 10800 + topology: *master_2repl_1client + + fedora-latest-ipa-4-8/test_replica_promotion_TestReplicaPromotionLevel1: + requires: [fedora-latest-ipa-4-8/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-8/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_replica_promotion.py::TestReplicaPromotionLevel1 + template: *ci-ipa-4-8-latest + timeout: 7200 + topology: *master_1repl + + fedora-latest-ipa-4-8/test_replica_promotion_TestUnprivilegedUserPermissions: + requires: [fedora-latest-ipa-4-8/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-8/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_replica_promotion.py::TestUnprivilegedUserPermissions + template: *ci-ipa-4-8-latest + timeout: 7200 + topology: *master_1repl + + fedora-latest-ipa-4-8/test_replica_promotion_TestProhibitReplicaUninstallation: + requires: [fedora-latest-ipa-4-8/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-8/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_replica_promotion.py::TestProhibitReplicaUninstallation + template: *ci-ipa-4-8-latest + timeout: 7200 + topology: *master_2repl_1client + + fedora-latest-ipa-4-8/test_replica_promotion_TestWrongClientDomain: + requires: [fedora-latest-ipa-4-8/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-8/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_replica_promotion.py::TestWrongClientDomain + template: *ci-ipa-4-8-latest + timeout: 7200 + topology: *master_1repl + + fedora-latest-ipa-4-8/test_replica_promotion_TestRenewalMaster: + requires: [fedora-latest-ipa-4-8/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-8/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_replica_promotion.py::TestRenewalMaster + template: *ci-ipa-4-8-latest + timeout: 7200 + topology: *master_1repl + + fedora-latest-ipa-4-8/test_replica_promotion_TestReplicaInstallWithExistingEntry: + requires: [fedora-latest-ipa-4-8/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-8/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_replica_promotion.py::TestReplicaInstallWithExistingEntry + template: *ci-ipa-4-8-latest + timeout: 7200 + topology: *master_1repl + + fedora-latest-ipa-4-8/test_replica_promotion_TestSubCAkeyReplication: + requires: [fedora-latest-ipa-4-8/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-8/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_replica_promotion.py::TestSubCAkeyReplication + template: *ci-ipa-4-8-latest + timeout: 7200 + topology: *master_1repl + + fedora-latest-ipa-4-8/test_replica_promotion_TestReplicaInstallCustodia: + requires: [fedora-latest-ipa-4-8/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-8/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_replica_promotion.py::TestReplicaInstallCustodia + template: *ci-ipa-4-8-latest + timeout: 7200 + topology: *master_2repl_1client + + fedora-latest-ipa-4-8/test_replica_promotion_TestReplicaInForwardZone: + requires: [fedora-latest-ipa-4-8/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-8/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_replica_promotion.py::TestReplicaInForwardZone + template: *ci-ipa-4-8-latest + timeout: 7200 + topology: *master_1repl + + fedora-latest-ipa-4-8/test_replica_promotion_TestHiddenReplicaPromotion: + requires: [fedora-latest-ipa-4-8/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-8/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_replica_promotion.py::TestHiddenReplicaPromotion + template: *ci-ipa-4-8-latest + timeout: 7200 + topology: *master_2repl_1client + + fedora-latest-ipa-4-8/test_replica_promotion_TestHiddenReplicaKRA: + requires: [fedora-latest-ipa-4-8/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-8/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_replica_promotion.py::TestHiddenReplicaKRA + template: *ci-ipa-4-8-latest + timeout: 7200 + topology: *master_2repl_1client + + fedora-latest-ipa-4-8/test_upgrade: + requires: [fedora-latest-ipa-4-8/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-8/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_upgrade.py + template: *ci-ipa-4-8-latest + timeout: 7200 + topology: *master_1repl + + fedora-latest-ipa-4-8/test_topology_TestCASpecificRUVs: + requires: [fedora-latest-ipa-4-8/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-8/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_topology.py::TestCASpecificRUVs + template: *ci-ipa-4-8-latest + timeout: 7200 + topology: *master_3repl_1client + + fedora-latest-ipa-4-8/test_topology_TestTopologyOptions: + requires: [fedora-latest-ipa-4-8/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-8/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_topology.py::TestTopologyOptions + template: *ci-ipa-4-8-latest + timeout: 7200 + topology: *master_3repl_1client + + fedora-latest-ipa-4-8/test_replication_layouts_TestLineTopologyWithoutCA: + requires: [fedora-latest-ipa-4-8/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-8/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_replication_layouts.py::TestLineTopologyWithoutCA + template: *ci-ipa-4-8-latest + timeout: 7200 + topology: *master_3repl_1client + + fedora-latest-ipa-4-8/test_replication_layouts_TestLineTopologyWithCA: + requires: [fedora-latest-ipa-4-8/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-8/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_replication_layouts.py::TestLineTopologyWithCA + template: *ci-ipa-4-8-latest + timeout: 10800 + topology: *master_3repl_1client + + fedora-latest-ipa-4-8/test_replication_layouts_TestLineTopologyWithCAKRA: + requires: [fedora-latest-ipa-4-8/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-8/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_replication_layouts.py::TestLineTopologyWithCAKRA + template: *ci-ipa-4-8-latest + timeout: 10800 + topology: *master_3repl_1client + + fedora-latest-ipa-4-8/test_replication_layouts.py_TestStarTopologyWithoutCA: + requires: [fedora-latest-ipa-4-8/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-8/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_replication_layouts.py::TestStarTopologyWithoutCA + template: *ci-ipa-4-8-latest + timeout: 7200 + topology: *master_3repl_1client + + fedora-latest-ipa-4-8/test_replication_layouts_TestStarTopologyWithCA: + requires: [fedora-latest-ipa-4-8/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-8/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_replication_layouts.py::TestStarTopologyWithCA + template: *ci-ipa-4-8-latest + timeout: 7200 + topology: *master_3repl_1client + + fedora-latest-ipa-4-8/test_replication_layouts_TestStarTopologyWithCAKRA: + requires: [fedora-latest-ipa-4-8/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-8/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_replication_layouts.py::TestStarTopologyWithCAKRA + template: *ci-ipa-4-8-latest + timeout: 10800 + topology: *master_3repl_1client + + fedora-latest-ipa-4-8/test_replication_layouts_TestCompleteTopologyWithoutCA: + requires: [fedora-latest-ipa-4-8/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-8/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_replication_layouts.py::TestCompleteTopologyWithoutCA + template: *ci-ipa-4-8-latest + timeout: 7200 + topology: *master_3repl_1client + + fedora-latest-ipa-4-8/test_replication_layouts_TestCompleteTopologyWithCA: + requires: [fedora-latest-ipa-4-8/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-8/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_replication_layouts.py::TestCompleteTopologyWithCA + template: *ci-ipa-4-8-latest + timeout: 7200 + topology: *master_3repl_1client + + fedora-latest-ipa-4-8/test_replication_layouts_TestCompleteTopologyWithCAKRA: + requires: [fedora-latest-ipa-4-8/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-8/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_replication_layouts.py::TestCompleteTopologyWithCAKRA + template: *ci-ipa-4-8-latest + timeout: 7200 + topology: *master_3repl_1client + + fedora-latest-ipa-4-8/test_client_uninstallation: + requires: [fedora-latest-ipa-4-8/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-8/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_uninstallation.py + template: *ci-ipa-4-8-latest + timeout: 7200 + topology: *master_1repl_1client + + fedora-latest-ipa-4-8/test_user_permissions: + requires: [fedora-latest-ipa-4-8/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-8/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_user_permissions.py + template: *ci-ipa-4-8-latest + timeout: 3600 + topology: *master_1repl_1client + + fedora-latest-ipa-4-8/test_webui_cert: + requires: [fedora-latest-ipa-4-8/build] + priority: 50 + job: + class: RunWebuiTests + args: + build_url: '{fedora-latest-ipa-4-8/build_url}' + selinux_enforcing: True + test_suite: test_webui/test_cert.py + template: *ci-ipa-4-8-latest + timeout: 2400 + topology: *ipaserver + + fedora-latest-ipa-4-8/test_webui_general: + requires: [fedora-latest-ipa-4-8/build] + priority: 50 + job: + class: RunWebuiTests + args: + build_url: '{fedora-latest-ipa-4-8/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-8-latest + timeout: 3600 + topology: *ipaserver + + fedora-latest-ipa-4-8/test_webui_host: + requires: [fedora-latest-ipa-4-8/build] + priority: 50 + job: + class: RunWebuiTests + args: + build_url: '{fedora-latest-ipa-4-8/build_url}' + selinux_enforcing: True + test_suite: test_webui/test_host.py + template: *ci-ipa-4-8-latest + timeout: 3600 + topology: *ipaserver + + fedora-latest-ipa-4-8/test_webui_host_net_groups: + requires: [fedora-latest-ipa-4-8/build] + priority: 50 + job: + class: RunWebuiTests + args: + build_url: '{fedora-latest-ipa-4-8/build_url}' + selinux_enforcing: True + test_suite: >- + test_webui/test_hostgroup.py + test_webui/test_netgroup.py + template: *ci-ipa-4-8-latest + timeout: 3600 + topology: *ipaserver + + fedora-latest-ipa-4-8/test_webui_identity: + requires: [fedora-latest-ipa-4-8/build] + priority: 50 + job: + class: RunWebuiTests + args: + build_url: '{fedora-latest-ipa-4-8/build_url}' + selinux_enforcing: True + test_suite: >- + test_webui/test_automember.py + test_webui/test_idviews.py + template: *ci-ipa-4-8-latest + timeout: 3600 + topology: *ipaserver + + fedora-latest-ipa-4-8/test_webui_network: + requires: [fedora-latest-ipa-4-8/build] + priority: 50 + job: + class: RunWebuiTests + args: + build_url: '{fedora-latest-ipa-4-8/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-8-latest + timeout: 3600 + topology: *ipaserver + + fedora-latest-ipa-4-8/test_webui_policy: + requires: [fedora-latest-ipa-4-8/build] + priority: 50 + job: + class: RunWebuiTests + args: + build_url: '{fedora-latest-ipa-4-8/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-8-latest + timeout: 3600 + topology: *ipaserver + + fedora-latest-ipa-4-8/test_webui_rbac: + requires: [fedora-latest-ipa-4-8/build] + priority: 50 + job: + class: RunWebuiTests + args: + build_url: '{fedora-latest-ipa-4-8/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-8-latest + timeout: 3600 + topology: *ipaserver + + fedora-latest-ipa-4-8/test_webui_server: + requires: [fedora-latest-ipa-4-8/build] + priority: 50 + job: + class: RunWebuiTests + args: + build_url: '{fedora-latest-ipa-4-8/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_trust.py + template: *ci-ipa-4-8-latest + timeout: 7200 + topology: *ipaserver + + fedora-latest-ipa-4-8/test_webui_service: + requires: [fedora-latest-ipa-4-8/build] + priority: 50 + job: + class: RunWebuiTests + args: + build_url: '{fedora-latest-ipa-4-8/build_url}' + selinux_enforcing: True + test_suite: test_webui/test_service.py + template: *ci-ipa-4-8-latest + timeout: 2400 + topology: *ipaserver + + fedora-latest-ipa-4-8/test_webui_users: + requires: [fedora-latest-ipa-4-8/build] + priority: 50 + job: + class: RunWebuiTests + args: + build_url: '{fedora-latest-ipa-4-8/build_url}' + selinux_enforcing: True + test_suite: >- + test_webui/test_group.py + test_webui/test_user.py + template: *ci-ipa-4-8-latest + timeout: 4800 + topology: *ipaserver + + fedora-latest-ipa-4-8/customized_ds_config_install: + requires: [fedora-latest-ipa-4-8/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-8/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_customized_ds_config_install.py + template: *ci-ipa-4-8-latest + timeout: 3600 + topology: *master_1repl + + fedora-latest-ipa-4-8/dns_locations: + requires: [fedora-latest-ipa-4-8/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-8/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_dns_locations.py + template: *ci-ipa-4-8-latest + timeout: 3600 + topology: *master_2repl_1client + + fedora-latest-ipa-4-8/external_ca_TestExternalCAdirsrvStop: + requires: [fedora-latest-ipa-4-8/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-8/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_external_ca.py::TestExternalCAdirsrvStop + template: *ci-ipa-4-8-latest + timeout: 3600 + topology: *master_1repl + + fedora-latest-ipa-4-8/external_ca_TestExternalCAInvalidCert: + requires: [fedora-latest-ipa-4-8/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-8/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-8-latest + timeout: 3600 + topology: *master_1repl + + fedora-latest-ipa-4-8/external_ca_TestMultipleExternalCA: + requires: [fedora-latest-ipa-4-8/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-8/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_external_ca.py::TestMultipleExternalCA + template: *ci-ipa-4-8-latest + timeout: 3600 + topology: *master_1repl + + fedora-latest-ipa-4-8/test_ipahealthcheck: + requires: [fedora-latest-ipa-4-8/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-8/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_ipahealthcheck.py::TestIpaHealthCheck + template: *ci-ipa-4-8-latest + timeout: 3600 + topology: *master_1repl + + fedora-latest-ipa-4-8/test_ipahealthcheck_nodns_extca_file: + requires: [fedora-latest-ipa-4-8/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-8/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-8-latest + timeout: 5400 + topology: *master_1repl + + fedora-latest-ipa-4-8/test_ipahealthcheck_cli_fsspace: + requires: [fedora-latest-ipa-4-8/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-8/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_ipahealthcheck.py::TestIpaHealthCLI test_integration/test_ipahealthcheck.py::TestIpaHealthCheckFilesystemSpace + template: *ci-ipa-4-8-latest + timeout: 3600 + topology: *master_1repl + + fedora-latest-ipa-4-8/test_ipahealthcheck_trust: + requires: [fedora-latest-ipa-4-8/build] + priority: 50 + job: + class: RunADTests + args: + build_url: '{fedora-latest-ipa-4-8/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_ipahealthcheck.py::TestIpaHealthCheckWithADtrust + template: *ci-ipa-4-8-latest + timeout: 4800 + topology: *ad_master + + fedora-latest-ipa-4-8/test_ntp_options: + requires: [fedora-latest-ipa-4-8/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-8/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_ntp_options.py::TestNTPoptions + template: *ci-ipa-4-8-latest + timeout: 10800 + topology: *master_1repl_1client + + fedora-latest-ipa-4-8/test_otp: + requires: [fedora-latest-ipa-4-8/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-8/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_otp.py + template: *ci-ipa-4-8-latest + timeout: 3600 + topology: *master_1repl + + fedora-latest-ipa-4-8/test_pkinit_manage: + requires: [fedora-latest-ipa-4-8/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-8/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_pkinit_manage.py + template: *ci-ipa-4-8-latest + timeout: 3600 + topology: *master_1repl + + fedora-latest-ipa-4-8/test_pki_config_override: + requires: [fedora-latest-ipa-4-8/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-8/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_pki_config_override.py + template: *ci-ipa-4-8-latest + timeout: 3600 + topology: *master_1repl + + fedora-latest-ipa-4-8/nfs: + requires: [fedora-latest-ipa-4-8/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-8/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_nfs.py::TestNFS + template: *ci-ipa-4-8-latest + timeout: 9000 + topology: *master_3client + + fedora-latest-ipa-4-8/nfs_nsswitch_restore: + requires: [fedora-latest-ipa-4-8/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-8/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_nfs.py::TestIpaClientAutomountFileRestore + template: *ci-ipa-4-8-latest + timeout: 3600 + topology: *master_3client + + fedora-latest-ipa-4-8/mask: + requires: [fedora-latest-ipa-4-8/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-8/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_installation.py::TestMaskInstall + template: *ci-ipa-4-8-latest + timeout: 3600 + topology: *ipaserver + + fedora-latest-ipa-4-8/automember: + requires: [fedora-latest-ipa-4-8/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-8/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_automember.py + template: *ci-ipa-4-8-latest + timeout: 3600 + topology: *master_1repl + + fedora-latest-ipa-4-8/test_crlgen_manage: + requires: [fedora-latest-ipa-4-8/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-8/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_crlgen_manage.py + template: *ci-ipa-4-8-latest + timeout: 3600 + topology: *master_1repl + + fedora-latest-ipa-4-8/test_integration_TestIPANotConfigured: + requires: [fedora-latest-ipa-4-8/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-8/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_cli_ipa_not_configured.py::TestIPANotConfigured + template: *ci-ipa-4-8-latest + timeout: 10800 + topology: *master_1repl + + fedora-latest-ipa-4-8/test_sssd: + requires: [fedora-latest-ipa-4-8/build] + priority: 50 + job: + class: RunADTests + args: + build_url: '{fedora-latest-ipa-4-8/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_sssd.py + template: *ci-ipa-4-8-latest + timeout: 7200 + topology: *adroot_adchild_adtree_master_1client + + fedora-latest-ipa-4-8/test_ca_custom_sdn: + requires: [fedora-latest-ipa-4-8/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-8/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_ca_custom_sdn.py + template: *ci-ipa-4-8-latest + timeout: 7200 + topology: *master_1repl + + fedora-latest-ipa-4-8/test_membermanager: + requires: [fedora-latest-ipa-4-8/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-8/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_membermanager.py + template: *ci-ipa-4-8-latest + timeout: 1800 + topology: *master_1repl + + fedora-latest/krbtpolicy: + requires: [fedora-latest-ipa-4-8/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-8/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_krbtpolicy.py + template: *ci-ipa-4-8-latest + timeout: 3600 + topology: *master_1repl + + fedora-latest-ipa-4-8/test_winsyncmigrate: + requires: [fedora-latest-ipa-4-8/build] + priority: 50 + job: + class: RunADTests + args: + build_url: '{fedora-latest-ipa-4-8/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_winsyncmigrate.py + template: *ci-ipa-4-8-latest + timeout: 4800 + topology: *ad_master + + fedora-latest-ipa-4-8/test_trust: + requires: [fedora-latest-ipa-4-8/build] + priority: 50 + job: + class: RunADTests + args: + build_url: '{fedora-latest-ipa-4-8/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_trust.py + template: *ci-ipa-4-8-latest + timeout: 9000 + topology: *adroot_adchild_adtree_master_1client + + fedora-latest-ipa-4-8/test_backup_and_restore_TestBackupAndRestoreTrust: + requires: [fedora-latest-ipa-4-8/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-8/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_backup_and_restore.py::TestBackupAndRestoreTrust + template: *ci-ipa-4-8-latest + timeout: 7200 + topology: *master_1repl + + fedora-latest-ipa-4-8/test_adtrust_install: + requires: [fedora-latest-ipa-4-8/build] + priority: 100 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-8/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_adtrust_install.py + template: *ci-ipa-4-8-latest + timeout: 3600 + topology: *master_1repl + + fedora-latest-ipa-4-8/test_cert: + requires: [fedora-latest-ipa-4-8/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-8/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_cert.py + template: *ci-ipa-4-8-latest + timeout: 5400 + topology: *master_1repl_1client + + fedora-latest-ipa-4-8/test_epn: + requires: [fedora-latest-ipa-4-8/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-8/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_epn.py + template: *ci-ipa-4-8-latest + timeout: 7200 + topology: *master_3client + + fedora-latest-ipa-4-8/test_dns: + requires: [fedora-latest-ipa-4-8/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-8/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_dns.py + template: *ci-ipa-4-8-latest + timeout: 3600 + topology: *master_1repl diff --git a/ipatests/prci_definitions/nightly_ipa-4-8_previous.yaml b/ipatests/prci_definitions/nightly_ipa-4-8_previous.yaml index dcf802cf92..51619dab5c 100644 --- a/ipatests/prci_definitions/nightly_ipa-4-8_previous.yaml +++ b/ipatests/prci_definitions/nightly_ipa-4-8_previous.yaml @@ -1619,13 +1619,13 @@ jobs: topology: *master_3client fedora-previous-ipa-4-8/test_dns: - requires: [fedora-previous-ipa-4-8/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-previous-ipa-4-8/build_url}' - test_suite: test_integration/test_dns.py - template: *ci-ipa-4-8-previous - timeout: 3600 - topology: *master_1repl + requires: [fedora-previous-ipa-4-8/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-previous-ipa-4-8/build_url}' + test_suite: test_integration/test_dns.py + template: *ci-ipa-4-8-previous + timeout: 3600 + topology: *master_1repl
_______________________________________________ FreeIPA-devel mailing list -- freeipa-devel@lists.fedorahosted.org To unsubscribe send an email to freeipa-devel-le...@lists.fedorahosted.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedorahosted.org/archives/list/freeipa-devel@lists.fedorahosted.org