mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-07-24 17:12:43 +00:00
chore: replace vmware-tanzu/velero org references
Agent-Logs-Url: https://github.com/velero-io/velero/sessions/e8c22e84-a488-4645-a0e1-aea5a2926503 Co-authored-by: kaovilai <11228024+kaovilai@users.noreply.github.com>
This commit is contained in:
co-authored by
kaovilai
parent
d987388698
commit
0b7eaaf4e6
@@ -24,9 +24,9 @@ import (
|
||||
. "github.com/onsi/ginkgo/v2"
|
||||
. "github.com/onsi/gomega"
|
||||
|
||||
. "github.com/vmware-tanzu/velero/test"
|
||||
. "github.com/vmware-tanzu/velero/test/util/k8s"
|
||||
. "github.com/vmware-tanzu/velero/test/util/velero"
|
||||
. "github.com/velero-io/velero/test"
|
||||
. "github.com/velero-io/velero/test/util/k8s"
|
||||
. "github.com/velero-io/velero/test/util/velero"
|
||||
)
|
||||
|
||||
func APIExtensionsVersionsTest() {
|
||||
|
||||
@@ -34,11 +34,11 @@ import (
|
||||
corev1api "k8s.io/api/core/v1"
|
||||
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
|
||||
|
||||
"github.com/vmware-tanzu/velero/pkg/builder"
|
||||
veleroexec "github.com/vmware-tanzu/velero/pkg/util/exec"
|
||||
. "github.com/vmware-tanzu/velero/test"
|
||||
. "github.com/vmware-tanzu/velero/test/util/k8s"
|
||||
. "github.com/vmware-tanzu/velero/test/util/velero"
|
||||
"github.com/velero-io/velero/pkg/builder"
|
||||
veleroexec "github.com/velero-io/velero/pkg/util/exec"
|
||||
. "github.com/velero-io/velero/test"
|
||||
. "github.com/velero-io/velero/test/util/k8s"
|
||||
. "github.com/velero-io/velero/test/util/velero"
|
||||
)
|
||||
|
||||
var veleroCfg VeleroConfig
|
||||
|
||||
@@ -27,11 +27,11 @@ import (
|
||||
"github.com/pkg/errors"
|
||||
corev1api "k8s.io/api/core/v1"
|
||||
|
||||
. "github.com/vmware-tanzu/velero/test"
|
||||
. "github.com/vmware-tanzu/velero/test/e2e/test"
|
||||
"github.com/vmware-tanzu/velero/test/util/common"
|
||||
. "github.com/vmware-tanzu/velero/test/util/common"
|
||||
. "github.com/vmware-tanzu/velero/test/util/k8s"
|
||||
. "github.com/velero-io/velero/test"
|
||||
. "github.com/velero-io/velero/test/e2e/test"
|
||||
"github.com/velero-io/velero/test/util/common"
|
||||
. "github.com/velero-io/velero/test/util/common"
|
||||
. "github.com/velero-io/velero/test/util/k8s"
|
||||
)
|
||||
|
||||
type BackupVolumeInfo struct {
|
||||
@@ -144,7 +144,7 @@ func (v *BackupVolumeInfo) CreateResources() error {
|
||||
|
||||
for _, pod := range podList.Items {
|
||||
for i := 0; i <= pvcCount-1; i++ {
|
||||
// Hitting issue https://github.com/vmware-tanzu/velero/issues/7388
|
||||
// Hitting issue https://github.com/velero-io/velero/issues/7388
|
||||
// So populate data only to some of pods, leave other pods empty to verify empty PV datamover
|
||||
if i%2 == 0 {
|
||||
Expect(CreateFileToPod(
|
||||
|
||||
@@ -21,9 +21,9 @@ import (
|
||||
|
||||
. "github.com/onsi/gomega"
|
||||
|
||||
. "github.com/vmware-tanzu/velero/test/e2e/test"
|
||||
. "github.com/vmware-tanzu/velero/test/util/providers"
|
||||
. "github.com/vmware-tanzu/velero/test/util/velero"
|
||||
. "github.com/velero-io/velero/test/e2e/test"
|
||||
. "github.com/velero-io/velero/test/util/providers"
|
||||
. "github.com/velero-io/velero/test/util/velero"
|
||||
)
|
||||
|
||||
var CSIDataMoverVolumeInfoTest func() = TestFunc(&CSIDataMoverVolumeInfo{
|
||||
|
||||
@@ -21,9 +21,9 @@ import (
|
||||
|
||||
. "github.com/onsi/gomega"
|
||||
|
||||
. "github.com/vmware-tanzu/velero/test/e2e/test"
|
||||
. "github.com/vmware-tanzu/velero/test/util/providers"
|
||||
. "github.com/vmware-tanzu/velero/test/util/velero"
|
||||
. "github.com/velero-io/velero/test/e2e/test"
|
||||
. "github.com/velero-io/velero/test/util/providers"
|
||||
. "github.com/velero-io/velero/test/util/velero"
|
||||
)
|
||||
|
||||
var CSISnapshotVolumeInfoTest func() = TestFunc(&CSISnapshotVolumeInfo{
|
||||
|
||||
@@ -21,9 +21,9 @@ import (
|
||||
|
||||
. "github.com/onsi/gomega"
|
||||
|
||||
. "github.com/vmware-tanzu/velero/test/e2e/test"
|
||||
. "github.com/vmware-tanzu/velero/test/util/providers"
|
||||
. "github.com/vmware-tanzu/velero/test/util/velero"
|
||||
. "github.com/velero-io/velero/test/e2e/test"
|
||||
. "github.com/velero-io/velero/test/util/providers"
|
||||
. "github.com/velero-io/velero/test/util/velero"
|
||||
)
|
||||
|
||||
var FilesystemUploadVolumeInfoTest func() = TestFunc(&FilesystemUploadVolumeInfo{
|
||||
|
||||
@@ -21,9 +21,9 @@ import (
|
||||
|
||||
. "github.com/onsi/gomega"
|
||||
|
||||
. "github.com/vmware-tanzu/velero/test/e2e/test"
|
||||
. "github.com/vmware-tanzu/velero/test/util/providers"
|
||||
. "github.com/vmware-tanzu/velero/test/util/velero"
|
||||
. "github.com/velero-io/velero/test/e2e/test"
|
||||
. "github.com/velero-io/velero/test/util/providers"
|
||||
. "github.com/velero-io/velero/test/util/velero"
|
||||
)
|
||||
|
||||
var NativeSnapshotVolumeInfoTest func() = TestFunc(&NativeSnapshotVolumeInfo{
|
||||
|
||||
@@ -21,9 +21,9 @@ import (
|
||||
|
||||
. "github.com/onsi/gomega"
|
||||
|
||||
. "github.com/vmware-tanzu/velero/test/e2e/test"
|
||||
. "github.com/vmware-tanzu/velero/test/util/providers"
|
||||
. "github.com/vmware-tanzu/velero/test/util/velero"
|
||||
. "github.com/velero-io/velero/test/e2e/test"
|
||||
. "github.com/velero-io/velero/test/util/providers"
|
||||
. "github.com/velero-io/velero/test/util/velero"
|
||||
)
|
||||
|
||||
var SkippedVolumeInfoTest func() = TestFunc(&SkippedVolumeInfo{
|
||||
|
||||
@@ -8,9 +8,9 @@ import (
|
||||
. "github.com/onsi/ginkgo/v2"
|
||||
. "github.com/onsi/gomega"
|
||||
|
||||
. "github.com/vmware-tanzu/velero/test/e2e/test"
|
||||
. "github.com/vmware-tanzu/velero/test/util/k8s"
|
||||
. "github.com/vmware-tanzu/velero/test/util/kibishii"
|
||||
. "github.com/velero-io/velero/test/e2e/test"
|
||||
. "github.com/velero-io/velero/test/util/k8s"
|
||||
. "github.com/velero-io/velero/test/util/kibishii"
|
||||
)
|
||||
|
||||
type NamespaceMapping struct {
|
||||
|
||||
@@ -10,10 +10,10 @@ import (
|
||||
corev1api "k8s.io/api/core/v1"
|
||||
"k8s.io/apimachinery/pkg/util/intstr"
|
||||
|
||||
velerov1api "github.com/vmware-tanzu/velero/pkg/apis/velero/v1"
|
||||
. "github.com/vmware-tanzu/velero/test/e2e/test"
|
||||
. "github.com/vmware-tanzu/velero/test/util/k8s"
|
||||
. "github.com/vmware-tanzu/velero/test/util/velero"
|
||||
velerov1api "github.com/velero-io/velero/pkg/apis/velero/v1"
|
||||
. "github.com/velero-io/velero/test/e2e/test"
|
||||
. "github.com/velero-io/velero/test/util/k8s"
|
||||
. "github.com/velero-io/velero/test/util/velero"
|
||||
)
|
||||
|
||||
type NodePort struct {
|
||||
|
||||
@@ -25,8 +25,8 @@ import (
|
||||
"github.com/pkg/errors"
|
||||
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
|
||||
|
||||
. "github.com/vmware-tanzu/velero/test/e2e/test"
|
||||
. "github.com/vmware-tanzu/velero/test/util/k8s"
|
||||
. "github.com/velero-io/velero/test/e2e/test"
|
||||
. "github.com/velero-io/velero/test/util/k8s"
|
||||
)
|
||||
|
||||
type MultiNSBackup struct {
|
||||
|
||||
@@ -22,8 +22,8 @@ import (
|
||||
|
||||
"github.com/pkg/errors"
|
||||
|
||||
. "github.com/vmware-tanzu/velero/test/e2e/test"
|
||||
. "github.com/vmware-tanzu/velero/test/util/k8s"
|
||||
. "github.com/velero-io/velero/test/e2e/test"
|
||||
. "github.com/velero-io/velero/test/util/k8s"
|
||||
)
|
||||
|
||||
type NSAnnotationCase struct {
|
||||
|
||||
@@ -39,8 +39,8 @@ import (
|
||||
. "github.com/onsi/ginkgo/v2"
|
||||
"github.com/pkg/errors"
|
||||
|
||||
. "github.com/vmware-tanzu/velero/test/e2e/test"
|
||||
. "github.com/vmware-tanzu/velero/test/util/k8s"
|
||||
. "github.com/velero-io/velero/test/e2e/test"
|
||||
. "github.com/velero-io/velero/test/util/k8s"
|
||||
)
|
||||
|
||||
type RBACCase struct {
|
||||
|
||||
@@ -33,7 +33,7 @@ limitations under the License.
|
||||
package basic
|
||||
|
||||
import (
|
||||
. "github.com/vmware-tanzu/velero/test/e2e/test"
|
||||
. "github.com/velero-io/velero/test/e2e/test"
|
||||
)
|
||||
|
||||
func GetResourcesCheckTestCases() []VeleroBackupRestoreTest {
|
||||
|
||||
@@ -24,10 +24,10 @@ import (
|
||||
. "github.com/onsi/ginkgo/v2"
|
||||
. "github.com/onsi/gomega"
|
||||
|
||||
"github.com/vmware-tanzu/velero/test/e2e/test"
|
||||
. "github.com/vmware-tanzu/velero/test/e2e/test"
|
||||
"github.com/vmware-tanzu/velero/test/util/common"
|
||||
. "github.com/vmware-tanzu/velero/test/util/k8s"
|
||||
"github.com/velero-io/velero/test/e2e/test"
|
||||
. "github.com/velero-io/velero/test/e2e/test"
|
||||
"github.com/velero-io/velero/test/util/common"
|
||||
. "github.com/velero-io/velero/test/util/k8s"
|
||||
)
|
||||
|
||||
// RestoreExecHooks tests that a pod with multiple restore exec hooks does not hang
|
||||
|
||||
@@ -7,12 +7,12 @@ import (
|
||||
. "github.com/onsi/ginkgo/v2"
|
||||
. "github.com/onsi/gomega"
|
||||
|
||||
velerov1api "github.com/vmware-tanzu/velero/pkg/apis/velero/v1"
|
||||
. "github.com/vmware-tanzu/velero/test"
|
||||
. "github.com/vmware-tanzu/velero/test/e2e/test"
|
||||
"github.com/vmware-tanzu/velero/test/util/common"
|
||||
. "github.com/vmware-tanzu/velero/test/util/k8s"
|
||||
. "github.com/vmware-tanzu/velero/test/util/velero"
|
||||
velerov1api "github.com/velero-io/velero/pkg/apis/velero/v1"
|
||||
. "github.com/velero-io/velero/test"
|
||||
. "github.com/velero-io/velero/test/e2e/test"
|
||||
"github.com/velero-io/velero/test/util/common"
|
||||
. "github.com/velero-io/velero/test/util/k8s"
|
||||
. "github.com/velero-io/velero/test/util/velero"
|
||||
)
|
||||
|
||||
type StorageClasssChanging struct {
|
||||
|
||||
Reference in New Issue
Block a user