k3s/test/utils
Kubernetes Submit Queue 37b2edd855
Merge pull request #54300 from jsafrane/fix-test-images
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>.

Fix test images

These commits fix volume_io tests for iSCSI and Ceph RBD. Both server images were quite old (Fedora 22), so I updated them to ~~something more stable (CentOS 7) and to newer Ceph (Jewel, 10.2.7).~~ something newer (Fedora 26).

The most important fix is that the test volumes have 120 MB so volume_io test can actually run - the tests put 100MB file to the volume to check its persistence.

When mount containers in #53440 are merged I'll try to run the tests regularly with every PR (or merge) so we catch regressions quickly.

```release-note
NONE
```

/sig testing
/sig storage

/assign @jeffvance 

Fixes: #56725
2018-03-19 20:34:22 -07:00
..
image Merge pull request #54300 from jsafrane/fix-test-images 2018-03-19 20:34:22 -07:00
junit update BUILD files 2017-10-15 18:18:13 -07:00
BUILD Add retries to resource deletions in testing framework 2018-03-01 15:18:46 +01:00
conditions.go fix-todo 2017-09-25 15:42:21 +08:00
create_resources.go Include EOF errors also as retryable errors 2018-02-27 15:32:44 +01:00
delete_resources.go Add retries to resource deletions in testing framework 2018-03-01 15:18:46 +01:00
density_utils.go use core client with explicit version globally 2017-10-27 15:48:32 +08:00
deployment.go add basic functionality deployment integration tests 2018-02-01 16:21:07 -08:00
pod_store.go use core client with explicit version globally 2017-10-27 15:48:32 +08:00
replicaset.go add basic functionality deployment integration tests 2018-02-01 16:21:07 -08:00
runners.go Wait for only enough no. of RC replicas to be running in testutil 2018-03-19 14:22:18 +01:00
tmpdir.go
update_resources.go Move retry-based updates to a different pkg 2018-02-26 13:54:02 +01:00