qtest: start a VNC test
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Thu, 6 Oct 2022 13:05:13 +0000 (17:05 +0400)
committerThomas Huth <thuth@redhat.com>
Wed, 12 Oct 2022 06:43:40 +0000 (08:43 +0200)
commitf57559891d9527627747d36cbdc7def0e278c5ff
tree1df73c577251c3d95022c5809485e6c630ae6870
parent0793fe014c4fc8649288044cd81024482b197cfc
qtest: start a VNC test

This is some of the simplest test we could perform, it simply connects
to the VNC server via passed-in socket FDs and checks the connection can
be established.

Another series will make this test work on Windows as well.

As always, more tests can be added later! :)

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Message-Id: <20221006130513.2683873-1-marcandre.lureau@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
tests/qtest/meson.build
tests/qtest/vnc-display-test.c [new file with mode: 0644]