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


{{QA/Test_Case
{{QA/Test_Case
|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.
|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 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:
# 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 configuration and SEtools should be present in the applications menu and check that they are opperational.
#* 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 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:
# 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  
#* If there were errors during the removal, 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.
|results=
|results=
# Each {{command|grep}} command should produce no output.
# The applications should install without errors.
# Requesting reboot should cause an orderly shutdown and restart of the system.
# The applications should start and close without errors.
# The applications should be removed without errors.
}}
}}

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.