Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestPodVolumeDeadlineAttachAndMount (0.69 sec)

  1. pkg/kubelet/kubelet_volumes_test.go

    		assert.NoError(t, err)
    	}
    
    	for _, pod := range pods {
    		podVolumesExist := kubelet.podVolumesExist(pod.UID)
    		assert.True(t, podVolumesExist, "pod %q", pod.UID)
    	}
    }
    
    func TestPodVolumeDeadlineAttachAndMount(t *testing.T) {
    	if testing.Short() {
    		t.Skip("skipping test in short mode.")
    	}
    
    	testKubelet := newTestKubeletWithImageList(t, nil /*imageList*/, false, /* controllerAttachDetachEnabled */
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 17 16:53:28 UTC 2023
    - 20.4K bytes
    - Viewed (0)
Back to top