Docker side changes for the newly introduced IPAM driver
* Made use of IPAM driver primitives for legacy IP configurations * Replaced custom Generics with backend labels Signed-off-by: Madhu Venugopal <madhu@docker.com> Upstream-commit: 0f351ce3643a97d4b6af0021826b851f9ba41967 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