From Fedora Project Wiki

No edit summary
(improved instructions, install.log no longer exists)
Line 1: Line 1:
{{QA/Test_Case
{{QA/Test_Case
|description=An installation with minimum usable set of packages during anaconda.
|description=This is to verify that [[Anaconda]] can successfully install a minimum usable package selection.
|actions=
|actions=
# Boot the installer using any available means
# Boot the installer using any available non-live means (anything except {{filename|Live.iso}})
# At Software Selection screen, check ''Minimal Installation'', and select ''Done'' to continue
# Set minimal installation as your desired package set in software selection dialog
# Proceed with installation
|results=
|results=
<ol>
<ol>
<li> Anaconda completes successfully</li>
<li>The installation completes successfully</li>
<li> System boots into run level 3</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>
  <pre>
  $ runlevel  
  $ runlevel  
  N 3 </pre>
  N 3 </pre>
</li>
</li>
<li> The system is able to access the network and install package updates (''if available'')</li>
<li> The {{filename|/var/log/install.log}} does not contain package install errors</li>
</ol>
</ol>
}}
}}

Revision as of 13:16, 6 November 2012

Description

This is to verify that Anaconda can successfully install a minimum usable package selection.


How to test

  1. Boot the installer using any available non-live means (anything except Live.iso)
  2. Set minimal installation as your desired package set in software selection dialog
  3. Proceed with installation

Expected Results

  1. The installation completes successfully
  2. The new system boots into an environment that matches the minimal package selection. For minimal system, you should receive console environment with runlevel 3:
     $ runlevel 
     N 3