ContainerImage.Pinniped/test/library
Ryan Richard 6e59596285 Upon pod startup, update the Status of CredentialIssuerConfig
- Indicate the success or failure of the cluster signing key strategy
- Also introduce the concept of "capabilities" of an integration test
  cluster to allow the integration tests to be run against clusters
  that do or don't allow the borrowing of the cluster signing key
- Tests that are not expected to pass on clusters that lack the
  borrowing of the signing key capability are now ignored by
  calling the new library.SkipUnlessClusterHasCapability test helper
- Rename library.Getenv to library.GetEnv
- Add copyrights where they were missing
2020-08-24 18:07:34 -07:00
..
client.go test/library: try another cert rest config 2020-08-24 11:01:37 -04:00
cluster_capabilities.go Upon pod startup, update the Status of CredentialIssuerConfig 2020-08-24 18:07:34 -07:00
env.go Upon pod startup, update the Status of CredentialIssuerConfig 2020-08-24 18:07:34 -07:00
skip.go Use Go's -short flag as a way to avoid running integration tests. 2020-08-06 20:44:14 -05:00
spew.go Add integration test to check app is running 2020-07-09 15:30:59 -04:00