kubernetes/staging/src/k8s.io/cri-client/pkg/remote_runtime_test.go

const defaultConnectionTimeout

// createAndStartFakeRemoteRuntime creates and starts fakeremote.RemoteRuntime.
// It returns the RemoteRuntime, endpoint on success.
// Users should call fakeRuntime.Stop() to cleanup the server.
func createAndStartFakeRemoteRuntime(t *testing.T) (*fakeremote.RemoteRuntime, string) {}

func createRemoteRuntimeService(endpoint string, t *testing.T) internalapi.RuntimeService {}

func createRemoteRuntimeServiceWithTracerProvider(endpoint string, tp oteltrace.TracerProvider, t *testing.T) internalapi.RuntimeService {}

func TestGetSpans(t *testing.T) {}

func TestVersion(t *testing.T) {}