From Fedora Project Wiki
(First version) |
No edit summary |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
= | {{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= | ||
# 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 | ||
# confirm that the files listed in the <code>[images-$ARCH]</code> section are present and non-empty | # confirm that the files listed in the <code>[images-$ARCH]</code> section are present and non-empty | ||
# confirm that a <code>[stage2]</code> section is present and lists a <code>mainimage</code> item | # confirm that a <code>[stage2]</code> section is present and lists a <code>mainimage</code> item | ||
# confirm that the | # confirm that the <code>[images-xen]</code> 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= | |||
= | |||
# <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 | ||
# | # <code>[images-xen]</code> images are present and correct | ||
}} | |||
[[Category:Rawhide Acceptance Test Cases]] |
Latest revision as of 06:19, 11 October 2011
Description
This test case checks that the installer images are present, listed in the metadata, and not corrupt.
How to test
- open
.treeinfo
- confirm that the arch listed in the
[general]
section is correct - confirm that the files listed in the
[images-$ARCH]
section are present and non-empty - confirm that a
[stage2]
section is present and lists amainimage
item - confirm that the
[images-xen]
is present and non-empty - check that each of the listed files matches the checksum specified in the
[checksums]
section
Expected Results
.treeinfo
exists- listed arch is correct
- boot images for the given arch are present and correct
[images-xen]
images are present and correct