open-vault/builtin/logical/pkiext
Alexander Scheel 347cdf811c
Disable nginx integration test in pki test suites (#18141)
Signed-off-by: Alexander Scheel <alex.scheel@hashicorp.com>

Signed-off-by: Alexander Scheel <alex.scheel@hashicorp.com>
2022-11-29 13:30:25 -05:00
..
README.md Move pki docker tests to pkiext (#17928) 2022-11-14 18:26:26 -05:00
nginx_test.go Disable nginx integration test in pki test suites (#18141) 2022-11-29 13:30:25 -05:00
test_helpers.go Add crl integraiton to tests (#17447) 2022-11-28 10:32:22 -05:00
zlint_test.go Add pki nginx/wget/curl/Go integration tests (#17320) 2022-11-23 15:00:18 -05:00

README.md

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.