From Fedora Project Wiki
No edit summary |
No edit summary |
||
(6 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
{{QA/Test_Case | {{QA/Test_Case | ||
|description=This | |description=This tests whether one of the available package managers provided in the Install step below can properly install and remove packages. | ||
|setup= | |setup= | ||
# Install the Fedora pre-release version you wish to test. You can use any configuration allowed by the installer. | # Install the Fedora pre-release version you wish to test. You can use any configuration allowed by the installer. | ||
# 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 | # Using the package manager you prefer install two packages. Installing packages you are familiar with is recommended. Check the following: | ||
#* If there were errors during the install other that repository problems, please file a bug report. | #* If there were errors during the install other that repository problems, please file a bug report. | ||
#* | #* Verify that both packages you installed will start and close normally. If one or both applications will not start and close nornally, please file a bug report. | ||
# Using the same package manager you used for step 1, remove the packages installed in step 1 and watch for any error messages in the process. Check the following: | # Using the same package manager you used for step 1, remove the packages installed in step 1 and watch for any error messages in the process. Check the following: | ||
#* If there were errors during the removal, please file a bug report. | #* If there were errors during the removal, please file a bug report. | ||
#* Check that the applications | #* Check that the applications are no longer present using the command: {{command|rpm -q package1 package2}}. If one or both packages are still present, please file a bug report. | ||
|results= | |results= | ||
# The applications should install without errors. | # The applications should install without errors. | ||
# The applications should start without errors. | # The applications should start and close without errors. | ||
# The applications should be removed without errors. | # The applications should be removed without errors. | ||
}} | }} |
Latest revision as of 15:00, 7 February 2020
Description
This tests whether one of the available package managers provided in the Install step below can properly install and remove packages.
Setup
- Install the Fedora pre-release version you wish to test. You can use any configuration allowed by the installer.
- Reboot to the installed system. and complete any first boot procedure(s).
How to test
- Using the package manager you prefer install two packages. Installing packages you are familiar with is recommended. Check the following:
- If there were errors during the install other that repository problems, please file a bug report.
- Verify that both packages you installed will start and close normally. If one or both applications will not start and close nornally, please file a bug report.
- Using the same package manager you used for step 1, remove the packages installed in step 1 and watch for any error messages in the process. Check the following:
- If there were errors during the removal, please file a bug report.
- Check that the applications are no longer present using the command:
rpm -q package1 package2
. If one or both packages are still present, please file a bug report.
Expected Results
- The applications should install without errors.
- The applications should start and close without errors.
- The applications should be removed without errors.