This test checks if any errors are reported using automatic error
reporting mechanisms. It checks whether there are any errors
reported through Desktop Notifications, Abrt, and CoredumpCTL.
In KDE, where the SETroubleshoot application is installed,
the test also checks whether there are any SELinux notifications.
The test case requires the above is checked within the Live environment,
and also post install, so the structure of this test consists of two parts:
- there are subroutines in utils.pm that are called within
_do_install_and_reboot.pm, right after the installation
completes.
- there is a error_checking.pm that utilizies the subroutines, but runs
after the installed system has been booted.
In order not to fiddle with install_default test cases, we introduce
another installation test, install_error_checking, where the
checks are triggered.
This fixes https://pagure.io/fedora-qa/os-autoinst-distri-fedora/issue/354