From: Peter Krempa Date: Fri, 1 Dec 2023 14:14:00 +0000 (+0100) Subject: qemuxml2argvtest: Reinstate 'console-compat-chardev' and 'pci-serial-dev-chardev' X-Git-Tag: v10.0.0-rc1~54 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3cc147cce405558f48c65b04131c66862a5f29b8;p=thirdparty%2Flibvirt.git qemuxml2argvtest: Reinstate 'console-compat-chardev' and 'pci-serial-dev-chardev' The tests invocations were accidentaly removed in commit 54257ed51b5132032cedb7e1e7b8c34b9ae52115 Fixes: 54257ed51b5132032cedb7e1e7b8c34b9ae52115 Signed-off-by: Peter Krempa Reviewed-by: Michal Privoznik --- diff --git a/tests/qemuxml2argvtest.c b/tests/qemuxml2argvtest.c index 74d20b9132..1fb5841b56 100644 --- a/tests/qemuxml2argvtest.c +++ b/tests/qemuxml2argvtest.c @@ -1416,6 +1416,8 @@ mymain(void) DO_TEST_CAPS_LATEST("parallel-tcp-chardev"); DO_TEST_CAPS_LATEST("parallel-parport-chardev"); DO_TEST_CAPS_LATEST("parallel-unix-chardev"); + DO_TEST_CAPS_LATEST("console-compat-chardev"); + DO_TEST_CAPS_LATEST("pci-serial-dev-chardev"); DO_TEST_CAPS_LATEST("channel-guestfwd"); DO_TEST_CAPS_LATEST("channel-unix-guestfwd");