tests/qtest: migration-test: Skip running test_migrate_fd_proto on win32
authorBin Meng <bin.meng@windriver.com>
Wed, 24 Aug 2022 09:39:59 +0000 (17:39 +0800)
committerThomas Huth <thuth@redhat.com>
Thu, 25 Aug 2022 13:24:09 +0000 (15:24 +0200)
commitd7613ee2165769303d0fa31069c4b6a840f0dae2
treed8447a7f78e8dedfb8ea2dc605baa687c54c980b
parent8b1525b702448396fa3e1b61ff05ae029e367dae
tests/qtest: migration-test: Skip running test_migrate_fd_proto on win32

The test case 'test_migrate_fd_proto' calls socketpair() which does
not exist on win32. Exclude it. The helper function wait_command_fd()
is not needed anymore, hence exclude it too.

Signed-off-by: Bin Meng <bin.meng@windriver.com>
Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Message-Id: <20220824094029.1634519-22-bmeng.cn@gmail.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
tests/qtest/migration-helpers.c
tests/qtest/migration-helpers.h
tests/qtest/migration-test.c