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
@ -23,7 +23,7 @@ func checkContains(expected string, out string, c *check.C) {
|
||||
}
|
||||
|
||||
func (s *DockerSuite) TestNetHostname(c *check.C) {
|
||||
testRequires(c, DaemonIsLinux)
|
||||
testRequires(c, DaemonIsLinux, NotUserNamespace)
|
||||
|
||||
var (
|
||||
out string
|
||||
@ -81,7 +81,7 @@ func (s *DockerSuite) TestNetHostname(c *check.C) {
|
||||
}
|
||||
|
||||
func (s *DockerSuite) TestConflictContainerNetworkAndLinks(c *check.C) {
|
||||
testRequires(c, DaemonIsLinux)
|
||||
testRequires(c, DaemonIsLinux, NotUserNamespace)
|
||||
var (
|
||||
out string
|
||||
err error
|
||||
@ -102,7 +102,7 @@ func (s *DockerSuite) TestConflictContainerNetworkAndLinks(c *check.C) {
|
||||
}
|
||||
|
||||
func (s *DockerSuite) TestConflictNetworkModeAndOptions(c *check.C) {
|
||||
testRequires(c, DaemonIsLinux)
|
||||
testRequires(c, DaemonIsLinux, NotUserNamespace)
|
||||
var (
|
||||
out string
|
||||
err error
|
||||
|
||||
Reference in New Issue
Block a user