On 24/04/2023 07.58, Juan Quintela wrote:
"Zhang, Chen" <chen.zh...@intel.com> wrote:
-----Original Message-----
From: Daniel P. Berrangé <berra...@redhat.com>
Sent: Saturday, April 22, 2023 1:14 AM
To: qemu-devel@nongnu.org
Cc: qemu-bl...@nongnu.org; Paolo Bonzini <pbonz...@redhat.com>;
Thomas Huth <th...@redhat.com>; John Snow <js...@redhat.com>; Li
Zhijian <lizhij...@fujitsu.com>; Juan Quintela <quint...@redhat.com>;
Stefan Hajnoczi <stefa...@redhat.com>; Zhang, Chen
<chen.zh...@intel.com>; Laurent Vivier <lviv...@redhat.com>
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