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
|
echo admin:foobar | chpasswd
|
||||||
fi
|
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
|
# make sure that we can access cockpit through the firewall
|
||||||
systemctl start firewalld
|
systemctl start firewalld
|
||||||
firewall-cmd --add-service=cockpit --permanent
|
firewall-cmd --add-service=cockpit --permanent
|
||||||
|
Loading…
Reference in New Issue
Block a user