tree: 118d807d873748b5909ef0e8c3a4d5e6818a2237 [path history] [tgz]
  1. pkiext_binary/
  2. nginx_test.go
  3. README.md
  4. test_helpers.go
  5. zlint_test.go
v1.14.6/builtin/logical/pkiext/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.