| 528 | } |
| 529 | |
| 530 | type DockerDaemonSuite struct { |
| 531 | ds *DockerSuite |
| 532 | d *daemon.Daemon |
| 533 | } |
| 534 | |
| 535 | func (s *DockerDaemonSuite) OnTimeout(t *testing.T) { |
| 536 | s.d.DumpStackAndQuit() |
nothing calls this directly
no outgoing calls
no test coverage detected