ContainerImage.Pinniped/test
Ryan Richard d8d49be5d9 Make an integration test more reliable
- It would sometimes fail with this error:
  namespaces is forbidden: User "tanzu-user-authentication@groups.vmware.com"
  cannot list resource "namespaces" in API group "" at the cluster scope
- Seems like it was because the RBAC rule added by the test needs a
  moment before it starts to take effect, so change the test to retry
  the API until it succeeds or fail after 3 seconds of trying.
2020-08-17 16:28:12 -07:00
..
integration Make an integration test more reliable 2020-08-17 16:28:12 -07:00
library Update how integration tests which use LoginRequest make their clients 2020-08-12 14:30:07 -07:00
go.mod Add integration and more unit tests 2020-08-11 10:14:57 -07:00
go.sum LoginRequest -> CredentialRequest 2020-08-14 11:26:09 -04:00