Re: [PATCH v1 5/6] tests: only run ipmi-bt-test if CONFIG_LINUX

2019-11-04 Thread Alex Bennée
Corey Minyard writes: > On Mon, Nov 04, 2019 at 05:36:53PM +, Alex Bennée wrote: >> 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 > >

Re: [PATCH v1 5/6] tests: only run ipmi-bt-test if CONFIG_LINUX

2019-11-04 Thread Corey Minyard
On Mon, Nov 04, 2019 at 05:36:53PM +, Alex Bennée wrote: > 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 Hmm. I got reports of this issue

[PATCH v1 5/6] tests: only run ipmi-bt-test if CONFIG_LINUX

2019-11-04 Thread Alex Bennée
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 m