OSDN Git Service

tests/qtest/migration: Add a test for the analyze-migration script
authorFabiano Rosas <farosas@suse.de>
Mon, 9 Oct 2023 18:43:26 +0000 (15:43 -0300)
committerJuan Quintela <quintela@redhat.com>
Tue, 17 Oct 2023 07:14:32 +0000 (09:14 +0200)
commitd864756e8734b22a9e7825c0fa46c7459a7ad105
tree17a30ec67122896c8750b81de73da2e422186ef1
parentcaea03279e11dfcb0e5a567b81fe7f02ee80af02
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>
tests/qtest/meson.build
tests/qtest/migration-test.c