From Fedora Project Wiki

m (add category)
m (Converted to use QA/Test_Case template)
Line 1: Line 1:
= Description =
{{QA/Test_Case
 
|description=This test case checks that the installer images are present, listed in the metadata, and not corrupt.
This test case checks that the installer images are present, listed in the metadata, and not corrupt.
|actions=
 
= How to test =
 
# open <code>.treeinfo</code>
# open <code>.treeinfo</code>
# confirm that the arch listed in the <code>[general]</code> section is correct
# confirm that the arch listed in the <code>[general]</code> section is correct
Line 11: Line 8:
# confirm that the stage2 image is present and non-empty
# confirm that the stage2 image is present and non-empty
# check that each of the listed files matches the checksum specified in the <code>[checksums]</code> section
# check that each of the listed files matches the checksum specified in the <code>[checksums]</code> section
 
|results=
= Expected Results =
 
# <code>.treeinfo</code> exists
# <code>.treeinfo</code> exists
# listed arch is correct
# listed arch is correct
# boot images for the given arch are present and correct
# boot images for the given arch are present and correct
# stage2 image is present and correct
# stage2 image is present and correct
 
}}
[[Category:Rawhide Acceptance Test Cases]]
[[Category:Rawhide Acceptance Test Cases]]

Revision as of 12:07, 30 June 2009

Description

This test case checks that the installer images are present, listed in the metadata, and not corrupt.


How to test

  1. open .treeinfo
  2. confirm that the arch listed in the [general] section is correct
  3. confirm that the files listed in the [images-$ARCH] section are present and non-empty
  4. confirm that a [stage2] section is present and lists a mainimage item
  5. confirm that the stage2 image is present and non-empty
  6. check that each of the listed files matches the checksum specified in the [checksums] section

Expected Results

  1. .treeinfo exists
  2. listed arch is correct
  3. boot images for the given arch are present and correct
  4. stage2 image is present and correct