integration-cli: fix --net=none build
Signed-off-by: Antonio Murdaca <runcom@redhat.com> Upstream-commit: bb8e1dc8fa7bda27592b140b433b5ffabdb44917 Component: engine
This commit is contained in:
@ -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"
|
||||
|
||||
Reference in New Issue
Block a user