Device plugins: fix e2e test

pull/564/head
Vikas Choudhary 2018-12-05 12:56:15 +05:30 committed by vikaschoudhary16
parent 0214031fcf
commit 1e0216f616
1 changed files with 1 additions and 0 deletions

View File

@ -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) {