From: Thomas Huth Date: Fri, 12 Sep 2025 10:07:52 +0000 (+0200) Subject: tests: Move the old vmstate-static-checker files to tests/data/ X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2bfe71aa7e6bce5c0254e679f66a44cadcb3a367;p=thirdparty%2Fqemu.git tests: Move the old vmstate-static-checker files to tests/data/ All other test data resides in tests/data/, so let's move the dump files here, too. Reviewed-by: Peter Xu Signed-off-by: Thomas Huth Message-ID: <20250912100755.316518-2-thuth@redhat.com> --- diff --git a/MAINTAINERS b/MAINTAINERS index 70eb0241d36..79abe5f6c9a 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3613,7 +3613,7 @@ F: migration/ F: scripts/vmstate-static-checker.py F: tests/functional/migration.py F: tests/functional/*/*migration.py -F: tests/vmstate-static-checker-data/ +F: tests/data/vmstate-static-checker/ F: tests/qtest/migration/ F: tests/qtest/migration-* F: docs/devel/migration/ diff --git a/tests/vmstate-static-checker-data/dump1.json b/tests/data/vmstate-static-checker/dump1.json similarity index 100% rename from tests/vmstate-static-checker-data/dump1.json rename to tests/data/vmstate-static-checker/dump1.json diff --git a/tests/vmstate-static-checker-data/dump2.json b/tests/data/vmstate-static-checker/dump2.json similarity index 100% rename from tests/vmstate-static-checker-data/dump2.json rename to tests/data/vmstate-static-checker/dump2.json