From 434741ecb758c1f646c3eea7e57ea3b86ea81710 Mon Sep 17 00:00:00 2001 From: Fabio Bertinatto Date: Mon, 20 Dec 2021 09:10:57 -0300 Subject: [PATCH] Don't log vSphere configuration data in storage e2e tests --- test/e2e/storage/vsphere/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }