Michelle Au
b1594f3cd1
Move storage tests that take longer than 2 minutes to slow suite
2018-09-20 15:29:00 -07:00
Jose A. Rivera
13462bf341
PVC Protection: Wait for Pod delete
...
Currently, the PVC protection controller will remove its finalizer when
all Pods using a PVC reach at least a Terminating state. However,
certain volumes cannot be guaranteed to be umounted until a Pod is
deleted. Only Pods not in the current pods list can be considered
deleted, so we're removing the exception to not check Terminating Pods.
Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
2018-08-13 13:57:36 -05:00
Manjunath A Kumatagi
1f7f33aaa4
Update the nginx image from hub.docker.com
2018-08-04 05:19:53 +05:30
Michelle Au
4fbf25f8c7
Rework multi-volume test to use StatefulSet
2018-08-02 18:36:23 -07:00
Michelle Au
cf107159b4
Detect if GCE PD udev link is wrong and try to correct it
2018-08-01 10:04:06 -07:00
xiangpengzhao
1f80008f41
Remove the use of storage class beta annotations in e2e tests.
2018-04-10 15:29:08 +08:00
Rohit Jog
015e20cb15
e2e test layout changes for vsphere ( #398 )
2017-12-18 10:19:18 -08:00
Balu Dontu
0b3e28c883
vSphere scale tests
2017-11-07 15:33:27 -08:00
jianglingxia
6ba0d79c4b
Delete maxNumPVs and maxNumPVCs const of persistent_volume.go
2017-10-24 20:27:18 +08:00
Michelle Au
e53ba82702
Cleanup storage e2e test names by removing redundant [sig-storage] tags and [Volume] tags
2017-07-20 11:11:40 -07:00
jeff vance
a113d8ac41
volume i/o tests for storage plugins
2017-07-18 17:59:15 -07:00
Jacob Simpson
29c1b81d4c
Scripted migration from clientset_generated to client-go.
2017-07-17 15:05:37 -07:00
Ryan Hitchman
678ca905d6
Remove volume tags.
2017-07-12 11:11:16 -07:00
Ryan Hitchman
d4dc49ba90
Make storage e2e tests start with [sig-storage] instead of [k8s.io].
...
This makes understanding sig ownership from a test name very easy for
tools and humans.
2017-07-12 11:11:16 -07:00
jianglingxia
2d55962c85
squash the commits into one
2017-07-11 16:59:38 +08:00
Chao Xu
60604f8818
run hack/update-all
2017-06-22 11:31:03 -07:00
Chao Xu
f4989a45a5
run root-rewrite-v1-..., compile
2017-06-22 10:25:57 -07:00
Joe Finney
dcb5811d50
Move slow PV test to slow suite.
2017-06-14 14:08:56 -07:00
Jon Cope
df12bc9ddf
Revert #45101 Mark PersistentVolumes as [Feature:Volumes]
2017-05-02 14:59:40 -05:00
Davanum Srinivas
f4f95be4e7
Mark PersistentVolumes as [Feature:Volumes]
...
Just so that we know that we need a cloud provider that
supports volumes to run this test. This is similar to
the change in 63bc42c872
.
Ran into this when i was trying to run e2e tests with
local-up-cluster locally and figured out this test will
not work since we don't support local storage persistent
volumes.
2017-04-28 08:19:49 -04:00
Jeff Vance
0d81e4c87c
improve error handling in e2e helpers by always returning error
2017-04-14 14:18:55 -07:00
Timothy St. Clair
203c0df017
Segregate storage e2es for easier assignment.
...
Further work is needed to isolate dependencies on shared tooling.
2017-04-12 20:39:29 -05:00