featureprofiles
featureprofiles copied to clipboard
Versioning are hardcoded in test.go and credz.go, replaced them with variable
credz.go
- version was hard coded for below 2 functions - modified them to use variable
- RotateAuthorizedPrincipal
- RotateTrustedUserCA
password_console_login_test.go:
- version was hard coded - modified them to use variable to avoid RPC push error (Already_Exists)
- Telemetry reports host certificate created on validation was not appropriate - fixed the same
host_certificates_test.go:
- version was hard coded - modified them to use variable to avoid RPC push error (Already_Exists)
- Telemetry reports host certificate created on validation was not appropriate - fixed the same
- cmp.Equal function was crashing (panic) while comparing the keys (gotHostKey, wantHostKey) hence used reflect to compare
ssh_public_key_authentication_test.go:
- version was hard coded - modified them to use variable to avoid RPC push error (Already_Exists)
- Telemetry reports host certificate created on validation was not appropriate - fixed the same
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).
View this failed invocation of the CLA check for more information.
For the most up to date status, view the checks section at the bottom of the pull request.
Pull Request Functional Test Report for #4096 / 350a2d5e4f4d778ab5de6445e7fe3476e9820889
Virtual Devices
Hardware Devices
Please fix merge conflicts.