aboutsummaryrefslogtreecommitdiff
path: root/tests/qtest/migration-test.c
AgeCommit message (Expand)Author
2022-05-16tests: ensure migration status isn't reported as failedDaniel P. Berrangé
2022-05-16tests: add multifd migration tests of TLS with x509 credentialsDaniel P. Berrangé
2022-05-16tests: add multifd migration tests of TLS with PSK credentialsDaniel P. Berrangé
2022-05-16tests: convert multifd migration tests to use common helperDaniel P. Berrangé
2022-05-16tests: convert XBZRLE migration test to use common helperDaniel P. Berrangé
2022-05-16tests: add migration tests of TLS with x509 credentialsDaniel P. Berrangé
2022-05-16tests: add migration tests of TLS with PSK credentialsDaniel P. Berrangé
2022-05-03tests: move libqtest.h back under qtest/Marc-André Lureau
2022-04-21tests: expand the migration precopy helper to support failuresDaniel P. Berrangé
2022-04-21tests: switch migration FD passing test to use common precopy helperDaniel P. Berrangé
2022-04-21tests: introduce ability to provide hooks for migration precopy testDaniel P. Berrangé
2022-04-21tests: merge code for UNIX and TCP migration pre-copy testsDaniel P. Berrangé
2022-04-21tests: switch MigrateStart struct to be stack allocatedDaniel P. Berrangé
2022-03-02tests: Pass in MigrateStart** into test_migrate_start()Peter Xu
2021-10-20tests: migration-test: use qtest_has_accel() APIIgor Mammedov
2021-07-29tests: Fix migration-test build failure for sparcPeter Xu
2021-07-26tests/qtest/migration-test.c: use 127.0.0.1 instead of 0Dr. David Alan Gilbert
2021-07-05tests: migration-test: Add dirty ring testPeter Xu
2021-05-13tests/qtest/migration-test: Use g_autofree to avoid leaks on error pathsPeter Maydell
2021-05-13tests/migration-test: Fix "true" vs trueDr. David Alan Gilbert
2021-03-18migrate: remove QMP/HMP commands for speed, downtime and cache sizeDaniel P. Berrangé
2020-10-26migration-test: Only hide error if !QTEST_LOGPeter Xu
2020-10-13tests/migration: Allow longer timeoutsDr. David Alan Gilbert
2020-08-21meson: convert tests/qtest to mesonPaolo Bonzini
2020-07-02Revert "tests/migration: Reduce autoconverge initial bandwidth"Michael S. Tsirkin
2020-05-27tests/migration: Tighten error checkingMarkus Armbruster
2020-03-25tests/migration: Reduce autoconverge initial bandwidthPhilippe Mathieu-Daudé
2020-02-28multifd: Add zstd compression multifd supportJuan Quintela
2020-02-28multifd: Add zlib compression multifd supportJuan Quintela
2020-02-28multifd: Add multifd-compression parameterJuan Quintela
2020-02-13migration-test: fix some memleaks in migration-testPan Nengyuan
2020-02-13tests/migration: Add some slack to auto convergeDr. David Alan Gilbert
2020-01-29migration-test: Make sure that multifd and cancel worksJuan Quintela
2020-01-29migration-test: Use g_free() instead of free()Juan Quintela
2020-01-20migration-test: introduce functions to handle string parametersJuan Quintela
2020-01-20migration-test: Add migration multifd testJuan Quintela
2020-01-16migration-test: ppc64: fix FORTH test programLaurent Vivier
2020-01-12test: Move qtests to a separate directoryThomas Huth