mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
tests/qtest/migration: Pick smoke tests
Choose a few tests per group and move them from the full set to the smoke set. Signed-off-by: Fabiano Rosas <farosas@suse.de> Reviewed-by: Peter Xu <peterx@redhat.com> Message-Id: <20250130184012.5711-3-farosas@suse.de> Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Message-Id: <20250207153112.3939799-10-alex.bennee@linaro.org>
This commit is contained in:
parent
bc2a1f1a45
commit
43ab3fb375
8 changed files with 67 additions and 31 deletions
|
@ -46,7 +46,6 @@ int main(int argc, char **argv)
|
|||
g_test_init(&argc, &argv, NULL);
|
||||
env = migration_get_env();
|
||||
env->full_set = full_set;
|
||||
env->full_set = true; /* temporary */
|
||||
module_call_init(MODULE_INIT_QOM);
|
||||
|
||||
migration_test_add_tls(env);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue