mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 02:03:56 -06:00
tests/qtest/migration: Add a test for the analyze-migration script
Add a smoke test that migrates to a file and gives it to the script. It should catch the most annoying errors such as changes in the ram flags. After code has been merged it becomes way harder to figure out what is causing the script to fail, the person making the change is the most likely to know right away what the problem is. Signed-off-by: Fabiano Rosas <farosas@suse.de> Acked-by: Thomas Huth <thuth@redhat.com> Reviewed-by: Juan Quintela <quintela@redhat.com> Signed-off-by: Juan Quintela <quintela@redhat.com> Message-ID: <20231009184326.15777-7-farosas@suse.de>
This commit is contained in:
parent
caea03279e
commit
d864756e87
2 changed files with 62 additions and 0 deletions
|
@ -357,6 +357,8 @@ foreach dir : target_dirs
|
|||
test_deps += [qsd]
|
||||
endif
|
||||
|
||||
qtest_env.set('PYTHON', python.full_path())
|
||||
|
||||
foreach test : target_qtests
|
||||
# Executables are shared across targets, declare them only the first time we
|
||||
# encounter them
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue