From Fedora Project Wiki
No edit summary |
No edit summary |
||
Line 7: | Line 7: | ||
# Reboot to the installed system. and complete any first boot procedure(s). | # Reboot to the installed system. and complete any first boot procedure(s). | ||
|actions= | |actions= | ||
# 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: <pre> dnf install firewall-config</pre> <pre> dnf module install setools</pre> | # 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: <pre> dnf install firewall-config</pre> <pre> dnf module install setools</pre> Check the following: | ||
#* If there | #* 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: <pre> dnf remove firewall-config</pre> <pre> dnf remove setools </pre> Check the following: | ||
#* If there | |||
<pre> | |||
# | |||
|results= | |results= | ||
# Each {{command|grep}} command should produce no output. | # Each {{command|grep}} command should produce no output. | ||
# Requesting reboot should cause an orderly shutdown and restart of the system. | # Requesting reboot should cause an orderly shutdown and restart of the system. | ||
}} | }} |
Revision as of 20:38, 3 February 2020
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.