mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Test external CA with DNS name constraints
Verify that FreeIPA can be installed with an external CA that has a name constraints extension. Signed-off-by: Christian Heimes <cheimes@redhat.com> Reviewed-By: Fraser Tweedale <ftweedal@redhat.com> Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>
This commit is contained in:
@@ -70,7 +70,7 @@ jobs:
|
||||
class: RunPytest
|
||||
args:
|
||||
build_url: '{fedora-30/build_url}'
|
||||
test_suite: test_integration/test_external_ca.py::TestExternalCA
|
||||
test_suite: test_integration/test_external_ca.py::TestExternalCA test_integration/test_external_ca.py::TestExternalCAConstraints
|
||||
template: *ci-master-f30
|
||||
timeout: 4800
|
||||
topology: *master_1repl_1client
|
||||
|
||||
@@ -58,7 +58,7 @@ jobs:
|
||||
class: RunPytest
|
||||
args:
|
||||
build_url: '{fedora-28/build_url}'
|
||||
test_suite: test_integration/test_external_ca.py::TestExternalCA
|
||||
test_suite: test_integration/test_external_ca.py::TestExternalCA test_integration/test_external_ca.py::TestExternalCAConstraints
|
||||
template: *ci-master-f28
|
||||
timeout: 4800
|
||||
topology: *master_1repl_1client
|
||||
|
||||
@@ -62,7 +62,7 @@ jobs:
|
||||
class: RunPytest
|
||||
args:
|
||||
build_url: '{fedora-29/build_url}'
|
||||
test_suite: test_integration/test_external_ca.py::TestExternalCA
|
||||
test_suite: test_integration/test_external_ca.py::TestExternalCA test_integration/test_external_ca.py::TestExternalCAConstraints
|
||||
template: *ci-master-f29
|
||||
timeout: 4800
|
||||
topology: *master_1repl_1client
|
||||
|
||||
@@ -62,7 +62,7 @@ jobs:
|
||||
class: RunPytest
|
||||
args:
|
||||
build_url: '{fedora-30/build_url}'
|
||||
test_suite: test_integration/test_external_ca.py::TestExternalCA
|
||||
test_suite: test_integration/test_external_ca.py::TestExternalCA test_integration/test_external_ca.py::TestExternalCAConstraints
|
||||
template: *ci-master-f30
|
||||
timeout: 4800
|
||||
topology: *master_1repl_1client
|
||||
|
||||
@@ -62,7 +62,7 @@ jobs:
|
||||
class: RunPytest
|
||||
args:
|
||||
build_url: '{fedora-rawhide/build_url}'
|
||||
test_suite: test_integration/test_external_ca.py::TestExternalCA
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user