mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 03:41:45 +00:00
Device plugins: fix e2e test
This commit is contained in:
parent
0214031fcf
commit
1e0216f616
@ -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) {
|
||||||
|
Loading…
Reference in New Issue
Block a user