tests/guest-debug: add a simple test runner
authorAlex Bennée <alex.bennee@linaro.org>
Mon, 16 Mar 2020 17:21:49 +0000 (17:21 +0000)
committerAlex Bennée <alex.bennee@linaro.org>
Tue, 17 Mar 2020 17:38:47 +0000 (17:38 +0000)
commitdb2ea0dd1b73c8cfcd53de94bfcec37726587199
tree46ddc46f692d91c104680b7ad483eafb994292eb
parentf48e590aafd4bcc2d63c93c8b7cc45ea671616d8
tests/guest-debug: add a simple test runner

The test runners job is to start QEMU with guest debug enabled and
then spawn a gdb process running a test script that exercises the
functionality it wants to test.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20200316172155.971-23-alex.bennee@linaro.org>
tests/guest-debug/run-test.py [new file with mode: 0755]