tests/qtest: i440fx-test: Skip running request_{bios, pflash} for win32
commit8b1525b702448396fa3e1b61ff05ae029e367dae
authorBin Meng <bin.meng@windriver.com>
Wed, 24 Aug 2022 09:39:58 +0000 (24 17:39 +0800)
committerThomas Huth <thuth@redhat.com>
Thu, 25 Aug 2022 13:24:09 +0000 (25 15:24 +0200)
treeecefe97e5cde761c3e4fb8d83d371e86e47e22ed
parent84efa8aa4e7c568c996b9575947474c734f128b3
tests/qtest: i440fx-test: Skip running request_{bios, pflash} for win32

The request_{bios,pflash} test cases call mmap() which does not
exist on win32. Exclude them.

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