qemu/tests/qtest/migration
Sam Heney bdfe26faca tests/qtest/migration: Only build tls_no_hostname test with TASN1
The test_precopy_tcp_tls_no_hostname test and its start hook use
TestMigrateTLSX509 and migrate_hook_start_tls_x509_common(), which
are only defined when CONFIG_TASN1 is set. This means building with
gnutls enabled but libtasn1 unavailable fails:

  ../tests/qtest/migration/tls-tests.c: In function 'migrate_hook_start_tls_x509_no_host':
  ../tests/qtest/migration/tls-tests.c:510:5: error: unknown type name 'TestMigrateTLSX509'

Guard the test with CONFIG_TASN1 like the other x509 tests.

Fixes: df9c38b19a ("tests/qtest/migration: Add a NULL parameters test for TLS")
Signed-off-by: Sam Heney <github@me.samiser.xyz>
Link: https://lore.kernel.org/r/5f24de0e-49af-45a7-927f-f79b203bb335@app.fastmail.com
Signed-off-by: Peter Xu <peterx@redhat.com>
2026-08-11 15:34:38 -04:00
..
aarch64 migration/tests: Update a-b-boot images for all archs 2026-06-22 17:08:48 -04:00
i386 migration/tests: Update a-b-boot images for all archs 2026-06-22 17:08:48 -04:00
loongarch64 tests/qtest/migration: Add migration test on loongarch 2026-06-22 17:08:48 -04:00
ppc64 migration/tests: Update a-b-boot images for all archs 2026-06-22 17:08:48 -04:00
s390x migration/tests: Update a-b-boot images for all archs 2026-06-22 17:08:48 -04:00
bootfile.c tests/qtest/migration: Add migration test on loongarch 2026-06-22 17:08:48 -04:00
bootfile.h tests/qtest/migration: Add migration test on loongarch 2026-06-22 17:08:48 -04:00
colo-tests.c tests/qtest/migration: Unify URIs 2026-05-20 15:41:33 -04:00
compression-tests.c tests/qtest/migration: Set compression method in compression-tests 2026-05-20 15:41:33 -04:00
cpr-tests.c tests/qtest/migration: Unify URIs 2026-05-20 15:41:33 -04:00
file-tests.c tests/qtest/migration: Unify URIs 2026-05-20 15:41:33 -04:00
framework.c tests/qtest/migration: Add migration test on loongarch 2026-06-22 17:08:48 -04:00
framework.h tests/qtest/migration: Unify URIs 2026-05-20 15:41:33 -04:00
Makefile tests/qtest/migration: Add migration test on loongarch 2026-06-22 17:08:48 -04:00
migration-qmp.c tests/qtest/migration: Force exit-on-error=false 2026-03-17 13:34:13 -03:00
migration-qmp.h tests/qtest/migration: Add a NULL parameters test for TLS 2025-12-23 09:24:34 -05:00
migration-util.c tests/qtest/migration: fix fd leak in ufd_version_check 2026-04-23 12:14:51 -03:00
migration-util.h tests/qtest/migration: Fix leak of migration tests data 2026-03-17 13:34:12 -03:00
misc-tests.c tests/qtest/migration: Unify URIs 2026-05-20 15:41:33 -04:00
postcopy-tests.c tests/migration-test: Remove postcopy_recovery_fail_stage from MigrateCommon 2026-01-23 11:24:19 -03:00
precopy-tests.c tests/qtest/migration: Unify URIs 2026-05-20 15:41:33 -04:00
tls-tests.c tests/qtest/migration: Only build tls_no_hostname test with TASN1 2026-08-11 15:34:38 -04:00