From e0e482e4c8cd48c9afc4a95a43bf33508896527f Mon Sep 17 00:00:00 2001 From: Jan Safranek Date: Thu, 22 Oct 2015 15:20:20 +0200 Subject: [PATCH] Move CephFS test container to test/images. --- .../for-tests => test/images}/volumes-tester/ceph/Dockerfile | 0 {contrib/for-tests => test/images}/volumes-tester/ceph/Makefile | 0 .../for-tests => test/images}/volumes-tester/ceph/README.md | 2 +- .../for-tests => test/images}/volumes-tester/ceph/index.html | 0 {contrib/for-tests => test/images}/volumes-tester/ceph/init.sh | 0 .../for-tests => test/images}/volumes-tester/ceph/install.sh | 0 6 files changed, 1 insertion(+), 1 deletion(-) rename {contrib/for-tests => test/images}/volumes-tester/ceph/Dockerfile (100%) rename {contrib/for-tests => test/images}/volumes-tester/ceph/Makefile (100%) rename {contrib/for-tests => test/images}/volumes-tester/ceph/README.md (77%) rename {contrib/for-tests => test/images}/volumes-tester/ceph/index.html (100%) rename {contrib/for-tests => test/images}/volumes-tester/ceph/init.sh (100%) rename {contrib/for-tests => test/images}/volumes-tester/ceph/install.sh (100%) diff --git a/contrib/for-tests/volumes-tester/ceph/Dockerfile b/test/images/volumes-tester/ceph/Dockerfile similarity index 100% rename from contrib/for-tests/volumes-tester/ceph/Dockerfile rename to test/images/volumes-tester/ceph/Dockerfile diff --git a/contrib/for-tests/volumes-tester/ceph/Makefile b/test/images/volumes-tester/ceph/Makefile similarity index 100% rename from contrib/for-tests/volumes-tester/ceph/Makefile rename to test/images/volumes-tester/ceph/Makefile diff --git a/contrib/for-tests/volumes-tester/ceph/README.md b/test/images/volumes-tester/ceph/README.md similarity index 77% rename from contrib/for-tests/volumes-tester/ceph/README.md rename to test/images/volumes-tester/ceph/README.md index 71e575165e..267ec8747a 100644 --- a/contrib/for-tests/volumes-tester/ceph/README.md +++ b/test/images/volumes-tester/ceph/README.md @@ -5,4 +5,4 @@ This container exports ceph fs with an index.html inside. Used by test/e2e/* to test CephFSVolumeSource. Not for production use! -[![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/contrib/for-tests/volumes-tester/ceph/README.md?pixel)]() +[![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/test/images/volumes-tester/ceph/README.md?pixel)]() diff --git a/contrib/for-tests/volumes-tester/ceph/index.html b/test/images/volumes-tester/ceph/index.html similarity index 100% rename from contrib/for-tests/volumes-tester/ceph/index.html rename to test/images/volumes-tester/ceph/index.html diff --git a/contrib/for-tests/volumes-tester/ceph/init.sh b/test/images/volumes-tester/ceph/init.sh similarity index 100% rename from contrib/for-tests/volumes-tester/ceph/init.sh rename to test/images/volumes-tester/ceph/init.sh diff --git a/contrib/for-tests/volumes-tester/ceph/install.sh b/test/images/volumes-tester/ceph/install.sh similarity index 100% rename from contrib/for-tests/volumes-tester/ceph/install.sh rename to test/images/volumes-tester/ceph/install.sh