| 464 | } |
| 465 | |
| 466 | type DockerRegistryAuthHtpasswdSuite struct { |
| 467 | ds *DockerSuite |
| 468 | reg *registry.V2 |
| 469 | d *daemon.Daemon |
| 470 | } |
| 471 | |
| 472 | func (s *DockerRegistryAuthHtpasswdSuite) OnTimeout(t *testing.T) { |
| 473 | s.d.DumpStackAndQuit() |
nothing calls this directly
no outgoing calls
no test coverage detected