digitalocean / digitalocean-cloud-controller-manager

Kubernetes cloud-controller-manager for DigitalOcean (beta)
Apache License 2.0
523 stars 147 forks source link

feat(CON-7852): add LB admission webhook integration tests #682

Closed prichrd closed 7 months ago

prichrd commented 7 months ago

This change adds integration tests for the admission webhook introduced in #676. By leveraging envtest, we can test the flow of creation and update with the Kubernetes API server.

varshavaradarajan commented 7 months ago

@prichrd - I'm assuming we will be adding this to the GH actions test workflow in a followup PR?

prichrd commented 7 months ago

@varshavaradarajan with the changes to the Makefile running make ci will run the unit and integration tests (through the test target). The tests ran for the current PR: https://github.com/digitalocean/digitalocean-cloud-controller-manager/actions/runs/7716714800/job/21034182439#step:4:12