kubernetes/pkg/kubelet/prober/worker_test.go

func init() {}

func TestDoProbe(t *testing.T) {}

func TestInitialDelay(t *testing.T) {}

func TestFailureThreshold(t *testing.T) {}

func TestSuccessThreshold(t *testing.T) {}

func TestCleanUp(t *testing.T) {}

func expectResult(t *testing.T, w *worker, expectedResult results.Result, msg string) {}

func expectContinue(t *testing.T, w *worker, c bool, msg string) {}

func resultsManager(m *manager, probeType probeType) results.Manager {}

func TestOnHoldOnLivenessOrStartupCheckFailure(t *testing.T) {}

func TestResultRunOnLivenessCheckFailure(t *testing.T) {}

func TestResultRunOnStartupCheckFailure(t *testing.T) {}

func TestLivenessProbeDisabledByStarted(t *testing.T) {}

func TestStartupProbeDisabledByStarted(t *testing.T) {}