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

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
}