ssh_exec_channel.run: use default Qemu memory size

The default size is on most kernels 512M. On OKL4 we have to use 800M,
because of the statically configured memory ranges in the OKL4 kernel.

By avoiding a specific amount of memory, the default Qemu memory sizes are
used.

Issue #4095
This commit is contained in:
Alexander Boettcher 2021-05-11 13:58:05 +02:00 committed by Christian Helmuth
parent f8b2fd522b
commit d516544a1f

View File

@ -270,7 +270,7 @@ build_boot_image $boot_modules
# Execute test # Execute test
# #
append qemu_args " -m 512 -nographic " append qemu_args " -nographic "
append_qemu_nic_args "hostfwd=tcp::5555-:22" append_qemu_nic_args "hostfwd=tcp::5555-:22"
set nic_router_match_string ".uplink. dynamic IP config. interface (\[0-9\]+\.\[0-9\]+\.\[0-9\]+\.\[0-9\]+).*\n" set nic_router_match_string ".uplink. dynamic IP config. interface (\[0-9\]+\.\[0-9\]+\.\[0-9\]+\.\[0-9\]+).*\n"