mirror of
				https://github.com/k3s-io/kubernetes.git
				synced 2025-11-03 23:40:03 +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) {
 | 
			
		||||
	pluginSockDir = filepath.Join(pluginSockDir) + "/"
 | 
			
		||||
	Context("DevicePlugin", func() {
 | 
			
		||||
		By("Enabling support for Kubelet Plugins Watcher")
 | 
			
		||||
		tempSetCurrentKubeletConfig(f, func(initialConfig *kubeletconfig.KubeletConfiguration) {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user