k3s/test
Kubernetes Submit Queue 94a5074bd6 Merge pull request #44565 from vmware/kubernetes-e2e-v7
Automatic merge from submit-queue

adding test for volume fstype validation

**What this PR does / why we need it**:
This PR is adding a test for volume fstype validation. Test verifies fstype specified in storage-class is being honored after volume creation.

Steps:

1. Create StorageClass with fstype set to valid type (default case included). 
2. Create PVC which uses the StorageClass created in step 1.
3. Wait for PV to be provisioned.
4. Wait for PVC's status to become Bound.
5. Create pod using PVC on specific node.
6. Wait for Disk to be attached to the node.
7. Execute command in the pod to get fstype.
8. Delete pod and Wait for Volume Disk to be detached from the Node.
9. Delete PVC, PV and Storage Class.



**Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #

**Special notes for your reviewer**:

**Release note**:

```release-note
None
```

cc: @jeffvance @tusharnt
2017-04-20 01:25:20 -07:00
..
e2e Merge pull request #44565 from vmware/kubernetes-e2e-v7 2017-04-20 01:25:20 -07:00
e2e_federation Merge pull request #44073 from marun/fed-e2e-config-from-secrets 2017-04-18 22:27:58 -07:00
e2e_node e2e: Prefer kubeconfig host to default 2017-04-19 14:58:43 -07:00
fixtures Enable service account token lookup by default 2017-04-04 22:00:11 -04:00
images Update gcr.io/google_containers/porter image to 4524579c0e 2017-04-19 11:50:41 -07:00
integration find and add active pods for dswp 2017-04-18 11:21:37 +08:00
kubemark hack/cluster: consolidate cluster/ utils to hack/lib/util.sh 2017-03-30 22:34:46 -05:00
list
soak autogenerated 2017-04-14 10:40:57 -07:00
utils move pkg/api/v1/ref.go and pkg/api/v1/resource.go to subpackages. move some functions in resource.go to pkg/api/v1/node and pkg/api/v1/pod 2017-04-17 11:38:11 -07:00
BUILD
OWNERS add eparis ass approver for test and examples 2017-03-30 11:58:49 -04:00
test_owners.csv