mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Add a test for issue 7526: install a client with a bulk enrollment password, enrolling to an externally-signed CA master. Without the fix, the master does not publish the whole cert chain in /usr/share/ipa/html/ca.crt. As the client installer downloads the cert from this location, client installation fails. With the fix, the whole cert chain is available and client installation succeeds. The test_external_ca.py::TestExternalCA now requires 1 replica and 1 client, updated .freeipa-pr-ci.yaml accordingly. Also removed the annotation @tasks.collect_logs from test_external_ca as it messes with test ordering (and the test collects logs even without this annotation). Related to: https://pagure.io/freeipa/issue/7526 Reviewed-By: Rob Crittenden <rcritten@redhat.com>
210 lines
5.3 KiB
YAML
210 lines
5.3 KiB
YAML
topologies:
|
|
build: &build
|
|
name: build
|
|
cpu: 2
|
|
memory: 3800
|
|
master_1repl: &master_1repl
|
|
name: master_1repl
|
|
cpu: 4
|
|
memory: 5750
|
|
master_1repl_1client: &master_1repl_1client
|
|
name: master_1repl_1client
|
|
cpu: 4
|
|
memory: 6700
|
|
|
|
jobs:
|
|
fedora-28/build:
|
|
requires: []
|
|
priority: 100
|
|
job:
|
|
class: Build
|
|
args:
|
|
git_repo: '{git_repo}'
|
|
git_refspec: '{git_refspec}'
|
|
template: &ci-master-f28
|
|
name: freeipa/ci-master-f28
|
|
version: 0.1.5
|
|
timeout: 1800
|
|
topology: *build
|
|
|
|
fedora-28/simple_replication:
|
|
requires: [fedora-28/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
build_url: '{fedora-28/build_url}'
|
|
test_suite: test_integration/test_simple_replication.py
|
|
template: *ci-master-f28
|
|
timeout: 3600
|
|
topology: *master_1repl
|
|
|
|
fedora-28/caless:
|
|
requires: [fedora-28/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
build_url: '{fedora-28/build_url}'
|
|
test_suite: test_integration/test_caless.py::TestServerReplicaCALessToCAFull
|
|
template: *ci-master-f28
|
|
timeout: 3600
|
|
topology: *master_1repl
|
|
|
|
fedora-28/external_ca:
|
|
requires: [fedora-28/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
build_url: '{fedora-28/build_url}'
|
|
test_suite: test_integration/test_external_ca.py::TestExternalCA test_integration/test_external_ca.py::TestSelfExternalSelf test_integration/test_external_ca.py::TestExternalCAInstall
|
|
template: *ci-master-f28
|
|
timeout: 3600
|
|
topology: *master_1repl_1client
|
|
|
|
fedora-28/test_topologies:
|
|
requires: [fedora-28/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
build_url: '{fedora-28/build_url}'
|
|
test_suite: test_integration/test_topologies.py
|
|
template: *ci-master-f28
|
|
timeout: 3600
|
|
topology: *master_1repl
|
|
|
|
fedora-28/test_sudo:
|
|
requires: [fedora-28/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
build_url: '{fedora-28/build_url}'
|
|
test_suite: test_integration/test_sudo.py
|
|
template: *ci-master-f28
|
|
timeout: 3600
|
|
topology: *master_1repl_1client
|
|
|
|
fedora-28/test_commands:
|
|
requires: [fedora-28/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
build_url: '{fedora-28/build_url}'
|
|
test_suite: test_integration/test_commands.py
|
|
template: *ci-master-f28
|
|
timeout: 3600
|
|
topology: *master_1repl
|
|
|
|
fedora-28/test_kerberos_flags:
|
|
requires: [fedora-28/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
build_url: '{fedora-28/build_url}'
|
|
test_suite: test_integration/test_kerberos_flags.py
|
|
template: *ci-master-f28
|
|
timeout: 3600
|
|
topology: *master_1repl_1client
|
|
|
|
fedora-28/test_http_kdc_proxy:
|
|
requires: [fedora-28/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
build_url: '{fedora-28/build_url}'
|
|
test_suite: test_integration/test_http_kdc_proxy.py
|
|
template: *ci-master-f28
|
|
timeout: 3600
|
|
topology: *master_1repl_1client
|
|
|
|
fedora-28/test_forced_client_enrolment:
|
|
requires: [fedora-28/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
build_url: '{fedora-28/build_url}'
|
|
test_suite: test_integration/test_forced_client_reenrollment.py
|
|
template: *ci-master-f28
|
|
timeout: 3600
|
|
topology: *master_1repl_1client
|
|
|
|
fedora-28/test_advise:
|
|
requires: [fedora-28/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
build_url: '{fedora-28/build_url}'
|
|
test_suite: test_integration/test_advise.py
|
|
template: *ci-master-f28
|
|
timeout: 3600
|
|
topology: *master_1repl
|
|
|
|
fedora-28/test_testconfig:
|
|
requires: [fedora-28/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
build_url: '{fedora-28/build_url}'
|
|
test_suite: test_integration/test_testconfig.py
|
|
template: *ci-master-f28
|
|
timeout: 3600
|
|
topology: *master_1repl
|
|
|
|
fedora-28/test_service_permissions:
|
|
requires: [fedora-28/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
build_url: '{fedora-28/build_url}'
|
|
test_suite: test_integration/test_service_permissions.py
|
|
template: *ci-master-f28
|
|
timeout: 3600
|
|
topology: *master_1repl
|
|
|
|
fedora-28/test_netgroup:
|
|
requires: [fedora-28/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
build_url: '{fedora-28/build_url}'
|
|
test_suite: test_integration/test_netgroup.py
|
|
template: *ci-master-f28
|
|
timeout: 3600
|
|
topology: *master_1repl
|
|
|
|
fedora-28/test_vault:
|
|
requires: [fedora-28/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
build_url: '{fedora-28/build_url}'
|
|
test_suite: test_integration/test_vault.py
|
|
template: *ci-master-f28
|
|
timeout: 4500
|
|
topology: *master_1repl
|
|
|
|
fedora-28/test_authconfig:
|
|
requires: [fedora-28/build]
|
|
priority: 50
|
|
job:
|
|
class: RunPytest
|
|
args:
|
|
build_url: '{fedora-28/build_url}'
|
|
test_suite: test_integration/test_authselect.py
|
|
template: *ci-master-f28
|
|
timeout: 3600
|
|
topology: *master_1repl_1client
|
|
|