mbox series

[0/3] test-runner: Add support for audio daemons

Message ID 20220609190442.74325-1-frederic.danis@collabora.com
Headers show
Series test-runner: Add support for audio daemons | expand

Message

Frédéric Danis June 9, 2022, 7:04 p.m. UTC
Those patches add DBus session and an audio card so it should be possible
to start an audio daemon like PipeWire in the VM.

Frédéric Danis (3):
  test-runner: Add DBus session support
  test-runner: Add audio card support
  test-runner: Add udevd and trigger events

 doc/test-runner.txt |   5 ++
 tools/test-runner.c | 197 +++++++++++++++++++++++++++++++++++++++++---
 2 files changed, 189 insertions(+), 13 deletions(-)

Comments

Luiz Augusto von Dentz June 10, 2022, 3:41 a.m. UTC | #1
Hi Frédéric,

On Thu, Jun 9, 2022 at 12:26 PM Frédéric Danis
<frederic.danis@collabora.com> wrote:
>
> Those patches add DBus session and an audio card so it should be possible
> to start an audio daemon like PipeWire in the VM.
>
> Frédéric Danis (3):
>   test-runner: Add DBus session support
>   test-runner: Add audio card support
>   test-runner: Add udevd and trigger events
>
>  doc/test-runner.txt |   5 ++
>  tools/test-runner.c | 197 +++++++++++++++++++++++++++++++++++++++++---
>  2 files changed, 189 insertions(+), 13 deletions(-)
>
> --
> 2.25.1

Try sending a v2 since CI tree shall be in sync now.