3ca73ad07e
* Initial refactoring of ACME PKI binary tests - Rework test suite to use a single Vault cluster with different mounts. - Refactor convenience methods to write PKI tests. * Add ACME test cases for mixed IP and DNS, along with IP only identifier requests * Parallelize the Vault PKI test suite |
||
---|---|---|
.. | ||
pkiext_binary | ||
nginx_test.go | ||
README.md | ||
test_helpers.go | ||
zlint_test.go |
What is pkiext
?
pkiext
exists to split the Docker tests into a separate package from the
main PKI tests. Because the Docker tests execute in a smaller runner with
fewer resources, and we were hitting timeouts waiting for the entire PKI
test suite to run, we need to split the larger non-Docker PKI tests from
the smaller Docker tests, to ensure the former can execute.
This package should lack any non-test related targets.