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:
Christian Heimes
2019-08-06 09:56:35 +02:00
parent adcf04255c
commit 69138c848d
8 changed files with 44 additions and 8 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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