Merge pull request #107136 from bertinatto/vsphere-log

Don't log vSphere configuration data in storage e2e tests
This commit is contained in:
Kubernetes Prow Robot 2021-12-20 15:11:32 -08:00 committed by GitHub
commit da9a46bac2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -179,6 +179,6 @@ func populateInstanceMap(cfg *ConfigFile) (map[string]*VSphere, error) {
vsphereInstances[vcServer] = &vsphereIns
}
framework.Logf("ConfigFile %v \n vSphere instances %v", cfg, vsphereInstances)
framework.Logf("vSphere instances: %v", vsphereInstances)
return vsphereInstances, nil
}