From Fedora Project Wiki
No edit summary
No edit summary
 
(10 intermediate revisions by the same user not shown)
Line 2: Line 2:


{{QA/Test_Case
{{QA/Test_Case
|description=This test case tests whether one of the available package managers (rpm, dnf, Gnome Software) can properly install and remove packages.
|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 or deploy the Fedora release media you wish to test. You can use any allowed configuration 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 one of the available package managers install packages as follows and watch for any error messages in the process. Install "firewall-config" and "setroubleshoot". Check the following:
# 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.
#* The applications "Firewall" and "SELinux Troubleshooter" should be present in the applications menu and check that both will start. If one or both packages are not present in the menu or will not start, 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 one of the available package managers remove the packages the packages installed above 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 "Firewall" and "SELinux Troubleshooter" are no longer present in the applications menu. If one or both packages are still present in the menu, please file a bug report.
#* 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.
# Optional - Repeat steps 1 and 2 above with the package managers not used for you first pass through steps 1 and 2 above.
|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.
# The applications should not appear in the applications menu after removal.
}}
}}

Latest revision as of 15:00, 7 February 2020

Note.png
Associated release criterion
This test case is associated with the Basic_Release_Criteria#package install remove release criterion. If you are doing release validation testing, a failure of this test case may be a breach of that release criterion. If so, please file a bug and nominate it as blocking the appropriate milestone, using the blocker bug nomination page.


Description

This tests whether one of the available package managers provided in the Install step below can properly install and remove packages.

Setup

  1. Install the Fedora pre-release version you wish to test. You can use any configuration allowed by the installer.
  2. Reboot to the installed system. and complete any first boot procedure(s).

How to test

  1. 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.
  2. 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

  1. The applications should install without errors.
  2. The applications should start and close without errors.
  3. The applications should be removed without errors.