diff --git a/test/e2e/Makefile b/test/e2e/Makefile index 211d7193..71ea2baf 100644 --- a/test/e2e/Makefile +++ b/test/e2e/Makefile @@ -165,4 +165,4 @@ do_test: $(GINKGO) PATH=${PATH} \ E2ETEST=1 \ KUBECTL=$(KUBECTL) \ - $(GINKGO) --fail-fast -v $(GINKGO_FLAGS) . + $(GINKGO) --fail-fast -v $(GINKGO_FLAGS) singlek8s diff --git a/test/e2e/backup_test.go b/test/e2e/singlek8s/backup_test.go similarity index 99% rename from test/e2e/backup_test.go rename to test/e2e/singlek8s/backup_test.go index b1e3b0af..fbf35c50 100644 --- a/test/e2e/backup_test.go +++ b/test/e2e/singlek8s/backup_test.go @@ -1,4 +1,4 @@ -package e2e +package singlek8s import ( "errors" diff --git a/test/e2e/multi_rook_ceph_test.go b/test/e2e/singlek8s/multi_rook_ceph_test.go similarity index 99% rename from test/e2e/multi_rook_ceph_test.go rename to test/e2e/singlek8s/multi_rook_ceph_test.go index d21c0658..04701305 100644 --- a/test/e2e/multi_rook_ceph_test.go +++ b/test/e2e/singlek8s/multi_rook_ceph_test.go @@ -1,4 +1,4 @@ -package e2e +package singlek8s import ( "fmt" diff --git a/test/e2e/restore_test.go b/test/e2e/singlek8s/restore_test.go similarity index 99% rename from test/e2e/restore_test.go rename to test/e2e/singlek8s/restore_test.go index d6ccb46d..37f3d72b 100644 --- a/test/e2e/restore_test.go +++ b/test/e2e/singlek8s/restore_test.go @@ -1,4 +1,4 @@ -package e2e +package singlek8s import ( "encoding/json" diff --git a/test/e2e/suite_test.go b/test/e2e/singlek8s/suite_test.go similarity index 98% rename from test/e2e/suite_test.go rename to test/e2e/singlek8s/suite_test.go index c6369440..a30a2abb 100644 --- a/test/e2e/suite_test.go +++ b/test/e2e/singlek8s/suite_test.go @@ -1,4 +1,4 @@ -package e2e +package singlek8s import ( _ "embed" diff --git a/test/e2e/testdata/mantlebackup-template.yaml b/test/e2e/singlek8s/testdata/mantlebackup-template.yaml similarity index 100% rename from test/e2e/testdata/mantlebackup-template.yaml rename to test/e2e/singlek8s/testdata/mantlebackup-template.yaml diff --git a/test/e2e/testdata/mantlebackupconfig-template.yaml b/test/e2e/singlek8s/testdata/mantlebackupconfig-template.yaml similarity index 100% rename from test/e2e/testdata/mantlebackupconfig-template.yaml rename to test/e2e/singlek8s/testdata/mantlebackupconfig-template.yaml diff --git a/test/e2e/testdata/mantlerestore-template.yaml b/test/e2e/singlek8s/testdata/mantlerestore-template.yaml similarity index 100% rename from test/e2e/testdata/mantlerestore-template.yaml rename to test/e2e/singlek8s/testdata/mantlerestore-template.yaml diff --git a/test/e2e/testdata/pod-volume-mount-template.yaml b/test/e2e/singlek8s/testdata/pod-volume-mount-template.yaml similarity index 100% rename from test/e2e/testdata/pod-volume-mount-template.yaml rename to test/e2e/singlek8s/testdata/pod-volume-mount-template.yaml diff --git a/test/e2e/testdata/pvc-template.yaml b/test/e2e/singlek8s/testdata/pvc-template.yaml similarity index 100% rename from test/e2e/testdata/pvc-template.yaml rename to test/e2e/singlek8s/testdata/pvc-template.yaml diff --git a/test/e2e/testdata/rbd-pool-sc-template.yaml b/test/e2e/singlek8s/testdata/rbd-pool-sc-template.yaml similarity index 100% rename from test/e2e/testdata/rbd-pool-sc-template.yaml rename to test/e2e/singlek8s/testdata/rbd-pool-sc-template.yaml diff --git a/test/e2e/util.go b/test/e2e/singlek8s/util.go similarity index 99% rename from test/e2e/util.go rename to test/e2e/singlek8s/util.go index 6a451d92..2c40575f 100644 --- a/test/e2e/util.go +++ b/test/e2e/singlek8s/util.go @@ -1,4 +1,4 @@ -package e2e +package singlek8s import ( "bytes"