mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2025-12-26 22:48:19 +00:00
Update tests names. Remove tetris comments, never available and not planned. Update some notes. Signed-off-by: Frediano Ziglio <fziglio@redhat.com> Acked-by: Christophe Fergeau <cfergeau@redhat.com>
30 lines
855 B
Plaintext
30 lines
855 B
Plaintext
What is here
|
|
============
|
|
|
|
This directory will contain a testsuite for the server.
|
|
|
|
You can run all the tests and use libtool to debug any of them:
|
|
|
|
libtool --mode=execute gdb test-just-sockets-no-ssl
|
|
|
|
Overview of tests
|
|
=================
|
|
|
|
test-just-sockets-no-ssl
|
|
A complete server, only provides the main and inputs channels. Doesn't actually produce anything on the channels. Essentially a test of the regular link code (reds.c), good for multiple connect/disconnect tests.
|
|
|
|
test-empty-success
|
|
tests calling
|
|
|
|
test-fail-on-null-core-interface
|
|
should abort when run (when spice tries to watch_add)
|
|
|
|
basic-event-loop.c
|
|
event loop to provide core interface.
|
|
|
|
Automated tests
|
|
===============
|
|
|
|
test-display-streaming.c
|
|
this test can be used to check regressions. For this, test-display-streaming needs to be called passing --automated-tests as parameter
|