add test-integration-cli specifics for userns
Signed-off-by: Jessica Frazelle <acidburn@docker.com> Docker-DCO-1.1-Signed-off-by: Jessica Frazelle <acidburn@docker.com> Upstream-commit: ea3afdad612448fc6eefcc4bdd63563be8f16946 Component: engine
This commit is contained in:
committed by
Phil Estes
parent
1efd61d215
commit
29fa44dc8c
@ -1483,7 +1483,7 @@ func (s *DockerDaemonSuite) TestCleanupMountsAfterCrash(c *check.C) {
|
||||
}
|
||||
|
||||
func (s *DockerDaemonSuite) TestRunContainerWithBridgeNone(c *check.C) {
|
||||
testRequires(c, NativeExecDriver)
|
||||
testRequires(c, NativeExecDriver, NotUserNamespace)
|
||||
c.Assert(s.d.StartWithBusybox("-b", "none"), check.IsNil)
|
||||
|
||||
out, err := s.d.Cmd("run", "--rm", "busybox", "ip", "l")
|
||||
|
||||
Reference in New Issue
Block a user