mirror of
				https://github.com/k3s-io/kubernetes.git
				synced 2025-10-31 05:40:42 +00:00 
			
		
		
		
	Merge pull request #71739 from vikaschoudhary16/fix-dp-e2e
Device plugins: fix e2e test
This commit is contained in:
		| @@ -57,6 +57,7 @@ var _ = framework.KubeDescribe("Device Plugin [Feature:DevicePluginProbe][NodeFe | |||||||
| }) | }) | ||||||
|  |  | ||||||
| func testDevicePlugin(f *framework.Framework, enablePluginWatcher bool, pluginSockDir string) { | func testDevicePlugin(f *framework.Framework, enablePluginWatcher bool, pluginSockDir string) { | ||||||
|  | 	pluginSockDir = filepath.Join(pluginSockDir) + "/" | ||||||
| 	Context("DevicePlugin", func() { | 	Context("DevicePlugin", func() { | ||||||
| 		By("Enabling support for Kubelet Plugins Watcher") | 		By("Enabling support for Kubelet Plugins Watcher") | ||||||
| 		tempSetCurrentKubeletConfig(f, func(initialConfig *kubeletconfig.KubeletConfiguration) { | 		tempSetCurrentKubeletConfig(f, func(initialConfig *kubeletconfig.KubeletConfiguration) { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user