]> git.ipfire.org Git - thirdparty/qemu.git/commit
tests: only run ipmi-bt-test if CONFIG_LINUX
authorAlex Bennée <alex.bennee@linaro.org>
Fri, 1 Nov 2019 13:36:22 +0000 (13:36 +0000)
committerAlex Bennée <alex.bennee@linaro.org>
Tue, 12 Nov 2019 14:32:55 +0000 (14:32 +0000)
commit860eacec5852e66ac1425ab636ea245afcfa9283
treefcf973307b9252934a1a0cfff6cedfdd0535473d
parent2548b4a7d362d2e8504f97bcc9583fd45dc641b3
tests: only run ipmi-bt-test if CONFIG_LINUX

This test has been unstable on NetBSD for awhile. It seems the
mechanism used to listen to a random port is a Linux-ism (although a
received wisdom Linux-ism rather than a well documented one). As
working around would add more hard to test complexity to the test I've
gone for the easier option of making it CONFIG_LINUX only.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Cc: Corey Minyard <cminyard@mvista.com>
Cc: Kamil Rytarowski <kamil@netbsd.org>
tests/Makefile.include