MCPcopy Create free account
hub / github.com/Mirantis/cri-dockerd / newTestDockerServiceWithVersionCache

Function newTestDockerServiceWithVersionCache

core/docker_service_test.go:111–114  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

109}
110
111func newTestDockerServiceWithVersionCache() (*dockerService, *libdocker.FakeDockerClient, *clock.FakeClock) {
112 ds, c, fakeClock := newTestDockerService()
113 return ds, c, fakeClock
114}
115
116// TestStatus tests the runtime status logic.
117func TestStatus(t *testing.T) {

Callers 1

TestAPIVersionWithCacheFunction · 0.85

Calls 1

newTestDockerServiceFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…