diff --git a/test/e2e_node/device_plugin.go b/test/e2e_node/device_plugin.go index 3adde19871..2c296be85b 100644 --- a/test/e2e_node/device_plugin.go +++ b/test/e2e_node/device_plugin.go @@ -57,6 +57,7 @@ var _ = framework.KubeDescribe("Device Plugin [Feature:DevicePluginProbe][NodeFe }) func testDevicePlugin(f *framework.Framework, enablePluginWatcher bool, pluginSockDir string) { + pluginSockDir = filepath.Join(pluginSockDir) + "/" Context("DevicePlugin", func() { By("Enabling support for Kubelet Plugins Watcher") tempSetCurrentKubeletConfig(f, func(initialConfig *kubeletconfig.KubeletConfiguration) {