diff --git a/test/e2e/storage/vsphere/config.go b/test/e2e/storage/vsphere/config.go index fc9cdd77af1..d5e7f7ad1c9 100644 --- a/test/e2e/storage/vsphere/config.go +++ b/test/e2e/storage/vsphere/config.go @@ -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 }