freeipa/ipatests/prci_definitions/nightly_latest_selinux.yaml
Sumedh Sidhaye 6033d495d1 Additional tests for RSN v3
New Tests include
TestRSNPKIConfig
TestRSNVault

The new tests are just extending existing classes to be run
with random serial numbers enabled

The tests also include a new method to check params set in CS.cfg for both CA and
KRA, and another test to check Random Serial Number version while
running `ipa ca-find`

Added nightly definitions

Related Ticket: https://pagure.io/freeipa/issue/2016

Signed-off-by: Sumedh Sidhaye <ssidhaye@redhat.com>
Reviewed-By: Rob Crittenden <rcritten@redhat.com>
Reviewed-By: Florence Blanc-Renaud <frenaud@redhat.com>
2022-08-04 13:26:00 -04:00

1994 lines
59 KiB
YAML

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/build:
requires: []
priority: 100
job:
class: Build
args:
git_repo: '{git_repo}'
git_refspec: '{git_refspec}'
template: &ci-master-latest
name: freeipa/ci-master-f36
version: 0.0.7
timeout: 1800
topology: *build
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: 5400
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_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
template: *ci-master-latest
timeout: 10000
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
template: *ci-master-latest
timeout: 7200
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_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