Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cpu_info_check: Avoid _get_qemu_version
Running qemu version was extracted by calling virttest.env_process._get_qemu_version. However, that function was removed from avocado-vt in fe5614d78ce74395544d6c2834573e0e6f25eb5e. It was done assuming it wasn't used outside virttest.env_process, as it was considered to be private (due to the `_` prefix). However, virttest.utils_qemu provides the public get_qemu_version which gives a quite similar result. This patch, replaces virttest.env_process._get_qemu_version by virttest.utils_qemu.get_qemu_version in the cpu_info_check test case. Signed-off-by: Beñat Gartzia <bgartzia@redhat.com>
- Loading branch information