DockerHubPullSuite provides an isolated daemon that doesn't have all the images that are baked into our 'global' test environment daemon (e.g., busybox, httpserver, ...). We use it for push/pull tests where we want to start fresh, and measure the relative impact of each individual operation. As par
| 19 | // relative impact of each individual operation. As part of this suite, all |
| 20 | // images are removed after each test. |
| 21 | type DockerHubPullSuite struct { |
| 22 | d *daemon.Daemon |
| 23 | ds *DockerSuite |
| 24 | } |
| 25 | |
| 26 | // newDockerHubPullSuite returns a new instance of a DockerHubPullSuite. |
| 27 | func newDockerHubPullSuite() *DockerHubPullSuite { |
nothing calls this directly
no outgoing calls
no test coverage detected