Re: [PATCH 3/9] Avocado migration test: adapt to "utils.network" API namespace change

2022-02-28 Thread Alex Bennée
Cleber Rosa writes: > Since Avocado 94.0[1], the "avocado.utils.network" dropped a lot of > previously deprecated API names, having the new names into a finer > grained structure. > > This simply uses the new API names for the network port utility > module. > > [1] - > https://avocado-framewor

Re: [PATCH 3/9] Avocado migration test: adapt to "utils.network" API namespace change

2022-02-27 Thread Philippe Mathieu-Daudé
On 25/2/22 22:01, Cleber Rosa wrote: Since Avocado 94.0[1], the "avocado.utils.network" dropped a lot of previously deprecated API names, having the new names into a finer grained structure. This simply uses the new API names for the network port utility module. [1] - https://avocado-framework

[PATCH 3/9] Avocado migration test: adapt to "utils.network" API namespace change

2022-02-25 Thread Cleber Rosa
Since Avocado 94.0[1], the "avocado.utils.network" dropped a lot of previously deprecated API names, having the new names into a finer grained structure. This simply uses the new API names for the network port utility module. [1] - https://avocado-framework.readthedocs.io/en/latest/releases/94_0