qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] tests/avocado/migration: Get find_free_port() from the ports


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH] tests/avocado/migration: Get find_free_port() from the ports
Date: Tue, 30 Aug 2022 01:11:01 +0200
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:91.0) Gecko/20100101 Thunderbird/91.13.0

On 29/8/22 14:19, Thomas Huth wrote:
In upstream Avocado, the find_free_port() function is not available
from "network" anymore, but must be used via "ports", see:

  https://github.com/avocado-framework/avocado/commit/22fc98c6ff76cc55c48

To be able to update to a newer Avocado version later, let's use
the new way for accessing the find_free_port() function here.

Signed-off-by: Thomas Huth <thuth@redhat.com>
---
  tests/avocado/migration.py | 4 ++--
  1 file changed, 2 insertions(+), 2 deletions(-)

Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]