Re: [PATCH 5/8] tests/acceptance/cpu_queries.py: use the proper logging channels

2021-04-19 Thread Wainer dos Santos Moschetta
Hi, On 4/15/21 6:51 PM, Cleber Rosa wrote: The test contains methods for the proper log of test related information. Let's use that and remove the print and the unused logging import. Reference: https://avocado-framework.readthedocs.io/en/87.0/api/test/avocado.html#avocado.Test.log Signed-off

Re: [PATCH 5/8] tests/acceptance/cpu_queries.py: use the proper logging channels

2021-04-16 Thread Cleber Rosa
On Fri, Apr 16, 2021 at 07:15:07AM +0200, Philippe Mathieu-Daudé wrote: > On 4/15/21 11:51 PM, Cleber Rosa wrote: > > The test contains methods for the proper log of test related > > "The Test class ..."? > Yes, good catch! > > information. Let's use that and remove the print and the unused > >

Re: [PATCH 5/8] tests/acceptance/cpu_queries.py: use the proper logging channels

2021-04-16 Thread Willian Rampazzo
On Fri, Apr 16, 2021 at 2:15 AM Philippe Mathieu-Daudé wrote: > > On 4/15/21 11:51 PM, Cleber Rosa wrote: > > The test contains methods for the proper log of test related > > "The Test class ..."? > > > information. Let's use that and remove the print and the unused > > logging import. > > > > Re

Re: [PATCH 5/8] tests/acceptance/cpu_queries.py: use the proper logging channels

2021-04-16 Thread Willian Rampazzo
On Thu, Apr 15, 2021 at 6:52 PM Cleber Rosa wrote: > > The test contains methods for the proper log of test related > information. Let's use that and remove the print and the unused > logging import. > > Reference: > https://avocado-framework.readthedocs.io/en/87.0/api/test/avocado.html#avocado.

Re: [PATCH 5/8] tests/acceptance/cpu_queries.py: use the proper logging channels

2021-04-15 Thread Philippe Mathieu-Daudé
On 4/15/21 11:51 PM, Cleber Rosa wrote: > The test contains methods for the proper log of test related "The Test class ..."? > information. Let's use that and remove the print and the unused > logging import. > > Reference: > https://avocado-framework.readthedocs.io/en/87.0/api/test/avocado.ht

[PATCH 5/8] tests/acceptance/cpu_queries.py: use the proper logging channels

2021-04-15 Thread Cleber Rosa
The test contains methods for the proper log of test related information. Let's use that and remove the print and the unused logging import. Reference: https://avocado-framework.readthedocs.io/en/87.0/api/test/avocado.html#avocado.Test.log Signed-off-by: Cleber Rosa --- tests/acceptance/cpu_qu