From Fedora Project Wiki

(obsolete test case - in a Fedora.next world it's effectively replaced by Testcase_Boot_default_install wrt various media)
(update to use the new template (revive this test case as it'll be needed for F22))
Line 1: Line 1:
{{admon/note|Obsolete|This test case is obsolete: runs of [[QA:Testcase_Boot_default_install]] for the various media now replace it.}}
{{Associated_release_criterion|Alpha|package-sets}}
 
{{Testcase package set|minimal}}
{{QA/Test_Case
|description=This is to verify that [[Anaconda]] can successfully install a minimum usable package selection.
|actions=
# Boot the installer using any available non-live means (anything except {{filename|Live.iso}})
# Set minimal installation as your desired package set in software selection dialog
# Proceed with installation
|results=
<ol>
<li>The installation completes successfully</li>
<li>The new system boots into an environment that matches the minimal package selection. For minimal system, you should receive console environment with runlevel 3:
<pre>
$ runlevel
N 3 </pre>
</li>
</ol>
}}
 
 
[[Category:Obsolete Test Cases]]

Revision as of 23:45, 29 January 2015

Note.png
Associated release criterion
This test case is associated with the Basic_Release_Criteria#package-sets 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 is to verify that Anaconda can successfully install the minimal package set from the release repository.

Setup

  1. Prepare a test system with a working, supported storage device of sufficient size for a Fedora install, and a Fedora installation medium that uses the GTK-based installer. Do not use Fedora Workstation live on Fedora 41+, as that uses the webui-based installer.

How to test

  1. Boot the installer using the generic network install image or a similar method (e.g. PXE boot with the Everything tree used for inst.repo)
  2. Enter the INSTALLATION SOURCE screen and select the option called Install the default versions provided by the installation source (above) only. If using the generic network install image, the source should be set to Closest mirror. Click Done
  3. Enter the SOFTWARE SELECTION screen and select the minimal environment
  4. Proceed with installation, using defaults for all other settings where possible and simple, sensible choices where a choice must be made
  5. Boot the installed system.

Expected Results

  1. The installation should complete successfully
  2. The selected package set should be installed
  3. The system should boot to the appropriate state for the selected package set.