| 437 | } |
| 438 | |
| 439 | type DockerRegistrySuite struct { |
| 440 | ds *DockerSuite |
| 441 | reg *registry.V2 |
| 442 | d *daemon.Daemon |
| 443 | } |
| 444 | |
| 445 | func (s *DockerRegistrySuite) OnTimeout(t *testing.T) { |
| 446 | s.d.DumpStackAndQuit() |
nothing calls this directly
no outgoing calls
no test coverage detected