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:
copilot-swe-agent[bot]
2026-05-22 07:38:02 +00:00
committed by GitHub
co-authored by kaovilai
parent d987388698
commit 0b7eaaf4e6
1309 changed files with 4405 additions and 4405 deletions
+1 -1
View File
@@ -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)
+2 -2
View File
@@ -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 {
+3 -3
View File
@@ -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 {
+9 -9
View File
@@ -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() {
+1 -1
View File
@@ -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"
+1 -1
View File
@@ -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"
+1 -1
View File
@@ -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"
+4 -4
View File
@@ -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 {
+7 -7
View File
@@ -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"
)
/*