From 84f4b87c2e22afe0375c24936b1e6f15e731ea19 Mon Sep 17 00:00:00 2001 From: Ed Santiago Date: Wed, 29 Jul 2020 13:26:02 -0600 Subject: System tests: new system-df and passwd tests - New test for #6991 - passwd file is writable even when run with --userns=keep-id - Enable another keep-id test, commented out due to #6593 - New test for podman system df Also, independently, removed this line: apt-get -y upgrade conmon ...because it's causing CI failures, probably because of the boothole CVE, probably because the Ubuntu grub update was rushed out. I believe it is safe to remove this, because both Ubuntu 19 and 20 report: conmon is already the newest version (2.0.18~1). Signed-off-by: Ed Santiago --- test/system/075-exec.bats | 2 -- 1 file changed, 2 deletions(-) (limited to 'test/system/075-exec.bats') diff --git a/test/system/075-exec.bats b/test/system/075-exec.bats index 945bcfa2d..b2c49510a 100644 --- a/test/system/075-exec.bats +++ b/test/system/075-exec.bats @@ -81,8 +81,6 @@ load helpers # #6829 : add username to /etc/passwd inside container if --userns=keep-id # #6593 : doesn't actually work with podman exec @test "podman exec - with keep-id" { - skip "Please enable once #6593 is fixed" - run_podman run -d --userns=keep-id $IMAGE sh -c \ "echo READY;while [ ! -f /stop ]; do sleep 1; done" cid="$output" -- cgit v1.2.3-54-g00ecf