Make tilt work with the supervisor app and add more uninstall testing

- Also continue renaming things related to the concierge app
- Enhance the uninstall test to also test uninstalling the supervisor
  and local-user-authenticator apps
This commit is contained in:
Ryan Richard
2020-10-09 14:25:34 -07:00
parent 72b2d02777
commit 34549b779b
13 changed files with 173 additions and 72 deletions
@@ -20,8 +20,7 @@ import (
func TestAPIServingCertificateAutoCreationAndRotation(t *testing.T) {
env := library.IntegrationEnv(t)
const defaultServingCertResourceName = "pinniped-api-tls-serving-certificate"
defaultServingCertResourceName := env.ConciergeAppName + "-api-tls-serving-certificate"
tests := []struct {
name string