Support TLS remote test daemon

This will allow us to have a windows-to-linux CI, where the linux host
can be anywhere, connecting with TLS.

Signed-off-by: Tibor Vass <tibor@docker.com>
Upstream-commit: f4a1e3db998816e5fcb0df56c29519c488890464
Component: engine
This commit is contained in:
Tibor Vass
2016-02-24 17:59:11 -05:00
parent ab6aa3583c
commit cfd2e7e48d
11 changed files with 93 additions and 43 deletions

View File

@ -127,7 +127,7 @@ func (s *DockerSuite) TestStatsAllNewContainersAdded(c *check.C) {
id <- strings.TrimSpace(out)[:12]
select {
case <-time.After(5 * time.Second):
case <-time.After(10 * time.Second):
c.Fatal("failed to observe new container created added to stats")
case <-addedChan:
// ignore, done