mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-09-09 09:36:17 +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
+1
-1
@@ -2,4 +2,4 @@
|
||||
|
||||
Document for running Velero end-to-end performance test suite.
|
||||
|
||||
And the data generate tool for performance test could be found in [here](https://github.com/vmware-tanzu/velero-performance-test)
|
||||
And the data generate tool for performance test could be found in [here](https://github.com/velero-io/velero-performance-test)
|
||||
@@ -21,8 +21,8 @@ import (
|
||||
"strings"
|
||||
"time"
|
||||
|
||||
. "github.com/vmware-tanzu/velero/test"
|
||||
. "github.com/vmware-tanzu/velero/test/perf/test"
|
||||
. "github.com/velero-io/velero/test"
|
||||
. "github.com/velero-io/velero/test/perf/test"
|
||||
)
|
||||
|
||||
type BackupTest struct {
|
||||
|
||||
@@ -23,9 +23,9 @@ import (
|
||||
|
||||
"github.com/pkg/errors"
|
||||
|
||||
. "github.com/vmware-tanzu/velero/test"
|
||||
. "github.com/vmware-tanzu/velero/test/perf/test"
|
||||
"github.com/vmware-tanzu/velero/test/util/k8s"
|
||||
. "github.com/velero-io/velero/test"
|
||||
. "github.com/velero-io/velero/test/perf/test"
|
||||
"github.com/velero-io/velero/test/util/k8s"
|
||||
)
|
||||
|
||||
type BasicTest struct {
|
||||
|
||||
@@ -27,15 +27,15 @@ import (
|
||||
. "github.com/onsi/gomega"
|
||||
"github.com/pkg/errors"
|
||||
|
||||
"github.com/vmware-tanzu/velero/pkg/cmd/cli/install"
|
||||
. "github.com/vmware-tanzu/velero/test"
|
||||
"github.com/vmware-tanzu/velero/test/perf/backup"
|
||||
"github.com/vmware-tanzu/velero/test/perf/basic"
|
||||
"github.com/vmware-tanzu/velero/test/perf/restore"
|
||||
"github.com/vmware-tanzu/velero/test/perf/test"
|
||||
. "github.com/vmware-tanzu/velero/test/util/k8s"
|
||||
"github.com/vmware-tanzu/velero/test/util/report"
|
||||
. "github.com/vmware-tanzu/velero/test/util/velero"
|
||||
"github.com/velero-io/velero/pkg/cmd/cli/install"
|
||||
. "github.com/velero-io/velero/test"
|
||||
"github.com/velero-io/velero/test/perf/backup"
|
||||
"github.com/velero-io/velero/test/perf/basic"
|
||||
"github.com/velero-io/velero/test/perf/restore"
|
||||
"github.com/velero-io/velero/test/perf/test"
|
||||
. "github.com/velero-io/velero/test/util/k8s"
|
||||
"github.com/velero-io/velero/test/util/report"
|
||||
. "github.com/velero-io/velero/test/util/velero"
|
||||
)
|
||||
|
||||
func init() {
|
||||
|
||||
@@ -19,7 +19,7 @@ package metrics
|
||||
import (
|
||||
"github.com/pkg/errors"
|
||||
|
||||
"github.com/vmware-tanzu/velero/test/util/metrics"
|
||||
"github.com/velero-io/velero/test/util/metrics"
|
||||
)
|
||||
|
||||
const MinioDesc = "Minio disk usage"
|
||||
|
||||
@@ -21,7 +21,7 @@ import (
|
||||
|
||||
"github.com/pkg/errors"
|
||||
|
||||
"github.com/vmware-tanzu/velero/test/util/metrics"
|
||||
"github.com/velero-io/velero/test/util/metrics"
|
||||
)
|
||||
|
||||
const NFSDesc = "NFS disk usage"
|
||||
|
||||
@@ -26,7 +26,7 @@ import (
|
||||
|
||||
metricsclientset "k8s.io/metrics/pkg/client/clientset/versioned"
|
||||
|
||||
"github.com/vmware-tanzu/velero/test/util/metrics"
|
||||
"github.com/velero-io/velero/test/util/metrics"
|
||||
)
|
||||
|
||||
const PodResourceDesc = "Resource consumption"
|
||||
|
||||
@@ -22,10 +22,10 @@ import (
|
||||
|
||||
"github.com/pkg/errors"
|
||||
|
||||
. "github.com/vmware-tanzu/velero/test"
|
||||
. "github.com/vmware-tanzu/velero/test/perf/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/perf/test"
|
||||
"github.com/velero-io/velero/test/util/k8s"
|
||||
. "github.com/velero-io/velero/test/util/velero"
|
||||
)
|
||||
|
||||
type RestoreTest struct {
|
||||
|
||||
@@ -26,13 +26,13 @@ import (
|
||||
. "github.com/onsi/gomega"
|
||||
"github.com/pkg/errors"
|
||||
|
||||
velerov1api "github.com/vmware-tanzu/velero/pkg/apis/velero/v1"
|
||||
. "github.com/vmware-tanzu/velero/test"
|
||||
"github.com/vmware-tanzu/velero/test/perf/metrics"
|
||||
. "github.com/vmware-tanzu/velero/test/util/k8s"
|
||||
"github.com/vmware-tanzu/velero/test/util/report"
|
||||
"github.com/vmware-tanzu/velero/test/util/velero"
|
||||
. "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/perf/metrics"
|
||||
. "github.com/velero-io/velero/test/util/k8s"
|
||||
"github.com/velero-io/velero/test/util/report"
|
||||
"github.com/velero-io/velero/test/util/velero"
|
||||
. "github.com/velero-io/velero/test/util/velero"
|
||||
)
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user