freeipa/ipatests/prci_definitions/nightly_rawhide.yaml
Michal Polovka a71c59c7c8 ipatests: Test for ipa-backup with ipa not configured
Added test class for executing tests without ipa server being
configured. This is achieved by not providing topology attribute in the
test class. Subsequently implemented test for PG6843 - ipa-backup does not create
log file at /var/log/ - by invoking ipa-backup command with ipa server
not configured and checking for expected error code presence of /var/log
in the error message.

https://pagure.io/freeipa/issue/6843

Reviewed-By: Florence Blanc-Renaud <frenaud@redhat.com>
Reviewed-By: Tibor Dudlák <tdudlak@redhat.com>
Reviewed-By: François Cami <fcami@redhat.com>
2019-08-27 12:04:45 +02:00

1307 lines
39 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
jobs:
fedora-rawhide/build:
requires: []
priority: 100
job:
class: Build
args:
git_repo: '{git_repo}'
git_refspec: '{git_refspec}'
template: &ci-master-frawhide
name: freeipa/ci-master-frawhide
version: 0.0.9
timeout: 1800
topology: *build
fedora-rawhide/simple_replication:
requires: [fedora-rawhide/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{fedora-rawhide/build_url}'
test_suite: test_integration/test_simple_replication.py
template: *ci-master-frawhide
timeout: 3600
topology: *master_1repl
fedora-rawhide/external_ca_1:
requires: [fedora-rawhide/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{fedora-rawhide/build_url}'
test_suite: test_integration/test_external_ca.py::TestExternalCA test_integration/test_external_ca.py::TestExternalCAConstraints
template: *ci-master-frawhide
timeout: 4800
topology: *master_1repl_1client
fedora-rawhide/external_ca_2:
requires: [fedora-rawhide/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{fedora-rawhide/build_url}'
test_suite: test_integration/test_external_ca.py::TestSelfExternalSelf test_integration/test_external_ca.py::TestExternalCAInstall
template: *ci-master-frawhide
timeout: 3600
topology: *master_1repl
fedora-rawhide/external_ca_templates:
requires: [fedora-rawhide/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{fedora-rawhide/build_url}'
test_suite: test_integration/test_external_ca.py::TestExternalCAProfileScenarios
template: *ci-master-frawhide
timeout: 3600
topology: *master_1repl
fedora-rawhide/test_topologies:
requires: [fedora-rawhide/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{fedora-rawhide/build_url}'
test_suite: test_integration/test_topologies.py
template: *ci-master-frawhide
timeout: 3600
topology: *master_1repl
fedora-rawhide/test_sudo:
requires: [fedora-rawhide/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{fedora-rawhide/build_url}'
test_suite: test_integration/test_sudo.py
template: *ci-master-frawhide
timeout: 4800
topology: *master_1repl_1client
fedora-rawhide/test_commands:
requires: [fedora-rawhide/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{fedora-rawhide/build_url}'
test_suite: test_integration/test_commands.py
template: *ci-master-frawhide
timeout: 3600
topology: *master_1repl
fedora-rawhide/test_kerberos_flags:
requires: [fedora-rawhide/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{fedora-rawhide/build_url}'
test_suite: test_integration/test_kerberos_flags.py
template: *ci-master-frawhide
timeout: 3600
topology: *master_1repl_1client
fedora-rawhide/test_http_kdc_proxy:
requires: [fedora-rawhide/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{fedora-rawhide/build_url}'
test_suite: test_integration/test_http_kdc_proxy.py
template: *ci-master-frawhide
timeout: 3600
topology: *master_1repl_1client
fedora-rawhide/test_forced_client_enrolment:
requires: [fedora-rawhide/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{fedora-rawhide/build_url}'
test_suite: test_integration/test_forced_client_reenrollment.py
template: *ci-master-frawhide
timeout: 4800
topology: *master_1repl_1client
fedora-rawhide/test_advise:
requires: [fedora-rawhide/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{fedora-rawhide/build_url}'
test_suite: test_integration/test_advise.py
template: *ci-master-frawhide
timeout: 3600
topology: *master_1repl_1client
fedora-rawhide/test_testconfig:
requires: [fedora-rawhide/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{fedora-rawhide/build_url}'
test_suite: test_integration/test_testconfig.py
template: *ci-master-frawhide
timeout: 3600
topology: *master_1repl
fedora-rawhide/test_service_permissions:
requires: [fedora-rawhide/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{fedora-rawhide/build_url}'
test_suite: test_integration/test_service_permissions.py
template: *ci-master-frawhide
timeout: 3600
topology: *master_1repl
fedora-rawhide/test_netgroup:
requires: [fedora-rawhide/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{fedora-rawhide/build_url}'
test_suite: test_integration/test_netgroup.py
template: *ci-master-frawhide
timeout: 3600
topology: *master_1repl
fedora-rawhide/test_vault:
requires: [fedora-rawhide/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{fedora-rawhide/build_url}'
test_suite: test_integration/test_vault.py
template: *ci-master-frawhide
timeout: 6300
topology: *master_1repl
fedora-rawhide/test_authconfig:
requires: [fedora-rawhide/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{fedora-rawhide/build_url}'
test_suite: test_integration/test_authselect.py
template: *ci-master-frawhide
timeout: 4800
topology: *master_1repl_1client
fedora-rawhide/test_smb:
requires: [fedora-rawhide/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{fedora-rawhide/build_url}'
test_suite: test_integration/test_smb.py
template: *ci-master-frawhide
timeout: 4800
topology: *master_1repl_1client
fedora-rawhide/test_server_del:
requires: [fedora-rawhide/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{fedora-rawhide/build_url}'
test_suite: test_integration/test_server_del.py
template: *ci-master-frawhide
timeout: 10800
topology: *master_2repl_1client
fedora-rawhide/test_installation_TestInstallWithCA1:
requires: [fedora-rawhide/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{fedora-rawhide/build_url}'
test_suite: test_integration/test_installation.py::TestInstallWithCA1
template: *ci-master-frawhide
timeout: 10800
topology: *master_3repl_1client
fedora-rawhide/test_installation_TestInstallWithCA2:
requires: [fedora-rawhide/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{fedora-rawhide/build_url}'
test_suite: test_integration/test_installation.py::TestInstallWithCA2
template: *ci-master-frawhide
timeout: 10800
topology: *master_3repl_1client
fedora-rawhide/test_installation_TestInstallWithCA_KRA1:
requires: [fedora-rawhide/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{fedora-rawhide/build_url}'
test_suite: test_integration/test_installation.py::TestInstallWithCA_KRA1
template: *ci-master-frawhide
timeout: 10800
topology: *master_3repl_1client
fedora-rawhide/test_installation_TestInstallWithCA_KRA2:
requires: [fedora-rawhide/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{fedora-rawhide/build_url}'
test_suite: test_integration/test_installation.py::TestInstallWithCA_KRA2
template: *ci-master-frawhide
timeout: 10800
topology: *master_3repl_1client
fedora-rawhide/test_installation_TestInstallWithCA_DNS1:
requires: [fedora-rawhide/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{fedora-rawhide/build_url}'
test_suite: test_integration/test_installation.py::TestInstallWithCA_DNS1
template: *ci-master-frawhide
timeout: 10800
topology: *master_3repl_1client
fedora-rawhide/test_installation_TestInstallWithCA_DNS2:
requires: [fedora-rawhide/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{fedora-rawhide/build_url}'
test_suite: test_integration/test_installation.py::TestInstallWithCA_DNS2
template: *ci-master-frawhide
timeout: 10800
topology: *master_3repl_1client
fedora-rawhide/test_installation_TestInstallWithCA_DNS3:
requires: [fedora-rawhide/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{fedora-rawhide/build_url}'
test_suite: test_integration/test_installation.py::TestInstallWithCA_DNS3
template: *ci-master-frawhide
timeout: 3600
topology: *master_1repl
fedora-rawhide/test_installation_TestInstallWithCA_DNS4:
requires: [fedora-rawhide/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{fedora-rawhide/build_url}'
test_suite: test_integration/test_installation.py::TestInstallWithCA_DNS4
template: *ci-master-frawhide
timeout: 3600
topology: *master_1repl
fedora-rawhide/test_installation_TestInstallWithCA_KRA_DNS1:
requires: [fedora-rawhide/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{fedora-rawhide/build_url}'
test_suite: test_integration/test_installation.py::TestInstallWithCA_KRA_DNS1
template: *ci-master-frawhide
timeout: 10800
topology: *master_3repl_1client
fedora-rawhide/test_installation_TestInstallWithCA_KRA_DNS2:
requires: [fedora-rawhide/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{fedora-rawhide/build_url}'
test_suite: test_integration/test_installation.py::TestInstallWithCA_KRA_DNS2
template: *ci-master-frawhide
timeout: 10800
topology: *master_3repl_1client
fedora-rawhide/test_installation_TestInstallMaster:
requires: [fedora-rawhide/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{fedora-rawhide/build_url}'
test_suite: test_integration/test_installation.py::TestInstallMaster
template: *ci-master-frawhide
timeout: 10800
topology: *master_1repl
fedora-rawhide/test_installation_TestInstallMasterKRA:
requires: [fedora-rawhide/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{fedora-rawhide/build_url}'
test_suite: test_integration/test_installation.py::TestInstallMasterKRA
template: *ci-master-frawhide
timeout: 10800
topology: *master_1repl
fedora-rawhide/test_installation_TestInstallMasterDNS:
requires: [fedora-rawhide/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{fedora-rawhide/build_url}'
test_suite: test_integration/test_installation.py::TestInstallMasterDNS
template: *ci-master-frawhide
timeout: 10800
topology: *master_1repl
fedora-rawhide/test_installation_TestInstallMasterReservedIPasForwarder:
requires: [fedora-rawhide/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{fedora-rawhide/build_url}'
test_suite: test_integration/test_installation.py::TestInstallMasterReservedIPasForwarder
template: *ci-master-frawhide
timeout: 10800
topology: *master_1repl
fedora-rawhide/test_installation_TestInstallMasterReplica:
requires: [fedora-rawhide/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{fedora-rawhide/build_url}'
test_suite: test_integration/test_installation.py::TestInstallMasterReplica
template: *ci-master-frawhide
timeout: 10800
topology: *master_1repl
fedora-rawhide/test_idviews:
requires: [fedora-rawhide/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{fedora-rawhide/build_url}'
test_suite: test_integration/test_idviews.py::TestIDViews
template: *ci-master-frawhide
timeout: 3600
topology: *master_1repl_1client
fedora-rawhide/test_caless_TestServerInstall:
requires: [fedora-rawhide/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{fedora-rawhide/build_url}'
test_suite: test_integration/test_caless.py::TestServerInstall
template: *ci-master-frawhide
timeout: 12000
topology: *master_1repl
fedora-rawhide/test_caless_TestReplicaInstall:
requires: [fedora-rawhide/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{fedora-rawhide/build_url}'
test_suite: test_integration/test_caless.py::TestReplicaInstall
template: *ci-master-frawhide
timeout: 5400
topology: *master_1repl
fedora-rawhide/test_caless_TestClientInstall:
requires: [fedora-rawhide/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{fedora-rawhide/build_url}'
test_suite: test_integration/test_caless.py::TestClientInstall
template: *ci-master-frawhide
timeout: 5400
# actually master_1client
topology: *master_1repl_1client
fedora-rawhide/test_caless_TestIPACommands:
requires: [fedora-rawhide/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{fedora-rawhide/build_url}'
test_suite: test_integration/test_caless.py::TestIPACommands
template: *ci-master-frawhide
timeout: 5400
topology: *master_1repl
fedora-rawhide/test_caless_TestCertInstall:
requires: [fedora-rawhide/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{fedora-rawhide/build_url}'
test_suite: test_integration/test_caless.py::TestCertInstall
template: *ci-master-frawhide
timeout: 5400
topology: *master_1repl
fedora-rawhide/test_caless_TestPKINIT:
requires: [fedora-rawhide/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{fedora-rawhide/build_url}'
test_suite: test_integration/test_caless.py::TestPKINIT
template: *ci-master-frawhide
timeout: 5400
topology: *master_1repl
fedora-rawhide/test_caless_TestServerReplicaCALessToCAFull:
requires: [fedora-rawhide/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{fedora-rawhide/build_url}'
test_suite: test_integration/test_caless.py::TestServerReplicaCALessToCAFull
template: *ci-master-frawhide
timeout: 5400
topology: *master_1repl
fedora-rawhide/test_caless_TestReplicaCALessToCAFull:
requires: [fedora-rawhide/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{fedora-rawhide/build_url}'
test_suite: test_integration/test_caless.py::TestReplicaCALessToCAFull
template: *ci-master-frawhide
timeout: 5400
topology: *master_1repl
fedora-rawhide/test_caless_TestServerCALessToExternalCA:
requires: [fedora-rawhide/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{fedora-rawhide/build_url}'
test_suite: test_integration/test_caless.py::TestServerCALessToExternalCA
template: *ci-master-frawhide
timeout: 5400
topology: *master_1repl
fedora-rawhide/test_backup_and_restore_TestUserRootFilesOwnershipPermission:
requires: [fedora-rawhide/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{fedora-rawhide/build_url}'
test_suite: test_integration/test_backup_and_restore.py::TestUserRootFilesOwnershipPermission
template: *ci-master-frawhide
timeout: 7200
topology: *master_1repl
fedora-rawhide/test_backup_and_restore_TestBackupAndRestore:
requires: [fedora-rawhide/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{fedora-rawhide/build_url}'
test_suite: test_integration/test_backup_and_restore.py::TestBackupAndRestore
template: *ci-master-frawhide
timeout: 7200
topology: *master_1repl
fedora-rawhide/test_backup_and_restore_TestBackupAndRestoreWithDNSSEC:
requires: [fedora-rawhide/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{fedora-rawhide/build_url}'
test_suite: test_integration/test_backup_and_restore.py::TestBackupAndRestoreWithDNSSEC
template: *ci-master-frawhide
timeout: 7200
topology: *master_1repl
fedora-rawhide/test_backup_and_restore_TestBackupReinstallRestoreWithDNSSEC:
requires: [fedora-rawhide/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{fedora-rawhide/build_url}'
test_suite: test_integration/test_backup_and_restore.py::TestBackupReinstallRestoreWithDNSSEC
template: *ci-master-frawhide
timeout: 7200
topology: *master_1repl
fedora-rawhide/test_backup_and_restore_TestBackupAndRestoreWithDNS:
requires: [fedora-rawhide/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{fedora-rawhide/build_url}'
test_suite: test_integration/test_backup_and_restore.py::TestBackupAndRestoreWithDNS
template: *ci-master-frawhide
timeout: 7200
topology: *master_1repl
fedora-rawhide/test_backup_and_restore_TestBackupReinstallRestoreWithDNS:
requires: [fedora-rawhide/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{fedora-rawhide/build_url}'
test_suite: test_integration/test_backup_and_restore.py::TestBackupReinstallRestoreWithDNS
template: *ci-master-frawhide
timeout: 7200
topology: *master_1repl
fedora-rawhide/test_backup_and_restore_TestBackupAndRestoreWithKRA:
requires: [fedora-rawhide/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{fedora-rawhide/build_url}'
test_suite: test_integration/test_backup_and_restore.py::TestBackupAndRestoreWithKRA
template: *ci-master-frawhide
timeout: 7200
topology: *master_1repl
fedora-rawhide/test_backup_and_restore_TestBackupReinstallRestoreWithKRA:
requires: [fedora-rawhide/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{fedora-rawhide/build_url}'
test_suite: test_integration/test_backup_and_restore.py::TestBackupReinstallRestoreWithKRA
template: *ci-master-frawhide
timeout: 7200
topology: *master_1repl
fedora-rawhide/test_backup_and_restore_TestBackupAndRestoreWithReplica:
requires: [fedora-rawhide/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{fedora-rawhide/build_url}'
test_suite: test_integration/test_backup_and_restore.py::TestBackupAndRestoreWithReplica
template: *ci-master-frawhide
timeout: 7200
topology: *master_2repl_1client
fedora-rawhide/test_backup_and_restore_TestBackupAndRestoreDMPassword:
requires: [fedora-rawhide/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{fedora-rawhide/build_url}'
test_suite: test_integration/test_backup_and_restore.py::TestBackupAndRestoreDMPassword
template: *ci-master-frawhide
timeout: 7200
topology: *master_1repl
fedora-rawhide/test_backup_and_restore_TestReplicaInstallAfterRestore:
requires: [fedora-rawhide/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{fedora-rawhide/build_url}'
test_suite: test_integration/test_backup_and_restore.py::TestReplicaInstallAfterRestore
template: *ci-master-frawhide
timeout: 7200
topology: *master_2repl_1client
fedora-rawhide/test_dnssec:
requires: [fedora-rawhide/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{fedora-rawhide/build_url}'
test_suite: test_integration/test_dnssec.py
template: *ci-master-frawhide
timeout: 10800
topology: *master_2repl_1client
fedora-rawhide/test_replica_promotion_TestReplicaPromotionLevel1:
requires: [fedora-rawhide/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{fedora-rawhide/build_url}'
test_suite: test_integration/test_replica_promotion.py::TestReplicaPromotionLevel1
template: *ci-master-frawhide
timeout: 7200
topology: *master_1repl
fedora-rawhide/test_replica_promotion_TestUnprivilegedUserPermissions:
requires: [fedora-rawhide/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{fedora-rawhide/build_url}'
test_suite: test_integration/test_replica_promotion.py::TestUnprivilegedUserPermissions
template: *ci-master-frawhide
timeout: 7200
topology: *master_1repl
fedora-rawhide/test_replica_promotion_TestProhibitReplicaUninstallation:
requires: [fedora-rawhide/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{fedora-rawhide/build_url}'
test_suite: test_integration/test_replica_promotion.py::TestProhibitReplicaUninstallation
template: *ci-master-frawhide
timeout: 7200
topology: *master_2repl_1client
fedora-rawhide/test_replica_promotion_TestWrongClientDomain:
requires: [fedora-rawhide/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{fedora-rawhide/build_url}'
test_suite: test_integration/test_replica_promotion.py::TestWrongClientDomain
template: *ci-master-frawhide
timeout: 7200
topology: *master_1repl
fedora-rawhide/test_replica_promotion_TestRenewalMaster:
requires: [fedora-rawhide/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{fedora-rawhide/build_url}'
test_suite: test_integration/test_replica_promotion.py::TestRenewalMaster
template: *ci-master-frawhide
timeout: 7200
topology: *master_1repl
fedora-rawhide/test_replica_promotion_TestReplicaInstallWithExistingEntry:
requires: [fedora-rawhide/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{fedora-rawhide/build_url}'
test_suite: test_integration/test_replica_promotion.py::TestReplicaInstallWithExistingEntry
template: *ci-master-frawhide
timeout: 7200
topology: *master_1repl
fedora-rawhide/test_replica_promotion_TestSubCAkeyReplication:
requires: [fedora-rawhide/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{fedora-rawhide/build_url}'
test_suite: test_integration/test_replica_promotion.py::TestSubCAkeyReplication
template: *ci-master-frawhide
timeout: 7200
topology: *master_1repl
fedora-rawhide/test_replica_promotion_TestReplicaInstallCustodia:
requires: [fedora-rawhide/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{fedora-rawhide/build_url}'
test_suite: test_integration/test_replica_promotion.py::TestReplicaInstallCustodia
template: *ci-master-frawhide
timeout: 7200
topology: *master_2repl_1client
fedora-rawhide/test_replica_promotion_TestReplicaInForwardZone:
requires: [fedora-rawhide/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{fedora-rawhide/build_url}'
test_suite: test_integration/test_replica_promotion.py::TestReplicaInForwardZone
template: *ci-master-frawhide
timeout: 7200
topology: *master_1repl
fedora-rawhide/test_replica_promotion_TestHiddenReplicaPromotion:
requires: [fedora-rawhide/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{fedora-rawhide/build_url}'
test_suite: test_integration/test_replica_promotion.py::TestHiddenReplicaPromotion
template: *ci-master-frawhide
timeout: 7200
topology: *master_2repl_1client
fedora-rawhide/test_upgrade:
requires: [fedora-rawhide/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{fedora-rawhide/build_url}'
test_suite: test_integration/test_upgrade.py
template: *ci-master-frawhide
timeout: 7200
topology: *master_1repl
fedora-rawhide/test_topology_TestCASpecificRUVs:
requires: [fedora-rawhide/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{fedora-rawhide/build_url}'
test_suite: test_integration/test_topology.py::TestCASpecificRUVs
template: *ci-master-frawhide
timeout: 7200
topology: *master_3repl_1client
fedora-rawhide/test_topology_TestTopologyOptions:
requires: [fedora-rawhide/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{fedora-rawhide/build_url}'
test_suite: test_integration/test_topology.py::TestTopologyOptions
template: *ci-master-frawhide
timeout: 7200
topology: *master_3repl_1client
fedora-rawhide/test_replication_layouts_TestLineTopologyWithoutCA:
requires: [fedora-rawhide/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{fedora-rawhide/build_url}'
test_suite: test_integration/test_replication_layouts.py::TestLineTopologyWithoutCA
template: *ci-master-frawhide
timeout: 7200
topology: *master_3repl_1client
fedora-rawhide/test_replication_layouts_TestLineTopologyWithCA:
requires: [fedora-rawhide/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{fedora-rawhide/build_url}'
test_suite: test_integration/test_replication_layouts.py::TestLineTopologyWithCA
template: *ci-master-frawhide
timeout: 10800
topology: *master_3repl_1client
fedora-rawhide/test_replication_layouts_TestLineTopologyWithCAKRA:
requires: [fedora-rawhide/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{fedora-rawhide/build_url}'
test_suite: test_integration/test_replication_layouts.py::TestLineTopologyWithCAKRA
template: *ci-master-frawhide
timeout: 10800
topology: *master_3repl_1client
fedora-rawhide/test_replication_layouts.py_TestStarTopologyWithoutCA:
requires: [fedora-rawhide/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{fedora-rawhide/build_url}'
test_suite: test_integration/test_replication_layouts.py::TestStarTopologyWithoutCA
template: *ci-master-frawhide
timeout: 7200
topology: *master_3repl_1client
fedora-rawhide/test_replication_layouts_TestStarTopologyWithCA:
requires: [fedora-rawhide/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{fedora-rawhide/build_url}'
test_suite: test_integration/test_replication_layouts.py::TestStarTopologyWithCA
template: *ci-master-frawhide
timeout: 7200
topology: *master_3repl_1client
fedora-rawhide/test_replication_layouts_TestStarTopologyWithCAKRA:
requires: [fedora-rawhide/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{fedora-rawhide/build_url}'
test_suite: test_integration/test_replication_layouts.py::TestStarTopologyWithCAKRA
template: *ci-master-frawhide
timeout: 10800
topology: *master_3repl_1client
fedora-rawhide/test_replication_layouts_TestCompleteTopologyWithoutCA:
requires: [fedora-rawhide/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{fedora-rawhide/build_url}'
test_suite: test_integration/test_replication_layouts.py::TestCompleteTopologyWithoutCA
template: *ci-master-frawhide
timeout: 7200
topology: *master_3repl_1client
fedora-rawhide/test_replication_layouts_TestCompleteTopologyWithCA:
requires: [fedora-rawhide/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{fedora-rawhide/build_url}'
test_suite: test_integration/test_replication_layouts.py::TestCompleteTopologyWithCA
template: *ci-master-frawhide
timeout: 7200
topology: *master_3repl_1client
fedora-rawhide/test_replication_layouts_TestCompleteTopologyWithCAKRA:
requires: [fedora-rawhide/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{fedora-rawhide/build_url}'
test_suite: test_integration/test_replication_layouts.py::TestCompleteTopologyWithCAKRA
template: *ci-master-frawhide
timeout: 7200
topology: *master_3repl_1client
fedora-rawhide/test_client_uninstallation:
requires: [fedora-rawhide/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{fedora-rawhide/build_url}'
test_suite: test_integration/test_uninstallation.py
template: *ci-master-frawhide
timeout: 7200
topology: *master_1repl_1client
fedora-rawhide/test_user_permissions:
requires: [fedora-rawhide/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{fedora-rawhide/build_url}'
test_suite: test_integration/test_user_permissions.py
template: *ci-master-frawhide
timeout: 3600
topology: *master_1repl_1client
fedora-rawhide/test_webui_cert:
requires: [fedora-rawhide/build]
priority: 50
job:
class: RunWebuiTests
args:
build_url: '{fedora-rawhide/build_url}'
test_suite: test_webui/test_cert.py
template: *ci-master-frawhide
timeout: 2400
topology: *ipaserver
fedora-rawhide/test_webui_general:
requires: [fedora-rawhide/build]
priority: 50
job:
class: RunWebuiTests
args:
build_url: '{fedora-rawhide/build_url}'
test_suite: >-
test_webui/test_loginscreen.py
test_webui/test_misc_cases.py
test_webui/test_navigation.py
test_webui/test_translation.py
template: *ci-master-frawhide
timeout: 3600
topology: *ipaserver
fedora-rawhide/test_webui_host:
requires: [fedora-rawhide/build]
priority: 50
job:
class: RunWebuiTests
args:
build_url: '{fedora-rawhide/build_url}'
test_suite: test_webui/test_host.py
template: *ci-master-frawhide
timeout: 3600
topology: *ipaserver
fedora-rawhide/test_webui_host_net_groups:
requires: [fedora-rawhide/build]
priority: 50
job:
class: RunWebuiTests
args:
build_url: '{fedora-rawhide/build_url}'
test_suite: >-
test_webui/test_hostgroup.py
test_webui/test_netgroup.py
template: *ci-master-frawhide
timeout: 3600
topology: *ipaserver
fedora-rawhide/test_webui_identity:
requires: [fedora-rawhide/build]
priority: 50
job:
class: RunWebuiTests
args:
build_url: '{fedora-rawhide/build_url}'
test_suite: >-
test_webui/test_automember.py
test_webui/test_idviews.py
template: *ci-master-frawhide
timeout: 3600
topology: *ipaserver
fedora-rawhide/test_webui_network:
requires: [fedora-rawhide/build]
priority: 50
job:
class: RunWebuiTests
args:
build_url: '{fedora-rawhide/build_url}'
test_suite: >-
test_webui/test_automount.py
test_webui/test_dns.py
test_webui/test_vault.py
template: *ci-master-frawhide
timeout: 3600
topology: *ipaserver
fedora-rawhide/test_webui_policy:
requires: [fedora-rawhide/build]
priority: 50
job:
class: RunWebuiTests
args:
build_url: '{fedora-rawhide/build_url}'
test_suite: >-
test_webui/test_hbac.py
test_webui/test_krbtpolicy.py
test_webui/test_pwpolicy.py
test_webui/test_selinuxusermap.py
test_webui/test_sudo.py
template: *ci-master-frawhide
timeout: 3600
topology: *ipaserver
fedora-rawhide/test_webui_rbac:
requires: [fedora-rawhide/build]
priority: 50
job:
class: RunWebuiTests
args:
build_url: '{fedora-rawhide/build_url}'
test_suite: >-
test_webui/test_delegation.py
test_webui/test_rbac.py
test_webui/test_selfservice.py
template: *ci-master-frawhide
timeout: 3600
topology: *ipaserver
fedora-rawhide/test_webui_server:
requires: [fedora-rawhide/build]
priority: 50
job:
class: RunWebuiTests
args:
build_url: '{fedora-rawhide/build_url}'
test_suite: >-
test_webui/test_config.py
test_webui/test_range.py
test_webui/test_realmdomains.py
test_webui/test_trust.py
template: *ci-master-frawhide
timeout: 3600
topology: *ipaserver
fedora-rawhide/test_webui_service:
requires: [fedora-rawhide/build]
priority: 50
job:
class: RunWebuiTests
args:
build_url: '{fedora-rawhide/build_url}'
test_suite: test_webui/test_service.py
template: *ci-master-frawhide
timeout: 2400
topology: *ipaserver
fedora-rawhide/test_webui_users:
requires: [fedora-rawhide/build]
priority: 50
job:
class: RunWebuiTests
args:
build_url: '{fedora-rawhide/build_url}'
test_suite: >-
test_webui/test_group.py
test_webui/test_user.py
template: *ci-master-frawhide
timeout: 4800
topology: *ipaserver
fedora-rawhide/customized_ds_config_install:
requires: [fedora-rawhide/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{fedora-rawhide/build_url}'
test_suite: test_integration/test_customized_ds_config_install.py
template: *ci-master-frawhide
timeout: 3600
topology: *master_1repl
fedora-rawhide/dns_locations:
requires: [fedora-rawhide/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{fedora-rawhide/build_url}'
test_suite: test_integration/test_dns_locations.py
template: *ci-master-frawhide
timeout: 3600
topology: *master_2repl_1client
fedora-rawhide/external_ca_TestExternalCAdirsrvStop:
requires: [fedora-rawhide/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{fedora-rawhide/build_url}'
test_suite: test_integration/test_external_ca.py::TestExternalCAdirsrvStop
template: *ci-master-frawhide
timeout: 3600
topology: *master_1repl
fedora-rawhide/external_ca_TestExternalCAInvalidCert:
requires: [fedora-rawhide/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{fedora-rawhide/build_url}'
test_suite: test_integration/test_external_ca.py::TestExternalCAInvalidCert test_integration/test_external_ca.py::TestExternalCAInvalidIntermediate
template: *ci-master-frawhide
timeout: 3600
topology: *master_1repl
fedora-rawhide/external_ca_TestMultipleExternalCA:
requires: [fedora-rawhide/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{fedora-rawhide/build_url}'
test_suite: test_integration/test_external_ca.py::TestMultipleExternalCA
template: *ci-master-frawhide
timeout: 3600
topology: *master_1repl
fedora-rawhide/test_ntp_options:
requires: [fedora-rawhide/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{fedora-rawhide/build_url}'
test_suite: test_integration/test_ntp_options.py::TestNTPoptions
template: *ci-master-frawhide
timeout: 10800
topology: *master_1repl_1client
fedora-rawhide/test_pkinit_manage:
requires: [fedora-rawhide/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{fedora-rawhide/build_url}'
test_suite: test_integration/test_pkinit_manage.py
template: *ci-master-frawhide
timeout: 3600
topology: *master_1repl
fedora-rawhide/test_pki_config_override:
requires: [fedora-rawhide/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{fedora-rawhide/build_url}'
test_suite: test_integration/test_pki_config_override.py
template: *ci-master-frawhide
timeout: 3600
topology: *master_1repl
fedora-rawhide/mask:
requires: [fedora-rawhide/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{fedora-rawhide/build_url}'
test_suite: test_integration/test_installation.py::TestMaskInstall
template: *ci-master-frawhide
timeout: 3600
topology: *ipaserver
fedora-rawhide/nfs:
requires: [fedora-rawhide/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{fedora-rawhide/build_url}'
test_suite: test_integration/test_nfs.py::TestNFS
template: *ci-master-frawhide
timeout: 9000
topology: *master_3client
fedora-rawhide/automember:
requires: [fedora-rawhide/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{fedora-rawhide/build_url}'
test_suite: test_integration/test_automember.py
template: *ci-master-frawhide
timeout: 3600
topology: *master_1repl
fedora-rawhide/test_crlgen_manage:
requires: [fedora-rawhide/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{fedora-rawhide/build_url}'
test_suite: test_integration/test_crlgen_manage.py
template: *ci-master-frawhide
timeout: 3600
topology: *master_1repl
fedora-rawhide/test_integration_TestIPANotConfigured:
requires: [fedora-rawhide/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{fedora-rawhide/build_url}'
test_suite: test_integration/test_cli_ipa_not_configured.py::TestIPANotConfigured
template: *ci-master-frawhide
timeout: 10800
topology: *ipaserver