tests/qtest/migration: Stop calling everything "test"
authorFabiano Rosas <farosas@suse.de>
Wed, 27 Nov 2024 18:28:46 +0000 (15:28 -0300)
committerFabiano Rosas <farosas@suse.de>
Thu, 12 Dec 2024 13:25:39 +0000 (10:25 -0300)
commit413aa2e986eb7941c1042cc8bb8299f16e7ca962
tree345926f1d14ba82cdee49a6611d1f0d517971675
parent56afcf2d481bdff5e320c94bb70af923b509551c
tests/qtest/migration: Stop calling everything "test"

Test frameworks usually prefix "test_" to the entry point of the test
code. Having every function prefixed with test_ makes it hard to
understand the code and to grep for the actual tests.

Remove the "test" prefix from everything that is not a test.

In order to still keep some namespacing, stick to the "migrate_"
prefix, which is the most used currently.

Reviewed-by: Peter Xu <peterx@redhat.com>
Signed-off-by: Fabiano Rosas <farosas@suse.de>
tests/qtest/migration-test.c