On Thu, 10 Oct 2024 14:29:02 +0200 Laurent Vivier <lvivier(a)redhat.com> wrote:From: Stefano Brivio <sbrivio(a)redhat.com> Run functional and performance tests for vhost-user mode as well. For functional tests, we add passt_vu and passt_vu_in_ns as symbolic links to their non-vhost-user counterparts, as no differences are intended but we want to distinguish them in test logs. [...] diff --git a/test/two_guests_vu b/test/two_guests_vu new file mode 120000 index 000000000000..144b7cac5438 --- /dev/null +++ b/test/two_guests_vu @@ -0,0 +1 @@ +test/two_guests \ No newline at end of fileOops, this link is wrong: it works if you execute the tests from the top git directory, but not if you run them from test/. It should simply point to 'two_guests', not to 'test/two_guests'. For some reason, even with that fixed, v8 fails for me on that test: 'dhclient -6 eth0' gets stuck in guest #2 (it works in guest #1). I still need to debug that. I'm fairly sure that v6 or v7 worked. -- Stefano