Re: [PATCH 1/6] tests/acceptance/virtio-gpu.py: use require_accelerator()

2021-07-14 Thread Willian Rampazzo
On Wed, Jul 14, 2021 at 2:41 PM Cleber Rosa wrote: > > Since efe30d501 there's a shorthand for requiring specific > accelerators, and canceling the test if it's not available. > > Signed-off-by: Cleber Rosa > --- > tests/acceptance/virtio-gpu.py | 10 ++ > 1 file changed, 2 insertions(+)

[PATCH 1/6] tests/acceptance/virtio-gpu.py: use require_accelerator()

2021-07-14 Thread Cleber Rosa
Since efe30d501 there's a shorthand for requiring specific accelerators, and canceling the test if it's not available. Signed-off-by: Cleber Rosa --- tests/acceptance/virtio-gpu.py | 10 ++ 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/tests/acceptance/virtio-gpu.py b/tes