ContainerImage.Pinniped/test/integration
Ryan Richard 9648db0837 Update how integration tests which use LoginRequest make their clients
- When we call the LoginRequest endpoint in loginrequest_test.go,
  do it with an unauthenticated client, to make sure that endpoint works
  with unauthenticated clients.
- For tests which want to test using certs returned by LoginRequest to
  make API calls back to kube to check if those certs are working, make
  sure they start with a bare client and then add only those certs.
  Avoid accidentally picking up other kubeconfig configuration like
  tokens, etc.

Signed-off-by: Andrew Keesler <akeesler@vmware.com>
2020-08-12 14:30:07 -07:00
..
api_discovery_test.go Use Go's `-short` flag as a way to avoid running integration tests. 2020-08-06 20:44:14 -05:00
api_serving_certs_test.go Add integration and more unit tests 2020-08-11 10:14:57 -07:00
app_availability_test.go Use a DaemonSet instead of a Deployment to deploy our app 2020-08-11 17:55:34 -07:00
client_test.go Update how integration tests which use LoginRequest make their clients 2020-08-12 14:30:07 -07:00
kubectl_test.go Use Go's `-short` flag as a way to avoid running integration tests. 2020-08-06 20:44:14 -05:00
logindiscoveryconfig_test.go Use Go's `-short` flag as a way to avoid running integration tests. 2020-08-06 20:44:14 -05:00
loginrequest_test.go Update how integration tests which use LoginRequest make their clients 2020-08-12 14:30:07 -07:00