From f12e18d7ef9b1a354c10038874f0e7be0a8bb66f Mon Sep 17 00:00:00 2001 From: Jessica Frazelle Date: Thu, 30 Jul 2015 21:30:47 -0700 Subject: [PATCH] fix lxc test machine Signed-off-by: Jessica Frazelle --- integration-cli/docker_cli_run_test.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/integration-cli/docker_cli_run_test.go b/integration-cli/docker_cli_run_test.go index 48dad72791..396a490cb9 100644 --- a/integration-cli/docker_cli_run_test.go +++ b/integration-cli/docker_cli_run_test.go @@ -2756,8 +2756,7 @@ func (s *DockerSuite) TestPtraceContainerProcsFromHost(c *check.C) { } func (s *DockerSuite) TestAppArmorDeniesPtrace(c *check.C) { - testRequires(c, SameHostDaemon) - testRequires(c, Apparmor) + testRequires(c, SameHostDaemon, NativeExecDriver, Apparmor) // Run through 'sh' so we are NOT pid 1. Pid 1 may be able to trace // itself, but pid>1 should not be able to trace pid1.