tests/qtest/migration: Split validation tests + misc
authorFabiano Rosas <farosas@suse.de>
Wed, 27 Nov 2024 18:29:01 +0000 (15:29 -0300)
committerFabiano Rosas <farosas@suse.de>
Thu, 12 Dec 2024 13:25:42 +0000 (10:25 -0300)
commitde8bc62cc4871fa97d1891ebb96e782b0c75b56a
treefcf277d21abe19e1264af7669f43508ad16b31f5
parent0610e2c268fbc7939163347c41541165d116da02
tests/qtest/migration: Split validation tests + misc

Move the remaining tests into a misc-tests.c file. These tests are
mostly about validation of input and should be in the future replaced
by unit testing.

Reviewed-by: Peter Xu <peterx@redhat.com>
Signed-off-by: Fabiano Rosas <farosas@suse.de>
tests/qtest/meson.build
tests/qtest/migration-test.c
tests/qtest/migration/framework.h
tests/qtest/migration/misc-tests.c [new file with mode: 0644]