diff options
| author | Daniil Tatianin <d-tatianin@yandex-team.ru> | 2024-10-25 10:35:25 +0300 |
|---|---|---|
| committer | Jason Wang <jasowang@redhat.com> | 2024-10-28 14:37:25 +0800 |
| commit | 96e610b23d4dcfa07b0f85eef02c70e28b32f4e6 (patch) | |
| tree | b1e1b13f92879cad5fdab3533efbb7b4d4330e46 /tests/qtest/vhost-user-test.c | |
| parent | c40e962d83f9968beb50fa7f3b6718461a7aedbf (diff) | |
| download | focaccia-qemu-96e610b23d4dcfa07b0f85eef02c70e28b32f4e6.tar.gz focaccia-qemu-96e610b23d4dcfa07b0f85eef02c70e28b32f4e6.zip | |
chardev: finalize 'reconnect' deprecation
Change all related docs and tests to use the new 'reconnect-ms' option instead of the now deprecated 'reconnect'. Signed-off-by: Daniil Tatianin <d-tatianin@yandex-team.ru> Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com> Signed-off-by: Jason Wang <jasowang@redhat.com>
Diffstat (limited to 'tests/qtest/vhost-user-test.c')
| -rw-r--r-- | tests/qtest/vhost-user-test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qtest/vhost-user-test.c b/tests/qtest/vhost-user-test.c index d6075001e7..8948fb81ef 100644 --- a/tests/qtest/vhost-user-test.c +++ b/tests/qtest/vhost-user-test.c @@ -920,7 +920,7 @@ static void wait_for_rings_started(TestServer *s, size_t count) static inline void test_server_connect(TestServer *server) { - test_server_create_chr(server, ",reconnect=1"); + test_server_create_chr(server, ",reconnect-ms=1000"); } static gboolean |