Tomas Smetana
bc23dd9e81
PV e2e: fix race in NFS recycling test
2020-11-06 16:38:11 +01:00
Antonio Ojea
26a00f9032
add ipv6 support to the e2e nfs tests
...
nfs mount command need to use the IP enclosed with square brackets
if is an IPv6 address
2020-05-03 11:06:10 +02:00
drfish
dfab6b637f
Update .import-aliases for e2e test framework
2020-03-25 11:40:02 +08:00
Mike Danese
c58e69ec79
automated refactor
2020-03-05 14:59:46 -08:00
Mike Danese
25651408ae
generated: run refactor
2020-02-08 12:30:21 -05:00
Mike Danese
3aa59f7f30
generated: run refactor
2020-02-07 18:16:47 -08:00
yuxiaobo
73fb0ab5ec
test/e2e/storage:Use e2eskipper package
...
Signed-off-by: yuxiaobo <yuxiaobogo@163.com>
2020-01-13 14:04:10 +08:00
Haosdent Huang
dbc9929012
e2e: move funs of framework/pv to e2e/storage
2019-12-25 20:39:09 +08:00
hwdef
d45107a00d
test/e2e: move funcs from test/e2e/pod to other folders
2019-12-16 11:58:49 +08:00
WanLinghao
a6f5d99409
Refactor and clean up e2e framework utils. This patch handles test/e2e/framework/pv_util.go file
2019-09-18 17:57:13 +08:00
carlory
910bd000ff
use log functions of core framework in the 'test/e2e/storage/*'
2019-09-06 10:26:16 +08:00
alejandrox1
7c161d6a5f
Refactoring pod related functions from pv_util to pod pkg
...
Moving pod related functions from e2e/framework/pv_util.go to
e2e/framework/pod in order to allow refactoring of pv_util.go into its
own package.
Signed-off-by: alejandrox1 <alarcj137@gmail.com>
2019-08-27 12:27:45 -04:00
goodluckbot
032dde8754
Refactor statefulset e2e tests
2019-06-25 11:33:58 +08:00
SataQiu
332be4b1e3
refactor: replace framework.Failf with e2elog.Failf
2019-06-19 17:52:35 +08:00
Jorge Alarcon Ochoa
4969a05327
Refactored pod-related functions from framework/util.go
...
This a refactoring of framework/utils.go into framework/pod.
Signed-off-by: Jorge Alarcon Ochoa <alarcj137@gmail.com>
2019-05-30 09:30:26 -04:00
danielqsj
1058877fbf
remove dot imports in e2e/storage
2019-05-10 13:56:26 +08:00
John Schnake
a6f5ebf831
Move storage tests to use the framework/log package
...
This is part of the transition to using framework/log instead
of the Logf inside the framework package. This will help with
import size/cycles when importing the framework or subpackages.
2019-05-04 12:50:38 -05:00
SataQiu
252cabf155
[e2e] test/e2e/framework/volume_util.go -> test/e2e/framework/volume/fixtures.go
2019-04-13 16:58:37 +08:00
Masaki Kimura
f2e39e42b8
Use framework.ExpectNoError() for test/e2e/storage/persistent_volumes.go
2019-04-04 18:42:36 +00:00
Masaki Kimura
15188268b4
Restore volume tests using statefulset
2019-04-04 18:42:36 +00:00
Kenichi Omichi
542b07cd6a
Use framework.ExpectNoError() for e2e/storage
...
The e2e test framework has ExpectNoError() for readable test code.
This replaces Expect(err).NotTo(HaveOccurred()) with it for e2e/storage.
2019-04-02 16:20:35 +00:00
Masaki Kimura
b4c88acec6
Add e2e tests for multiAttach
2019-03-09 00:26:00 +00:00
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