From Fedora Project Wiki

< User:Tablepc

Revision as of 20:38, 3 February 2020 by Tablepc (talk | contribs)

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 test case tests whether a given package manager (it can be used to test any package manager) can properly install and remove packages.

Setup

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

How to test

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

  1. Each grep command should produce no output.
  2. Requesting reboot should cause an orderly shutdown and restart of the system.