Merge pull request #16910 from mavenugo/ipam
Vendoring libnetwork for the pluggable IPAM driver support Upstream-commit: 4ea3ff70618d28520d2ae787bd00206d05c9f1db Component: engine
This commit is contained in:
@ -787,7 +787,7 @@ func (s *DockerDaemonSuite) TestDaemonBridgeFixedCidr(c *check.C) {
|
||||
cName := "Container" + strconv.Itoa(i)
|
||||
out, err := d.Cmd("run", "-d", "--name", cName, "busybox", "top")
|
||||
if err != nil {
|
||||
c.Assert(strings.Contains(out, "no available ip addresses"), check.Equals, true,
|
||||
c.Assert(strings.Contains(out, "no available IPv4 addresses"), check.Equals, true,
|
||||
check.Commentf("Could not run a Container : %s %s", err.Error(), out))
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user