]> git.proxmox.com Git - qemu-server.git/commit - test/Makefile
tests: allow running migration tests in parallel
authorFabian Ebner <f.ebner@proxmox.com>
Thu, 17 Dec 2020 09:37:02 +0000 (10:37 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 18 Dec 2020 16:47:27 +0000 (17:47 +0100)
commit0494299f577a33ff9c6dda878d78c34ede31b913
tree95f0554241b0d2db25e91ba206722d2b9bc6a1e4
parent16782e5fdfcddfdc46cbfe9eb5b9af17d11ec0f0
tests: allow running migration tests in parallel

It's not easily possible to use separate JSON files for the test configuration,
because part of it is generated with perl code. While this could be encoded too,
it seems cleaner to use the "run a single test by specifing the name"
functionality while adding a way for make to obtain a list of the test names.

Each test has (and needs) its own directory now, meaning the log files do not
need to be renamed anymore.

Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
test/Makefile
test/run_qemu_migrate_tests.pl