tests/qtest: qmp-test: Skip running test_qmp_oob for win32
commitb82cbbf0f229f0295e917c69b40e6c12365782e8
authorBin Meng <bin.meng@windriver.com>
Sun, 25 Sep 2022 11:30:08 +0000 (25 19:30 +0800)
committerThomas Huth <thuth@redhat.com>
Tue, 27 Sep 2022 18:51:21 +0000 (27 20:51 +0200)
treec96fb6ed0e51e21db56dfebe42ff77cfbe6679a3
parent8bf5bb2e04f33dd869f1221ec949359874b6c604
tests/qtest: qmp-test: Skip running test_qmp_oob for win32

The test_qmp_oob test case calls mkfifo() which does not exist on
win32. Exclude it.

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