kubernetes/test/e2e/storage/vsphere
Patrick Ohly 41f23f52d0 test: fix ginkgolinter issues
All of these issues were reported by https://github.com/nunnatsa/ginkgolinter.
Fixing these issues is useful (several expressions get simpler, using
framework.ExpectNoError is better because it has additional support for
failures) and a necessary step for enabling that linter in our golangci-lint
invocation.
2023-02-22 19:36:05 +01:00
..
bootstrap.go Remove global framework variable 2023-02-20 11:00:12 +01:00
config.go Add zone field to vsphere test cloudconfig 2022-09-13 17:19:33 -04:00
connection.go
context.go
nodemapper.go e2e: simplify test cleanup 2022-12-13 08:09:01 +01:00
persistent_volumes-vsphere.go Remove global framework variable 2023-02-20 11:00:12 +01:00
pv_reclaimpolicy.go Remove global framework variable 2023-02-20 11:00:12 +01:00
pvc_label_selector.go Remove global framework variable 2023-02-20 11:00:12 +01:00
vsphere_common.go
vsphere_scale.go e2e: use Ginkgo context 2022-12-16 20:14:04 +01:00
vsphere_statefulsets.go e2e: use Ginkgo context 2022-12-16 20:14:04 +01:00
vsphere_stress.go e2e: use Ginkgo context 2022-12-16 20:14:04 +01:00
vsphere_utils.go Remove global framework variable 2023-02-20 11:00:12 +01:00
vsphere_volume_cluster_ds.go Remove global framework variable 2023-02-20 11:00:12 +01:00
vsphere_volume_datastore.go e2e: use Ginkgo context 2022-12-16 20:14:04 +01:00
vsphere_volume_diskformat.go Remove global framework variable 2023-02-20 11:00:12 +01:00
vsphere_volume_disksize.go e2e: use Ginkgo context 2022-12-16 20:14:04 +01:00
vsphere_volume_fstype.go Remove global framework variable 2023-02-20 11:00:12 +01:00
vsphere_volume_master_restart.go e2e: use error wrapping with %w 2023-02-06 15:39:13 +01:00
vsphere_volume_node_delete.go e2e: move several timeouts from TestContext into TimeoutContext 2023-01-09 17:29:35 +01:00
vsphere_volume_node_poweroff.go e2e: move several timeouts from TestContext into TimeoutContext 2023-01-09 17:29:35 +01:00
vsphere_volume_ops_storm.go Remove global framework variable 2023-02-20 11:00:12 +01:00
vsphere_volume_perf.go test: fix ginkgolinter issues 2023-02-22 19:36:05 +01:00
vsphere_volume_placement.go e2e: move several timeouts from TestContext into TimeoutContext 2023-01-09 17:29:35 +01:00
vsphere_volume_vpxd_restart.go e2e: move several timeouts from TestContext into TimeoutContext 2023-01-09 17:29:35 +01:00
vsphere_volume_vsan_policy.go e2e: use Ginkgo context 2022-12-16 20:14:04 +01:00
vsphere_zone_support.go e2e: use Ginkgo context 2022-12-16 20:14:04 +01:00
vsphere.go