tests/qtest: migration-test: Skip running some TLS cases for win32
authorBin Meng <bin.meng@windriver.com>
Sun, 25 Sep 2022 11:30:28 +0000 (19:30 +0800)
committerThomas Huth <thuth@redhat.com>
Tue, 27 Sep 2022 18:51:21 +0000 (20:51 +0200)
commit2c73437d8de59942bbe6dde0029922744c4c4f81
tree48657feb47671fab37c5427bc7cd2d7a881edb6b
parent3665fadd468b3fb02371e57d1ab7de60c882038b
tests/qtest: migration-test: Skip running some TLS cases for win32

Some migration test cases use TLS to communicate, but they fail on
Windows with the following error messages:

  qemu-system-x86_64: TLS handshake failed: Insufficient credentials for that request.
  qemu-system-x86_64: TLS handshake failed: Error in the pull function.
  query-migrate shows failed migration: TLS handshake failed: Error in the pull function.

Disable them temporarily.

Signed-off-by: Bin Meng <bin.meng@windriver.com>
Message-Id: <20220925113032.1949844-51-bmeng.cn@gmail.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
tests/qtest/migration-test.c