Re: [PATCH] tests/avocado: Cancel BootLinux tests in case there is no free port

2022-03-10 Thread Cleber Rosa
Thomas Huth writes: > The BootLinux tests are currently failing with an ugly python > stack trace on my RHEL8 system since they cannot get a free port > (likely due to the firewall settings on my system). Let's properly > check the return value of find_free_port() instead and cancel the > test

Re: [PATCH] tests/avocado: Cancel BootLinux tests in case there is no free port

2022-03-08 Thread Thomas Huth
On 07/03/2022 19.48, Daniel P. Berrangé wrote: On Mon, Mar 07, 2022 at 07:31:50PM +0100, Thomas Huth wrote: On 07/03/2022 13.50, Daniel P. Berrangé wrote: On Mon, Feb 28, 2022 at 12:43:25PM +0100, Thomas Huth wrote: The BootLinux tests are currently failing with an ugly python stack trace on m

Re: [PATCH] tests/avocado: Cancel BootLinux tests in case there is no free port

2022-03-07 Thread Thomas Huth
On 07/03/2022 13.50, Daniel P. Berrangé wrote: On Mon, Feb 28, 2022 at 12:43:25PM +0100, Thomas Huth wrote: The BootLinux tests are currently failing with an ugly python stack trace on my RHEL8 system since they cannot get a free port (likely due to the firewall settings on my system). Let's pro

Re: [PATCH] tests/avocado: Cancel BootLinux tests in case there is no free port

2022-03-07 Thread Daniel P . Berrangé
On Mon, Mar 07, 2022 at 07:31:50PM +0100, Thomas Huth wrote: > On 07/03/2022 13.50, Daniel P. Berrangé wrote: > > On Mon, Feb 28, 2022 at 12:43:25PM +0100, Thomas Huth wrote: > > > The BootLinux tests are currently failing with an ugly python > > > stack trace on my RHEL8 system since they cannot g

Re: [PATCH] tests/avocado: Cancel BootLinux tests in case there is no free port

2022-03-07 Thread Daniel P . Berrangé
On Mon, Feb 28, 2022 at 12:43:25PM +0100, Thomas Huth wrote: > The BootLinux tests are currently failing with an ugly python > stack trace on my RHEL8 system since they cannot get a free port > (likely due to the firewall settings on my system). Let's properly > check the return value of find_free_

Re: [PATCH] tests/avocado: Cancel BootLinux tests in case there is no free port

2022-03-07 Thread Beraldo Leal
Hi, Thomas, sorry for the late reply, I was in PTO. Just in case it is still needed: On Mon, Feb 28, 2022 at 12:43:25PM +0100, Thomas Huth wrote: > The BootLinux tests are currently failing with an ugly python > stack trace on my RHEL8 system since they cannot get a free port > (likely due to the

[PATCH] tests/avocado: Cancel BootLinux tests in case there is no free port

2022-02-28 Thread Thomas Huth
The BootLinux tests are currently failing with an ugly python stack trace on my RHEL8 system since they cannot get a free port (likely due to the firewall settings on my system). Let's properly check the return value of find_free_port() instead and cancel the test gracefully if it cannot get a free