summary refs log tree commit diff
path: root/nixos/tests
diff options
context:
space:
mode:
authorSascha Grunert <sgrunert@suse.com>2020-12-01 09:56:21 +0100
committerzowoq <59103226+zowoq@users.noreply.github.com>2020-12-01 22:20:11 +1000
commitbd6067cd5d7e8ec4316ad290c4c4f16665e309c5 (patch)
tree22cb55c74b463d4875ccec4c8228ddf50bad3b33 /nixos/tests
parent7f02de17db206d7fa923c7c40ba5d1ea177755e3 (diff)
downloadnixpkgs-bd6067cd5d7e8ec4316ad290c4c4f16665e309c5.tar
nixpkgs-bd6067cd5d7e8ec4316ad290c4c4f16665e309c5.tar.gz
nixpkgs-bd6067cd5d7e8ec4316ad290c4c4f16665e309c5.tar.bz2
nixpkgs-bd6067cd5d7e8ec4316ad290c4c4f16665e309c5.tar.lz
nixpkgs-bd6067cd5d7e8ec4316ad290c4c4f16665e309c5.tar.xz
nixpkgs-bd6067cd5d7e8ec4316ad290c4c4f16665e309c5.tar.zst
nixpkgs-bd6067cd5d7e8ec4316ad290c4c4f16665e309c5.zip
podman: 2.1.0 -> 2.2.0
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
Diffstat (limited to 'nixos/tests')
-rw-r--r--nixos/tests/podman.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/nixos/tests/podman.nix b/nixos/tests/podman.nix
index bccd2de7c9b..dd28563dc4c 100644
--- a/nixos/tests/podman.nix
+++ b/nixos/tests/podman.nix
@@ -61,6 +61,12 @@ import ./make-test-python.nix (
           podman.succeed("podman stop sleeping")
           podman.succeed("podman rm sleeping")
 
+
+      podman.succeed(
+          "mkdir -p /tmp/podman-run-1000/libpod && chown alice -R /tmp/podman-run-1000"
+      )
+
+
       with subtest("Run container rootless with crun"):
           podman.succeed(su_cmd("tar cv --files-from /dev/null | podman import - scratchimg"))
           podman.succeed(