open-vault/builtin/logical/pkiext
Hamid Ghaf 27bb03bbc0
adding copyright header (#19555)
* adding copyright header

* fix fmt and a test
2023-03-15 09:00:52 -07:00
..
README.md Move pki docker tests to pkiext (#17928) 2022-11-14 18:26:26 -05:00
nginx_test.go adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
test_helpers.go adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
zlint_test.go adding copyright header (#19555) 2023-03-15 09:00:52 -07: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.