k3s/test/e2e/storage
Kubernetes Submit Queue 050bddd36a
Merge pull request #59761 from vmware/remove-production-code-usage-in-e2e-tests
Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.

Removing Production Code usage from vSphere E2E tests

**What this PR does / why we need it**: 

vSphere E2E test cases uses VCP production code for bootstrap logic, example is to get an instance of vSphere struct. Once it gets an instance vSphere struct, it will use this object to call into methods in VCP code like - DiskIsAttached(), DisksAreAttached() etc.

This direct dependency on the VCP production should be removed as any changes to the production code would create a problem in E2E test cases as well.

This PR addressed above stated need.

**Which issue(s) this PR fixes** 
Fixes # https://github.com/vmware/kubernetes/issues/434

**Special notes for your reviewer**:

**Release note**:

```release-note
NONE
```
2018-02-14 00:54:20 -08:00
..
utils Redesign and implement volume reconstruction work 2018-02-05 13:14:09 -08:00
vsphere Addressed jeffvance's review comments 2018-02-13 21:10:18 -08:00
BUILD Merge pull request #59090 from NickrenREN/pv-protection-e2e 2018-02-13 22:06:25 -08:00
OWNERS
csi_hostpath.go
csi_volumes.go
empty_dir_wrapper.go
flexvolume.go
mounted_volume_resize.go
pd.go
persistent_volumes-disruptive.go Redesign and implement volume reconstruction work 2018-02-05 13:14:09 -08:00
persistent_volumes-gce.go
persistent_volumes-local.go fix all the typos across the project 2018-02-11 11:04:14 +08:00
persistent_volumes.go
pv_protection.go Add e2e test for PV protection 2018-02-02 22:55:34 +08:00
pvc_protection.go Merge pull request #59090 from NickrenREN/pv-protection-e2e 2018-02-13 22:06:25 -08:00
volume_expand.go
volume_io.go
volume_metrics.go Revert "add number measurement for bound/unbound pv/pvc" 2018-02-07 21:31:01 -05:00
volume_provisioning.go
volumes.go Addressed review comments 2018-02-13 16:59:46 -08:00