tests: Disable core dumps
They don't get copied out of the VM anyway, and we rather investigate them upstream where test VMs are accessible.
This commit is contained in:
parent
9d79a2b83b
commit
21edca3e02
@ -15,6 +15,9 @@ if ! id admin 2>/dev/null; then
|
||||
echo admin:foobar | chpasswd
|
||||
fi
|
||||
|
||||
# disable core dumps, we rather investigate them upstream where test VMs are accessible
|
||||
echo core > /proc/sys/kernel/core_pattern
|
||||
|
||||
# make sure that we can access cockpit through the firewall
|
||||
systemctl start firewalld
|
||||
firewall-cmd --add-service=cockpit --permanent
|
||||
|
Loading…
Reference in New Issue
Block a user