tests/acceptance/cpu_queries.py: use the proper logging channels
authorCleber Rosa <crosa@redhat.com>
Thu, 15 Apr 2021 21:51:38 +0000 (17:51 -0400)
committerCleber Rosa <crosa@redhat.com>
Tue, 13 Jul 2021 20:27:43 +0000 (16:27 -0400)
commitc4e2d499c94fb7d6ea43d28e2613559861ef5d79
treea6f1ab7acbf56e6a6fa130c054c9c83500eb5b9a
parent9a94d8ae97cd25d71565b99682bb7e49133c1af3
tests/acceptance/cpu_queries.py: use the proper logging channels

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 <crosa@redhat.com>
Message-Id: <20210415215141.1865467-6-crosa@redhat.com>
Reviewed-by: Willian Rampazzo <willianr@redhat.com>
Reviewed-by: Wainer dos Santos Moschetta <wainersm@redhat.com>
Signed-off-by: Cleber Rosa <crosa@redhat.com>
tests/acceptance/cpu_queries.py