Sysinfo: do not force package collection
I noticed during a `make check` that my system was collecting the list
of installed packages. Initially, I thought it was some explicit
check performed by a sysinfo related test, but it turned out that,
whenever avocado is run with the `sysinfo` command, it forces the
package collection.
That behavior is wrong, because it disregards the configuration key
`installed_packages` under `sysinfo.collect` that defaults to False.
If users intend to collect installed packages, than they should change
the appropriate configuration key.
Signed-off-by: NCleber Rosa <crosa@redhat.com>
Showing
想要评论请 注册 或 登录