diff options
author | Alex Bennée <alex.bennee@linaro.org> | 2023-02-28 19:06:31 +0000 |
---|---|---|
committer | Alex Bennée <alex.bennee@linaro.org> | 2023-03-01 10:31:14 +0000 |
commit | ab4c1361090f8a7f408a72de4dcbb7a5b9134300 (patch) | |
tree | ebfa60f6ad5650b5ba96d61c0c0214239329805b /tests/lcitool | |
parent | a6d715116fa66d479a4620eaa622092e23bd3f2d (diff) |
tests: add socat dependency for tests
We only use it for test-io-channel-command at the moment.
Unfortunately bringing socat into CI exposed an existing bug in the
test-io-channel-command unit test so we disabled it for MacOS in the
previous patch.
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Tested-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Cc: Marc-André Lureau <marcandre.lureau@redhat.com>
Message-Id: <20230228190653.1602033-3-alex.bennee@linaro.org>
Diffstat (limited to 'tests/lcitool')
-rw-r--r-- | tests/lcitool/projects/qemu.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/lcitool/projects/qemu.yml b/tests/lcitool/projects/qemu.yml index 6467bcf08a..2854748f49 100644 --- a/tests/lcitool/projects/qemu.yml +++ b/tests/lcitool/projects/qemu.yml @@ -101,6 +101,7 @@ packages: - sed - snappy - sndio + - socat - sparse - spice-protocol - spice-server |