From Fedora Project Wiki
Description
This test case tests whether a given package manager (it can be used to test any package manager) can properly install and remove packages.
Setup
- Install or deploy the Fedora release media you wish to test. You can use any allowed configuration by the installer.
- Reboot to the installed system. and complete any first boot procedure(s).
How to test
- Using a package manager (dnf will be used as an example) and install packages as follows and watch for any error messages in the process:
dnf install firewall-config
dnf module install setools
Check the following:- If there were errors during the install other that repository problems, please file a bug report.
- The applications Firewall configuration and SEtools should be present in the applications menu and check that they are opperational.
- Using a package manager (dnf still being used as an example) and remove the packages as follows and watch for any error messages in the process:
dnf remove firewall-config
dnf remove setools
Check the following:- If there
Expected Results
- Each
grep
command should produce no output. - Requesting reboot should cause an orderly shutdown and restart of the system.