integration-cli: fix --net=none build

Signed-off-by: Antonio Murdaca <runcom@redhat.com>
Upstream-commit: bb8e1dc8fa7bda27592b140b433b5ffabdb44917
Component: engine
This commit is contained in:
Antonio Murdaca
2015-12-24 16:18:23 +01:00
parent 70ad786bca
commit 602cbecb67
3 changed files with 13 additions and 11 deletions

View File

@ -78,7 +78,7 @@ func (s *DockerSuite) TestInfoDiscoveryInvalidAdvertise(c *check.C) {
// TestInfoDiscoveryAdvertiseInterfaceName verifies that a daemon run with `--cluster-advertise`
// configured with interface name properly show the advertise ip-address in info output.
func (s *DockerSuite) TestInfoDiscoveryAdvertiseInterfaceName(c *check.C) {
testRequires(c, SameHostDaemon)
testRequires(c, SameHostDaemon, Network)
d := NewDaemon(c)
discoveryBackend := "consul://consuladdr:consulport/some/path"