Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for TestHealthCheck (0.45 sec)

  1. pkg/kubelet/server/server_test.go

    		// copying the response body did not work
    		t.Errorf("Cannot copy resp: %#v", err)
    	}
    	result := string(body)
    	if result != output {
    		t.Errorf("expected %s, got %s", output, result)
    	}
    }
    
    func TestHealthCheck(t *testing.T) {
    	fw := newServerTest()
    	defer fw.testHTTPServer.Close()
    	fw.fakeKubelet.hostnameFunc = func() string {
    		return "127.0.0.1"
    	}
    
    	// Test with correct hostname, Docker version
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 51.5K bytes
    - Viewed (0)
  2. pkg/test/framework/features/allowlist.txt

    cni,TestCNIReachability/global-mtls-on/naked->ws://headless:http
    cni,TestCNIReachability/global-mtls-on/naked->ws://multiversion:http
    cni,TestCNIReachability/global-mtls-on/naked->ws://naked:http
    configuration,TestHealthCheck
    conformance_test,TestConformance
    conformance_test,TestConformance/config/adapter/basic
    conformance_test,TestConformance/config/quotaspec/basic
    conformance_test,TestConformance/config/quotaspecbinding/basic
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Oct 18 18:03:23 UTC 2022
    - 103.9K bytes
    - Viewed (0)
Back to top