mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-25 16:31:08 -06:00
717ae87a75
Fedora 39 is now officically available. Update the test definitions: - lastest now uses f39 - previous now uses f38 Signed-off-by: Florence Blanc-Renaud <flo@redhat.com> Reviewed-By: Rafael Guterres Jeffman <rjeffman@redhat.com>
1103 lines
32 KiB
YAML
1103 lines
32 KiB
YAML
topologies:
|
|
build: &build
|
|
name: build
|
|
cpu: 2
|
|
memory: 3800
|
|
master_1repl: &master_1repl
|
|
name: master_1repl
|
|
cpu: 4
|
|
memory: 6750
|
|
master_1repl_1client: &master_1repl_1client
|
|
name: master_1repl_1client
|
|
cpu: 4
|
|
memory: 8000
|
|
ipaserver: &ipaserver
|
|
name: ipaserver
|
|
cpu: 2
|
|
memory: 2750
|
|
master_2repl_1client: &master_2repl_1client
|
|
name: master_2repl_1client
|
|
cpu: 5
|
|
memory: 10750
|
|
master_3repl_1client: &master_3repl_1client
|
|
name: master_3repl_1client
|
|
cpu: 6
|
|
memory: 13500
|
|
ad_master: &ad_master
|
|
name: ad_master
|
|
cpu: 4
|
|
memory: 8096
|
|
|
|
jobs:
|
|
pki-fedora/build:
|
|
requires: []
|
|
priority: 100
|
|
job:
|
|
class: Build
|
|
args:
|
|
copr: '@pki/master'
|
|
git_repo: '{git_repo}'
|
|
git_refspec: '{git_refspec}'
|
|
template: &ci-master-latest
|
|
name: freeipa/ci-master-f39
|
|
version: 0.0.1
|
|
timeout: 1800
|
|
topology: *build
|
|
|
|
pki-fedora/simple_replication:
|
|
requires: [pki-fedora/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
build_url: '{pki-fedora/build_url}'
|
|
update_packages: True
|
|
copr: '@pki/master'
|
|
test_suite: test_integration/test_simple_replication.py
|
|
template: *ci-master-latest
|
|
timeout: 3600
|
|
topology: *master_1repl
|
|
|
|
pki-fedora/test_external_ca_TestExternalCA:
|
|
requires: [pki-fedora/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
build_url: '{pki-fedora/build_url}'
|
|
update_packages: True
|
|
copr: '@pki/master'
|
|
test_suite: test_integration/test_external_ca.py::TestExternalCA
|
|
template: *ci-master-latest
|
|
timeout: 4800
|
|
topology: *master_1repl_1client
|
|
|
|
pki-fedora/test_external_ca_TestSelfExternalSelf:
|
|
requires: [pki-fedora/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
build_url: '{pki-fedora/build_url}'
|
|
update_packages: True
|
|
copr: '@pki/master'
|
|
test_suite: test_integration/test_external_ca.py::TestSelfExternalSelf test_integration/test_external_ca.py::TestExternalCAInstall
|
|
template: *ci-master-latest
|
|
timeout: 3600
|
|
topology: *master_1repl
|
|
|
|
pki-fedora/external_ca_templates:
|
|
requires: [pki-fedora/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
build_url: '{pki-fedora/build_url}'
|
|
update_packages: True
|
|
copr: '@pki/master'
|
|
test_suite: test_integration/test_external_ca.py::TestExternalCAProfileScenarios
|
|
template: *ci-master-latest
|
|
timeout: 3600
|
|
topology: *master_1repl
|
|
|
|
pki-fedora/test_vault:
|
|
requires: [pki-fedora/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
build_url: '{pki-fedora/build_url}'
|
|
update_packages: True
|
|
copr: '@pki/master'
|
|
test_suite: test_integration/test_vault.py
|
|
template: *ci-master-latest
|
|
timeout: 6300
|
|
topology: *master_1repl
|
|
|
|
pki-fedora/test_forced_client_enrolment:
|
|
requires: [pki-fedora/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
build_url: '{pki-fedora/build_url}'
|
|
update_packages: True
|
|
copr: '@pki/master'
|
|
test_suite: test_integration/test_forced_client_reenrollment.py
|
|
template: *ci-master-latest
|
|
timeout: 4800
|
|
topology: *master_1repl_1client
|
|
|
|
pki-fedora/test_installation_TestInstallWithCA1:
|
|
requires: [pki-fedora/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
build_url: '{pki-fedora/build_url}'
|
|
update_packages: True
|
|
copr: '@pki/master'
|
|
test_suite: test_integration/test_installation.py::TestInstallWithCA1
|
|
template: *ci-master-latest
|
|
timeout: 10800
|
|
topology: *master_3repl_1client
|
|
|
|
pki-fedora/test_installation_TestInstallWithCA2:
|
|
requires: [pki-fedora/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
build_url: '{pki-fedora/build_url}'
|
|
update_packages: True
|
|
copr: '@pki/master'
|
|
test_suite: test_integration/test_installation.py::TestInstallWithCA2
|
|
template: *ci-master-latest
|
|
timeout: 10800
|
|
topology: *master_3repl_1client
|
|
|
|
pki-fedora/test_installation_TestInstallCA:
|
|
requires: [pki-fedora/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
build_url: '{pki-fedora/build_url}'
|
|
update_packages: True
|
|
copr: '@pki/master'
|
|
test_suite: test_integration/test_installation.py::TestInstallCA
|
|
template: *ci-master-latest
|
|
timeout: 10800
|
|
topology: *master_2repl_1client
|
|
|
|
pki-fedora/test_installation_TestInstallWithCA_KRA1:
|
|
requires: [pki-fedora/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
build_url: '{pki-fedora/build_url}'
|
|
update_packages: True
|
|
copr: '@pki/master'
|
|
test_suite: test_integration/test_installation.py::TestInstallWithCA_KRA1
|
|
template: *ci-master-latest
|
|
timeout: 10800
|
|
topology: *master_3repl_1client
|
|
|
|
pki-fedora/test_installation_TestInstallWithCA_KRA2:
|
|
requires: [pki-fedora/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
build_url: '{pki-fedora/build_url}'
|
|
update_packages: True
|
|
copr: '@pki/master'
|
|
test_suite: test_integration/test_installation.py::TestInstallWithCA_KRA2
|
|
template: *ci-master-latest
|
|
timeout: 10800
|
|
topology: *master_3repl_1client
|
|
|
|
pki-fedora/test_installation_TestInstallWithCA_DNS1:
|
|
requires: [pki-fedora/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
build_url: '{pki-fedora/build_url}'
|
|
update_packages: True
|
|
copr: '@pki/master'
|
|
test_suite: test_integration/test_installation.py::TestInstallWithCA_DNS1
|
|
template: *ci-master-latest
|
|
timeout: 10800
|
|
topology: *master_3repl_1client
|
|
|
|
pki-fedora/test_installation_TestInstallWithCA_DNS2:
|
|
requires: [pki-fedora/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
build_url: '{pki-fedora/build_url}'
|
|
update_packages: True
|
|
copr: '@pki/master'
|
|
test_suite: test_integration/test_installation.py::TestInstallWithCA_DNS2
|
|
template: *ci-master-latest
|
|
timeout: 10800
|
|
topology: *master_3repl_1client
|
|
|
|
pki-fedora/test_installation_TestInstallWithCA_DNS3:
|
|
requires: [pki-fedora/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
build_url: '{pki-fedora/build_url}'
|
|
update_packages: True
|
|
copr: '@pki/master'
|
|
test_suite: test_integration/test_installation.py::TestInstallWithCA_DNS3
|
|
template: *ci-master-latest
|
|
timeout: 3600
|
|
topology: *master_1repl
|
|
|
|
pki-fedora/test_installation_TestInstallWithCA_DNS4:
|
|
requires: [pki-fedora/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
build_url: '{pki-fedora/build_url}'
|
|
update_packages: True
|
|
copr: '@pki/master'
|
|
test_suite: test_integration/test_installation.py::TestInstallWithCA_DNS4
|
|
template: *ci-master-latest
|
|
timeout: 3600
|
|
topology: *master_1repl
|
|
|
|
pki-fedora/test_installation_TestInstallWithCA_KRA_DNS1:
|
|
requires: [pki-fedora/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
build_url: '{pki-fedora/build_url}'
|
|
update_packages: True
|
|
copr: '@pki/master'
|
|
test_suite: test_integration/test_installation.py::TestInstallWithCA_KRA_DNS1
|
|
template: *ci-master-latest
|
|
timeout: 10800
|
|
topology: *master_3repl_1client
|
|
|
|
pki-fedora/test_installation_TestInstallWithCA_KRA_DNS2:
|
|
requires: [pki-fedora/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
build_url: '{pki-fedora/build_url}'
|
|
update_packages: True
|
|
copr: '@pki/master'
|
|
test_suite: test_integration/test_installation.py::TestInstallWithCA_KRA_DNS2
|
|
template: *ci-master-latest
|
|
timeout: 10800
|
|
topology: *master_3repl_1client
|
|
|
|
pki-fedora/test_installation_TestInstallMaster:
|
|
requires: [pki-fedora/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
build_url: '{pki-fedora/build_url}'
|
|
update_packages: True
|
|
copr: '@pki/master'
|
|
test_suite: test_integration/test_installation.py::TestInstallMaster
|
|
template: *ci-master-latest
|
|
timeout: 10800
|
|
topology: *master_1repl
|
|
|
|
pki-fedora/test_installation_TestInstallMasterKRA:
|
|
requires: [pki-fedora/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
build_url: '{pki-fedora/build_url}'
|
|
update_packages: True
|
|
copr: '@pki/master'
|
|
test_suite: test_integration/test_installation.py::TestInstallMasterKRA
|
|
template: *ci-master-latest
|
|
timeout: 10800
|
|
topology: *master_1repl
|
|
|
|
pki-fedora/test_installation_TestInstallMasterDNS:
|
|
requires: [pki-fedora/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
build_url: '{pki-fedora/build_url}'
|
|
update_packages: True
|
|
copr: '@pki/master'
|
|
test_suite: test_integration/test_installation.py::TestInstallMasterDNS
|
|
template: *ci-master-latest
|
|
timeout: 10800
|
|
topology: *master_1repl
|
|
|
|
pki-fedora/test_installation_TestInstallMasterDNSRepeatedly:
|
|
requires: [pki-fedora/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
build_url: '{pki-fedora/build_url}'
|
|
update_packages: True
|
|
copr: '@pki/master'
|
|
test_suite: test_integration/test_installation.py::TestInstallMasterDNSRepeatedly
|
|
template: *ci-master-latest
|
|
timeout: 10800
|
|
topology: *master_1repl
|
|
|
|
pki-fedora/test_installation_TestInstallMasterReservedIPasForwarder:
|
|
requires: [pki-fedora/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
build_url: '{pki-fedora/build_url}'
|
|
update_packages: True
|
|
copr: '@pki/master'
|
|
test_suite: test_integration/test_installation.py::TestInstallMasterReservedIPasForwarder
|
|
template: *ci-master-latest
|
|
timeout: 10800
|
|
topology: *master_1repl
|
|
|
|
pki-fedora/test_installation_TestInstallwithSHA384withRSA:
|
|
requires: [pki-fedora/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
build_url: '{pki-fedora/build_url}'
|
|
update_packages: True
|
|
copr: '@pki/master'
|
|
test_suite: test_integration/test_installation.py::TestInstallwithSHA384withRSA
|
|
template: *ci-master-latest
|
|
timeout: 3600
|
|
topology: *master_1repl
|
|
|
|
pki-fedora/test_caless_TestServerInstall:
|
|
requires: [pki-fedora/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
build_url: '{pki-fedora/build_url}'
|
|
update_packages: True
|
|
copr: '@pki/master'
|
|
test_suite: test_integration/test_caless.py::TestServerInstall
|
|
template: *ci-master-latest
|
|
timeout: 12000
|
|
topology: *master_1repl
|
|
|
|
pki-fedora/test_caless_TestReplicaInstall:
|
|
requires: [pki-fedora/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
build_url: '{pki-fedora/build_url}'
|
|
update_packages: True
|
|
copr: '@pki/master'
|
|
test_suite: test_integration/test_caless.py::TestReplicaInstall
|
|
template: *ci-master-latest
|
|
timeout: 7200
|
|
topology: *master_1repl
|
|
|
|
pki-fedora/test_caless_TestClientInstall:
|
|
requires: [pki-fedora/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
build_url: '{pki-fedora/build_url}'
|
|
update_packages: True
|
|
copr: '@pki/master'
|
|
test_suite: test_integration/test_caless.py::TestClientInstall
|
|
template: *ci-master-latest
|
|
timeout: 5400
|
|
# actually master_1client
|
|
topology: *master_1repl_1client
|
|
|
|
pki-fedora/test_caless_TestIPACommands:
|
|
requires: [pki-fedora/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
build_url: '{pki-fedora/build_url}'
|
|
update_packages: True
|
|
copr: '@pki/master'
|
|
test_suite: test_integration/test_caless.py::TestIPACommands
|
|
template: *ci-master-latest
|
|
timeout: 5400
|
|
topology: *master_1repl
|
|
|
|
pki-fedora/test_caless_TestCertInstall:
|
|
requires: [pki-fedora/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
build_url: '{pki-fedora/build_url}'
|
|
update_packages: True
|
|
copr: '@pki/master'
|
|
test_suite: test_integration/test_caless.py::TestCertInstall
|
|
template: *ci-master-latest
|
|
timeout: 5400
|
|
topology: *master_1repl
|
|
|
|
pki-fedora/test_caless_TestPKINIT:
|
|
requires: [pki-fedora/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
build_url: '{pki-fedora/build_url}'
|
|
update_packages: True
|
|
copr: '@pki/master'
|
|
test_suite: test_integration/test_caless.py::TestPKINIT
|
|
template: *ci-master-latest
|
|
timeout: 5400
|
|
topology: *master_1repl
|
|
|
|
pki-fedora/test_caless_TestServerReplicaCALessToCAFull:
|
|
requires: [pki-fedora/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
build_url: '{pki-fedora/build_url}'
|
|
update_packages: True
|
|
copr: '@pki/master'
|
|
test_suite: test_integration/test_caless.py::TestServerReplicaCALessToCAFull
|
|
template: *ci-master-latest
|
|
timeout: 5400
|
|
topology: *master_1repl
|
|
|
|
pki-fedora/test_caless_TestReplicaCALessToCAFull:
|
|
requires: [pki-fedora/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
build_url: '{pki-fedora/build_url}'
|
|
update_packages: True
|
|
copr: '@pki/master'
|
|
test_suite: test_integration/test_caless.py::TestReplicaCALessToCAFull
|
|
template: *ci-master-latest
|
|
timeout: 5400
|
|
topology: *master_1repl
|
|
|
|
pki-fedora/test_caless_TestServerCALessToExternalCA:
|
|
requires: [pki-fedora/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
build_url: '{pki-fedora/build_url}'
|
|
update_packages: True
|
|
copr: '@pki/master'
|
|
test_suite: test_integration/test_caless.py::TestServerCALessToExternalCA
|
|
template: *ci-master-latest
|
|
timeout: 5400
|
|
topology: *master_1repl
|
|
|
|
pki-fedora/test_backup_and_restore_TestBackupAndRestoreWithKRA:
|
|
requires: [pki-fedora/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
build_url: '{pki-fedora/build_url}'
|
|
update_packages: True
|
|
copr: '@pki/master'
|
|
test_suite: test_integration/test_backup_and_restore.py::TestBackupAndRestoreWithKRA
|
|
template: *ci-master-latest
|
|
timeout: 7200
|
|
topology: *master_1repl
|
|
|
|
pki-fedora/test_backup_and_restore_TestBackupReinstallRestoreWithKRA:
|
|
requires: [pki-fedora/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
build_url: '{pki-fedora/build_url}'
|
|
update_packages: True
|
|
copr: '@pki/master'
|
|
test_suite: test_integration/test_backup_and_restore.py::TestBackupReinstallRestoreWithKRA
|
|
template: *ci-master-latest
|
|
timeout: 7200
|
|
topology: *master_1repl
|
|
|
|
pki-fedora/test_backup_and_restore_TestBackupAndRestoreWithReplica:
|
|
requires: [pki-fedora/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
build_url: '{pki-fedora/build_url}'
|
|
update_packages: True
|
|
copr: '@pki/master'
|
|
test_suite: test_integration/test_backup_and_restore.py::TestBackupAndRestoreWithReplica
|
|
template: *ci-master-latest
|
|
timeout: 7200
|
|
topology: *master_2repl_1client
|
|
|
|
pki-fedora/test_backup_and_restore_TestReplicaInstallAfterRestore:
|
|
requires: [pki-fedora/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
build_url: '{pki-fedora/build_url}'
|
|
update_packages: True
|
|
copr: '@pki/master'
|
|
test_suite: test_integration/test_backup_and_restore.py::TestReplicaInstallAfterRestore
|
|
template: *ci-master-latest
|
|
timeout: 7200
|
|
topology: *master_2repl_1client
|
|
|
|
pki-fedora/test_replica_promotion_TestReplicaPromotionLevel1:
|
|
requires: [pki-fedora/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
build_url: '{pki-fedora/build_url}'
|
|
update_packages: True
|
|
copr: '@pki/master'
|
|
test_suite: test_integration/test_replica_promotion.py::TestReplicaPromotionLevel1
|
|
template: *ci-master-latest
|
|
timeout: 7200
|
|
topology: *master_1repl
|
|
|
|
pki-fedora/test_replica_promotion_TestRenewalMaster:
|
|
requires: [pki-fedora/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
build_url: '{pki-fedora/build_url}'
|
|
update_packages: True
|
|
copr: '@pki/master'
|
|
test_suite: test_integration/test_replica_promotion.py::TestRenewalMaster
|
|
template: *ci-master-latest
|
|
timeout: 7200
|
|
topology: *master_1repl
|
|
|
|
pki-fedora/test_replica_promotion_TestSubCAkeyReplication:
|
|
requires: [pki-fedora/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
build_url: '{pki-fedora/build_url}'
|
|
update_packages: True
|
|
copr: '@pki/master'
|
|
test_suite: test_integration/test_replica_promotion.py::TestSubCAkeyReplication
|
|
template: *ci-master-latest
|
|
timeout: 7200
|
|
topology: *master_1repl
|
|
|
|
pki-fedora/test_replica_promotion_TestReplicaInstallCustodia:
|
|
requires: [pki-fedora/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
build_url: '{pki-fedora/build_url}'
|
|
update_packages: True
|
|
copr: '@pki/master'
|
|
test_suite: test_integration/test_replica_promotion.py::TestReplicaInstallCustodia
|
|
template: *ci-master-latest
|
|
timeout: 7200
|
|
topology: *master_2repl_1client
|
|
|
|
pki-fedora/test_upgrade:
|
|
requires: [pki-fedora/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
build_url: '{pki-fedora/build_url}'
|
|
update_packages: True
|
|
copr: '@pki/master'
|
|
test_suite: test_integration/test_upgrade.py
|
|
template: *ci-master-latest
|
|
timeout: 7200
|
|
topology: *master_1repl
|
|
|
|
pki-fedora/test_topology_TestCASpecificRUVs:
|
|
requires: [pki-fedora/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
build_url: '{pki-fedora/build_url}'
|
|
update_packages: True
|
|
copr: '@pki/master'
|
|
test_suite: test_integration/test_topology.py::TestCASpecificRUVs
|
|
template: *ci-master-latest
|
|
timeout: 7200
|
|
topology: *master_3repl_1client
|
|
|
|
pki-fedora/test_replication_layouts_TestLineTopologyWithoutCA:
|
|
requires: [pki-fedora/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
build_url: '{pki-fedora/build_url}'
|
|
update_packages: True
|
|
copr: '@pki/master'
|
|
test_suite: test_integration/test_replication_layouts.py::TestLineTopologyWithoutCA
|
|
template: *ci-master-latest
|
|
timeout: 7200
|
|
topology: *master_3repl_1client
|
|
|
|
pki-fedora/test_replication_layouts_TestLineTopologyWithCA:
|
|
requires: [pki-fedora/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
build_url: '{pki-fedora/build_url}'
|
|
update_packages: True
|
|
copr: '@pki/master'
|
|
test_suite: test_integration/test_replication_layouts.py::TestLineTopologyWithCA
|
|
template: *ci-master-latest
|
|
timeout: 10800
|
|
topology: *master_3repl_1client
|
|
|
|
pki-fedora/test_replication_layouts_TestLineTopologyWithCAKRA:
|
|
requires: [pki-fedora/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
build_url: '{pki-fedora/build_url}'
|
|
update_packages: True
|
|
copr: '@pki/master'
|
|
test_suite: test_integration/test_replication_layouts.py::TestLineTopologyWithCAKRA
|
|
template: *ci-master-latest
|
|
timeout: 10800
|
|
topology: *master_3repl_1client
|
|
|
|
pki-fedora/test_replication_layouts.py_TestStarTopologyWithoutCA:
|
|
requires: [pki-fedora/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
build_url: '{pki-fedora/build_url}'
|
|
update_packages: True
|
|
copr: '@pki/master'
|
|
test_suite: test_integration/test_replication_layouts.py::TestStarTopologyWithoutCA
|
|
template: *ci-master-latest
|
|
timeout: 7200
|
|
topology: *master_3repl_1client
|
|
|
|
pki-fedora/test_replication_layouts_TestStarTopologyWithCA:
|
|
requires: [pki-fedora/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
build_url: '{pki-fedora/build_url}'
|
|
update_packages: True
|
|
copr: '@pki/master'
|
|
test_suite: test_integration/test_replication_layouts.py::TestStarTopologyWithCA
|
|
template: *ci-master-latest
|
|
timeout: 7200
|
|
topology: *master_3repl_1client
|
|
|
|
pki-fedora/test_replication_layouts_TestStarTopologyWithCAKRA:
|
|
requires: [pki-fedora/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
build_url: '{pki-fedora/build_url}'
|
|
update_packages: True
|
|
copr: '@pki/master'
|
|
test_suite: test_integration/test_replication_layouts.py::TestStarTopologyWithCAKRA
|
|
template: *ci-master-latest
|
|
timeout: 10800
|
|
topology: *master_3repl_1client
|
|
|
|
pki-fedora/test_replication_layouts_TestCompleteTopologyWithoutCA:
|
|
requires: [pki-fedora/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
build_url: '{pki-fedora/build_url}'
|
|
update_packages: True
|
|
copr: '@pki/master'
|
|
test_suite: test_integration/test_replication_layouts.py::TestCompleteTopologyWithoutCA
|
|
template: *ci-master-latest
|
|
timeout: 7200
|
|
topology: *master_3repl_1client
|
|
|
|
pki-fedora/test_replication_layouts_TestCompleteTopologyWithCA:
|
|
requires: [pki-fedora/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
build_url: '{pki-fedora/build_url}'
|
|
update_packages: True
|
|
copr: '@pki/master'
|
|
test_suite: test_integration/test_replication_layouts.py::TestCompleteTopologyWithCA
|
|
template: *ci-master-latest
|
|
timeout: 7200
|
|
topology: *master_3repl_1client
|
|
|
|
pki-fedora/test_replication_layouts_TestCompleteTopologyWithCAKRA:
|
|
requires: [pki-fedora/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
build_url: '{pki-fedora/build_url}'
|
|
update_packages: True
|
|
copr: '@pki/master'
|
|
test_suite: test_integration/test_replication_layouts.py::TestCompleteTopologyWithCAKRA
|
|
template: *ci-master-latest
|
|
timeout: 7200
|
|
topology: *master_3repl_1client
|
|
|
|
pki-fedora/test_client_uninstallation:
|
|
requires: [pki-fedora/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
build_url: '{pki-fedora/build_url}'
|
|
update_packages: True
|
|
copr: '@pki/master'
|
|
test_suite: test_integration/test_uninstallation.py
|
|
template: *ci-master-latest
|
|
timeout: 7200
|
|
topology: *master_1repl_1client
|
|
|
|
pki-fedora/test_webui_cert:
|
|
requires: [pki-fedora/build]
|
|
priority: 50
|
|
job:
|
|
class: RunWebuiTests
|
|
args:
|
|
build_url: '{pki-fedora/build_url}'
|
|
update_packages: True
|
|
copr: '@pki/master'
|
|
test_suite: test_webui/test_cert.py
|
|
template: *ci-master-latest
|
|
timeout: 2400
|
|
topology: *ipaserver
|
|
|
|
pki-fedora/test_webui_identity:
|
|
requires: [pki-fedora/build]
|
|
priority: 50
|
|
job:
|
|
class: RunWebuiTests
|
|
args:
|
|
build_url: '{pki-fedora/build_url}'
|
|
update_packages: True
|
|
copr: '@pki/master'
|
|
test_suite: >-
|
|
test_webui/test_automember.py
|
|
test_webui/test_idviews.py
|
|
template: *ci-master-latest
|
|
timeout: 3600
|
|
topology: *ipaserver
|
|
|
|
pki-fedora/dns_locations:
|
|
requires: [pki-fedora/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
build_url: '{pki-fedora/build_url}'
|
|
update_packages: True
|
|
copr: '@pki/master'
|
|
test_suite: test_integration/test_dns_locations.py
|
|
template: *ci-master-latest
|
|
timeout: 3600
|
|
topology: *master_2repl_1client
|
|
|
|
pki-fedora/external_ca_TestExternalCAdirsrvStop:
|
|
requires: [pki-fedora/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
build_url: '{pki-fedora/build_url}'
|
|
update_packages: True
|
|
copr: '@pki/master'
|
|
test_suite: test_integration/test_external_ca.py::TestExternalCAdirsrvStop
|
|
template: *ci-master-latest
|
|
timeout: 3600
|
|
topology: *master_1repl
|
|
|
|
pki-fedora/external_ca_TestExternalCAInvalidCert:
|
|
requires: [pki-fedora/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
build_url: '{pki-fedora/build_url}'
|
|
update_packages: True
|
|
copr: '@pki/master'
|
|
test_suite: test_integration/test_external_ca.py::TestExternalCAInvalidCert
|
|
template: *ci-master-latest
|
|
timeout: 3600
|
|
topology: *master_1repl
|
|
|
|
pki-fedora/external_ca_TestMultipleExternalCA:
|
|
requires: [pki-fedora/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
build_url: '{pki-fedora/build_url}'
|
|
update_packages: True
|
|
copr: '@pki/master'
|
|
test_suite: test_integration/test_external_ca.py::TestMultipleExternalCA
|
|
template: *ci-master-latest
|
|
timeout: 3600
|
|
topology: *master_1repl
|
|
|
|
pki-fedora/test_ipahealthcheck:
|
|
requires: [pki-fedora/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
build_url: '{pki-fedora/build_url}'
|
|
update_packages: True
|
|
copr: '@pki/master'
|
|
test_suite: test_integration/test_ipahealthcheck.py::TestIpaHealthCheck
|
|
template: *ci-master-latest
|
|
timeout: 6300
|
|
topology: *master_1repl_1client
|
|
|
|
pki-fedora/test_ipahealthcheck_nodns_extca_file:
|
|
requires: [pki-fedora/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
build_url: '{pki-fedora/build_url}'
|
|
update_packages: True
|
|
copr: '@pki/master'
|
|
test_suite: test_integration/test_ipahealthcheck.py::TestIpaHealthCheckWithoutDNS test_integration/test_ipahealthcheck.py::TestIpaHealthCheckWithExternalCA test_integration/test_ipahealthcheck.py::TestIpaHealthCheckFileCheck
|
|
template: *ci-master-latest
|
|
timeout: 5400
|
|
topology: *master_1repl
|
|
|
|
pki-fedora/test_pkinit_install:
|
|
requires: [pki-fedora/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
build_url: '{pki-fedora/build_url}'
|
|
update_packages: True
|
|
copr: '@pki/master'
|
|
test_suite: test_integration/test_pkinit_install.py
|
|
template: *ci-master-latest
|
|
timeout: 3600
|
|
topology: *master_1repl_1client
|
|
|
|
pki-fedora/test_pkinit_manage:
|
|
requires: [pki-fedora/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
build_url: '{pki-fedora/build_url}'
|
|
update_packages: True
|
|
copr: '@pki/master'
|
|
test_suite: test_integration/test_pkinit_manage.py
|
|
template: *ci-master-latest
|
|
timeout: 3600
|
|
topology: *master_1repl
|
|
|
|
pki-fedora/test_crlgen_manage:
|
|
requires: [pki-fedora/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
build_url: '{pki-fedora/build_url}'
|
|
update_packages: True
|
|
copr: '@pki/master'
|
|
test_suite: test_integration/test_crlgen_manage.py
|
|
template: *ci-master-latest
|
|
timeout: 3600
|
|
topology: *master_1repl
|
|
|
|
pki-fedora/test_ca_custom_sdn:
|
|
requires: [pki-fedora/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
build_url: '{pki-fedora/build_url}'
|
|
update_packages: True
|
|
copr: '@pki/master'
|
|
test_suite: test_integration/test_ca_custom_sdn.py
|
|
template: *ci-master-latest
|
|
timeout: 7200
|
|
topology: *master_1repl
|
|
|
|
pki-fedora/test_fips:
|
|
requires: [pki-fedora/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
build_url: '{pki-fedora/build_url}'
|
|
update_packages: True
|
|
copr: '@pki/master'
|
|
test_suite: test_integration/test_fips.py
|
|
template: *ci-master-latest
|
|
timeout: 7200
|
|
topology: *master_1repl_1client
|
|
|
|
pki-fedora/test_acme:
|
|
requires: [pki-fedora/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
build_url: '{pki-fedora/build_url}'
|
|
update_packages: True
|
|
copr: '@pki/master'
|
|
test_suite: >-
|
|
test_integration/test_acme.py::TestACME
|
|
test_integration/test_acme.py::TestACMECALess
|
|
test_integration/test_acme.py::TestACMEwithExternalCA
|
|
test_integration/test_acme.py::TestACMERenew
|
|
template: *ci-master-latest
|
|
timeout: 8100
|
|
topology: *master_1repl_1client
|
|
|
|
pki-fedora/test_acme_prune:
|
|
requires: [pki-fedora/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
build_url: '{pki-fedora/build_url}'
|
|
update_packages: True
|
|
copr: '@pki/master'
|
|
test_suite: test_integration/test_acme.py::TestACMEPrune
|
|
template: *ci-master-latest
|
|
timeout: 3600
|
|
topology: *master_1repl_1client
|
|
|
|
pki-fedora/test_cert_fix:
|
|
requires: [pki-fedora/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
build_url: '{pki-fedora/build_url}'
|
|
update_packages: True
|
|
copr: '@pki/master'
|
|
test_suite: test_integration/test_ipa_cert_fix.py
|
|
template: *ci-master-latest
|
|
timeout: 10800
|
|
topology: *master_1repl
|
|
|
|
pki-fedora/test_external_idp:
|
|
requires: [pki-fedora/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
build_url: '{pki-fedora/build_url}'
|
|
update_packages: True
|
|
copr: '@pki/master'
|
|
test_suite: test_integration/test_idp.py
|
|
template: *ci-master-latest
|
|
timeout: 5000
|
|
topology: *master_2repl_1client
|
|
|
|
pki-fedora/test_random_serial_numbers_TestInstallWithCA_DNS1_RSN:
|
|
requires: [pki-fedora/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
build_url: '{pki-fedora/build_url}'
|
|
update_packages: True
|
|
copr: '@pki/master'
|
|
test_suite: test_integration/test_random_serial_numbers.py::TestInstallWithCA_DNS1_RSN
|
|
template: *ci-master-latest
|
|
timeout: 10800
|
|
topology: *master_3repl_1client
|
|
|
|
pki-fedora/test_random_serial_numbers_TestInstallWithCA_KRA1_RSN:
|
|
requires: [pki-fedora/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
build_url: '{pki-fedora/build_url}'
|
|
update_packages: True
|
|
copr: '@pki/master'
|
|
test_suite: test_integration/test_random_serial_numbers.py::TestInstallWithCA_KRA1_RSN
|
|
template: *ci-master-latest
|
|
timeout: 10800
|
|
topology: *master_3repl_1client
|
|
|
|
pki-fedora/test_random_serial_numbers_test_commands_RSN:
|
|
requires: [pki-fedora/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
build_url: '{pki-fedora/build_url}'
|
|
update_packages: True
|
|
copr: '@pki/master'
|
|
test_suite: test_integration/test_random_serial_numbers.py::TestIPACommand_RSN::test_certificate_out_write_to_file
|
|
template: *ci-master-latest
|
|
timeout: 5400
|
|
topology: *master_1repl_1client
|
|
|
|
pki-fedora/test_caless_TestServerCALessToExternalCA_RSN:
|
|
requires: [pki-fedora/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
build_url: '{pki-fedora/build_url}'
|
|
update_packages: True
|
|
copr: '@pki/master'
|
|
test_suite: test_integration/test_random_serial_numbers.py::TestServerCALessToExternalCA_RSN
|
|
template: *ci-master-latest
|
|
timeout: 5400
|
|
topology: *master_1repl
|
|
|
|
pki-fedora/test_random_serial_numbers_TestRSNPKIConfig:
|
|
requires: [pki-fedora/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
build_url: '{pki-fedora/build_url}'
|
|
update_packages: True
|
|
copr: '@pki/master'
|
|
test_suite: test_integration/test_random_serial_numbers.py::TestRSNPKIConfig
|
|
template: *ci-master-latest
|
|
timeout: 10800
|
|
topology: *master_3repl_1client
|
|
|
|
pki-fedora/test_random_serial_numbers_TestRSNVault:
|
|
requires: [pki-fedora/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
build_url: '{pki-fedora/build_url}'
|
|
update_packages: True
|
|
copr: '@pki/master'
|
|
test_suite: test_integration/test_random_serial_numbers.py::TestRSNVault
|
|
template: *ci-master-latest
|
|
timeout: 10800
|
|
topology: *master_1repl
|