From Fedora Project Wiki

(initial template)
 
No edit summary
 
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
= Description =
{{QA/Test_Case
A brief description of the functionality being tested.
|description=A very basic test to ensure the installer kernel boots.
 
|actions=
= How to test =
# Load the kernel/initrd by any of these methods:
 
## Burn and boot the <code>boot.iso</code> CD image
 
## Fetch the <code>kernel</code> and <code>initrd</code> images listed in <code>.treeinfo</code> and add them to an existing <code>/etc/grub.conf</code>
# Start here ...
# Allow the bootloader to load and start the kernel
# Next do this ...
|results=
# Finally click that
# The kernel starts
 
# A whole lot of messages scroll by, including lines like these:
= Expected Results =
#* <code>Linux version 3.1.0-0.rc6.git0.3.fc16.x86_64 (mockbuild@x86-02.phx2.fedoraproject.org) (gcc version 4.6.1 20110824 (Red Hat 4.6.1-8) (GCC) ) #1 SMP Fri Sep 16 12:26:22 UTC 2011</code>
 
#* <code>Unpacking initramfs...</code>
 
# The kernel finds the initrd and starts <code>/init</code> - this will be indicated by line like this:
# Step #1 completes without error
#* <code>Starting Anaconda version 16.19.</code>
# The system boots into runlevel 5
}}
# Program completes wth exit code 0
 
 
 
[[Category:Rawhide Acceptance Test Cases]]
[[Category:Rawhide Acceptance Test Cases]]

Latest revision as of 05:28, 11 October 2011

Description

A very basic test to ensure the installer kernel boots.


How to test

  1. Load the kernel/initrd by any of these methods:
    1. Burn and boot the boot.iso CD image
    2. Fetch the kernel and initrd images listed in .treeinfo and add them to an existing /etc/grub.conf
  2. Allow the bootloader to load and start the kernel

Expected Results

  1. The kernel starts
  2. A whole lot of messages scroll by, including lines like these:
    • Linux version 3.1.0-0.rc6.git0.3.fc16.x86_64 (mockbuild@x86-02.phx2.fedoraproject.org) (gcc version 4.6.1 20110824 (Red Hat 4.6.1-8) (GCC) ) #1 SMP Fri Sep 16 12:26:22 UTC 2011
    • Unpacking initramfs...
  3. The kernel finds the initrd and starts /init - this will be indicated by line like this:
    • Starting Anaconda version 16.19.