mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
lxc does not support exec
Signed-off-by: Jessica Frazelle <acidburn@docker.com>
This commit is contained in:
parent
8e144e6c50
commit
aaa134ea0e
1 changed files with 2 additions and 0 deletions
|
@ -410,6 +410,7 @@ func (s *DockerNetworkSuite) TestDockerNetworkDriverOptions(c *check.C) {
|
|||
}
|
||||
|
||||
func (s *DockerDaemonSuite) TestDockerNetworkNoDiscoveryDefaultBridgeNetwork(c *check.C) {
|
||||
testRequires(c, ExecSupport)
|
||||
// On default bridge network built-in service discovery should not happen
|
||||
hostsFile := "/etc/hosts"
|
||||
bridgeName := "external-bridge"
|
||||
|
@ -487,6 +488,7 @@ func (s *DockerDaemonSuite) TestDockerNetworkNoDiscoveryDefaultBridgeNetwork(c *
|
|||
}
|
||||
|
||||
func (s *DockerNetworkSuite) TestDockerNetworkAnonymousEndpoint(c *check.C) {
|
||||
testRequires(c, ExecSupport)
|
||||
hostsFile := "/etc/hosts"
|
||||
cstmBridgeNw := "custom-bridge-nw"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue