Go to file
dasarinaidu 6105e162ea
Merge pull request #451 from dasarinaidu/backport-openldap-v2.10
Backport PR for v210 to enable OpenLdap test automation
2025-10-10 09:25:55 -07:00
.github
clients Added initial commitid 2025-10-09 21:33:55 -07:00
extensions Added initial commitid 2025-10-09 21:33:55 -07:00
pkg
.gitignore
.golangci.yaml
CODEOWNERS
LICENSE
README.md
generator.go
go.mod Updated versions. 2025-09-22 13:43:33 -06:00
go.sum Updated versions. 2025-09-22 13:43:33 -06:00

README.md

Shepherd

Go Report Card Latest Build

Shepherd is an open source testing tool for writing Rancher and Kubernetes tests. Shepherd manages interactions with the external services being tested and aids in cleaning up resources after a test is completed.

Shepherd consists of a few core libraries used to make it easy to write homologous tests. See extensions and clients for more details.


To learn more about the concepts, configurations, how to implement Shepherd to your testing project and writing your first test with Shepherd see the wiki.