Workaround for failing rootless tests bz1740664
Systemd bug 1740664 causes /dev/net/tun to be mode 600, causing slirp4netns to fail on rootless podman. Suggested workaround is to 'modprobe tun'. Let's give that a try in the interests of making the gating tests pass. Signed-off-by: Ed Santiago <santiago@redhat.com>
This commit is contained in:
parent
ce1fd44f91
commit
b1820d75a1
@ -18,5 +18,5 @@
|
|||||||
# running the test with su doesn't create the directory for fedora user on /run/user/
|
# running the test with su doesn't create the directory for fedora user on /run/user/
|
||||||
# so create it manually
|
# so create it manually
|
||||||
dir: ./
|
dir: ./
|
||||||
run: mkdir /run/user/$(id -u fedora); su -c ${PWD}/test_podman.sh - fedora
|
run: modprobe tun;mkdir /run/user/$(id -u fedora); su -c ${PWD}/test_podman.sh - fedora
|
||||||
timeout: 15m
|
timeout: 15m
|
||||||
|
Loading…
Reference in New Issue
Block a user