On 24/04/2023 07.58, Juan Quintela wrote:
"Zhang, Chen" <[email protected]> wrote:
-----Original Message-----
From: Daniel P. Berrangé <[email protected]>
Sent: Saturday, April 22, 2023 1:14 AM
To: [email protected]
Cc: [email protected]; Paolo Bonzini <[email protected]>;
Thomas Huth <[email protected]>; John Snow <[email protected]>; Li
Zhijian <[email protected]>; Juan Quintela <[email protected]>;
Stefan Hajnoczi <[email protected]>; Zhang, Chen
<[email protected]>; Laurent Vivier <[email protected]>
Subject: [PATCH v2 6/6] tests/migration: Only run auto_converge in slow
mode
What kind of scenario will the qtest open this g_test_init() -m slow to trigger
the slow mode?
The only way that I know is:
export G_TEST_SLOW=1
make check (or whatever individual test that you want)
Or even simpler:
make check SPEED=slow
Or if you want to run the test manually:
QTEST_QEMU_BINARY=./qemu-system-x86_64 \
tests/qtest/migration-test -m slow
HTH,
Thomas