Don't log vSphere configuration data in storage e2e tests

This commit is contained in:
Fabio Bertinatto 2021-12-20 09:10:57 -03:00
parent 489fb9bee3
commit 434741ecb7

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
}