From 2ce5173f3dc3c9910e5d4d9eab1307020ca83855 Mon Sep 17 00:00:00 2001 From: mskanth972 Date: Wed, 3 Jan 2024 10:58:06 -0500 Subject: [PATCH] Revert "Edit file paths in provisioning.go to fix failing e2e test" This reverts commit 7d97ab2dda87691846e2fbff010add7ee67c3535. --- .../test/e2e/storage/testsuites/provisioning.go | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/vendor/k8s.io/kubernetes/test/e2e/storage/testsuites/provisioning.go b/vendor/k8s.io/kubernetes/test/e2e/storage/testsuites/provisioning.go index 1920124bd..5a18638d2 100644 --- a/vendor/k8s.io/kubernetes/test/e2e/storage/testsuites/provisioning.go +++ b/vendor/k8s.io/kubernetes/test/e2e/storage/testsuites/provisioning.go @@ -255,9 +255,9 @@ func (p *provisioningTestSuite) DefineTests(driver storageframework.TestDriver, ginkgo.By("Deploying validator") valManifests := []string{ - "vendor/k8s.io/kubernetes/test/e2e/testing-manifests/storage-csi/any-volume-datasource/crd/populator.storage.k8s.io_volumepopulators.yaml", - "vendor/k8s.io/kubernetes/test/e2e/testing-manifests/storage-csi/any-volume-datasource/volume-data-source-validator/rbac-data-source-validator.yaml", - "vendor/k8s.io/kubernetes/test/e2e/testing-manifests/storage-csi/any-volume-datasource/volume-data-source-validator/setup-data-source-validator.yaml", + "test/e2e/testing-manifests/storage-csi/any-volume-datasource/crd/populator.storage.k8s.io_volumepopulators.yaml", + "test/e2e/testing-manifests/storage-csi/any-volume-datasource/volume-data-source-validator/rbac-data-source-validator.yaml", + "test/e2e/testing-manifests/storage-csi/any-volume-datasource/volume-data-source-validator/setup-data-source-validator.yaml", } valCleanup, err := storageutils.CreateFromManifests(f, valNamespace, func(item interface{}) error { return nil }, @@ -279,8 +279,8 @@ func (p *provisioningTestSuite) DefineTests(driver storageframework.TestDriver, ginkgo.By("Deploying hello-populator") popManifests := []string{ - "vendor/k8s.io/kubernetes/test/e2e/testing-manifests/storage-csi/any-volume-datasource/crd/hello-populator-crd.yaml", - "vendor/k8s.io/kubernetes/test/e2e/testing-manifests/storage-csi/any-volume-datasource/hello-populator-deploy.yaml", + "test/e2e/testing-manifests/storage-csi/any-volume-datasource/crd/hello-populator-crd.yaml", + "test/e2e/testing-manifests/storage-csi/any-volume-datasource/hello-populator-deploy.yaml", } popCleanup, err := storageutils.CreateFromManifests(f, popNamespace, func(item interface{}) error {