Merge pull request #116240 from bobbypage/devicepluginfix

test: Fix path to e2e node sample device plugin
This commit is contained in:
Kubernetes Prow Robot 2023-03-03 14:15:09 -08:00 committed by GitHub
commit 15c5366a1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@ import (
const (
// SampleDevicePluginDSYAML is the path of the daemonset template of the sample device plugin. // TODO: Parametrize it by making it a feature in TestFramework.
SampleDevicePluginDSYAML = "test/e2e/testing-manifests/sample-device-plugin.yaml"
SampleDevicePluginDSYAML = "test/e2e/testing-manifests/sample-device-plugin/sample-device-plugin.yaml"
SampleDevicePluginControlRegistrationDSYAML = "test/e2e/testing-manifests/sample-device-plugin/sample-device-plugin-control-registration.yaml"
// SampleDevicePluginName is the name of the device plugin pod