From 3754691e1c40d0e4cce8bae49aa4a6c4bf88f3c0 Mon Sep 17 00:00:00 2001 From: "David L. Smith-Uchida" Date: Thu, 21 Jan 2021 18:06:44 -0800 Subject: [PATCH] Updated for new repository for Kibishii Distributed Data Generator for e2e tests (#3267) Signed-off-by: Dave Smith-Uchida --- test/e2e/kibishii_tests.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/kibishii_tests.go b/test/e2e/kibishii_tests.go index ffa6bafb1..7329a3e40 100644 --- a/test/e2e/kibishii_tests.go +++ b/test/e2e/kibishii_tests.go @@ -22,7 +22,7 @@ const ( func installKibishii(ctx context.Context, namespace string, cloudPlatform string) error { // We use kustomize to generate YAML for Kibishii from the checked-in yaml directories kibishiiInstallCmd := exec.CommandContext(ctx, "kubectl", "apply", "-n", namespace, "-k", - "github.com/vmware-tanzu-labs/distributed-data-generator/kubernetes/yaml/"+cloudPlatform) + "github.com/vmware-tanzu-experiments/distributed-data-generator/kubernetes/yaml/"+cloudPlatform) _, _, err := veleroexec.RunCommand(kibishiiInstallCmd) if err != nil {