Browse code

Multi-arch: fix TestBuildOnDisabledBridgeNetworkDaemon

Fixes the test by loading in the architecture specific busybox
image when the test daemon starts.

Signed-off-by: Christopher Jones <tophj@linux.vnet.ibm.com>

Christopher Jones authored on 2016/05/25 05:28:06
Showing 1 changed files
... ...
@@ -2322,7 +2322,7 @@ func (s *DockerDaemonSuite) TestDaemonMaxConcurrencyWithConfigFileReload(c *chec
2322 2322
 }
2323 2323
 
2324 2324
 func (s *DockerDaemonSuite) TestBuildOnDisabledBridgeNetworkDaemon(c *check.C) {
2325
-	err := s.d.Start("-b=none", "--iptables=false")
2325
+	err := s.d.StartWithBusybox("-b=none", "--iptables=false")
2326 2326
 	c.Assert(err, check.IsNil)
2327 2327
 	s.d.c.Logf("dockerBinary %s", dockerBinary)
2328 2328
 	out, code, err := s.d.buildImageWithOut("busyboxs",