Re: [PATCH] tests/avocado: Add missing require_netdev('user') checks

2022-10-04 Thread Thomas Huth
On 01/10/2022 21.52, Peter Maydell wrote: Some avocado tests fail if QEMU was built without libslirp. Add require_netdev('user') checks where necessary: These tests try to ping 10.0.2.2 and expect it to succeed: boot_linux_console.py:BootLinuxConsole.test_arm_emcraft_sf2 boot_linux_console

Re: [PATCH] tests/avocado: Add missing require_netdev('user') checks

2022-10-03 Thread Alex Bennée
Peter Maydell writes: > Some avocado tests fail if QEMU was built without libslirp. Add > require_netdev('user') checks where necessary: > > These tests try to ping 10.0.2.2 and expect it to succeed: > boot_linux_console.py:BootLinuxConsole.test_arm_emcraft_sf2 > boot_linux_console.py:BootL

Re: [PATCH] tests/avocado: Add missing require_netdev('user') checks

2022-10-03 Thread Philippe Mathieu-Daudé via
On 1/10/22 21:52, Peter Maydell wrote: Some avocado tests fail if QEMU was built without libslirp. Add require_netdev('user') checks where necessary: These tests try to ping 10.0.2.2 and expect it to succeed: boot_linux_console.py:BootLinuxConsole.test_arm_emcraft_sf2 boot_linux_console.py

[PATCH] tests/avocado: Add missing require_netdev('user') checks

2022-10-01 Thread Peter Maydell
Some avocado tests fail if QEMU was built without libslirp. Add require_netdev('user') checks where necessary: These tests try to ping 10.0.2.2 and expect it to succeed: boot_linux_console.py:BootLinuxConsole.test_arm_emcraft_sf2 boot_linux_console.py:BootLinuxConsole.test_arm_orangepi_sd pp