On Mon, Oct 11, 2021 at 01:31:07AM -0400, Jagannathan Raman wrote: > diff --git a/hw/remote/Kconfig b/hw/remote/Kconfig > index 08c16e235f..f9e512d44a 100644 > --- a/hw/remote/Kconfig > +++ b/hw/remote/Kconfig > @@ -1,4 +1,9 @@ > +config VFIO_USER_SERVER > + bool > + default n
Does VFIO_USER_SERVER depend on MULTIPROCESS? > diff --git a/tests/acceptance/multiprocess.py > b/tests/acceptance/multiprocess.py > index 96627f022a..7383c6eb58 100644 > --- a/tests/acceptance/multiprocess.py > +++ b/tests/acceptance/multiprocess.py > @@ -67,6 +67,7 @@ def do_test(self, kernel_url, initrd_url, > kernel_command_line, > def test_multiprocess_x86_64(self): > """ > :avocado: tags=arch:x86_64 > + :avocado: tags=distro:centos > """ > kernel_url = ('https://archives.fedoraproject.org/pub/archive/fedora' > '/linux/releases/31/Everything/x86_64/os/images' > @@ -82,6 +83,7 @@ def test_multiprocess_x86_64(self): > def test_multiprocess_aarch64(self): > """ > :avocado: tags=arch:aarch64 > + :avocado: tags=distro:ubuntu > """ > kernel_url = ('https://archives.fedoraproject.org/pub/archive/fedora' > '/linux/releases/31/Everything/aarch64/os/images' Did you tag them with different distros in order to get coverage on both CentOS and Ubuntu (even though that's orthogonal to x86_64 vs aarch64)? Maybe a comment is necessary so it's clear why these tags are in place because the test isn't actually limited to that distro.
signature.asc
Description: PGP signature