From Fedora Project Wiki
(Created page with " {{QA/Test_Case |description=This test is intended to verify that the posted ARM disk images match the published [https://secure.wikimedia.org/wikipedia/en/wiki/SHA-2 SHA-256...") |
m (Adamwill moved page Architectures/ARM/Quality Assurance/Testcase ARM Image Checksums to QA:Testcase ARM Image Checksums: Put into production.) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{Template:Associated_release_criterion|Alpha|correct-checksums}} | |||
{{QA/Test_Case | {{QA/Test_Case | ||
Line 12: | Line 12: | ||
<li> The command {{command|sha256sum}} should return '''OK''' results. For example: | <li> The command {{command|sha256sum}} should return '''OK''' results. For example: | ||
<pre<noinclude></noinclude>>$ sha256sum -c Fedora-{{FedoraVersionNumber|next}}-armhfp-CHECKSUM | <pre<noinclude></noinclude>>$ sha256sum -c Fedora-{{FedoraVersionNumber|next}}-armhfp-CHECKSUM | ||
Fedora-{{FedoraVersionNumber|next}}-KDE-VFAT-armhfp- | Fedora-{{FedoraVersionNumber|next}}-KDE-VFAT-armhfp-20-1-sda.raw.xz: OK | ||
Fedora-{{FedoraVersionNumber|next}}-KDE-armhfp- | Fedora-{{FedoraVersionNumber|next}}-KDE-armhfp-20-1-sda.raw.xz: OK</pre<noinclude></noinclude>> | ||
</ol> | </ol> | ||
}} | }} | ||
[[Category:ARM QA]] | [[Category:ARM QA]] | ||
[[Category:Installer_Image_Sanity_Test_Cases]] |
Latest revision as of 19:32, 20 August 2013
Description
This test is intended to verify that the posted ARM disk images match the published SHA-256 checksum.
Setup
- Download the
raw.xz
compressed disk images you need to test - Download the matching CHECKSUM file. For example,
Fedora-42-armhfp-CHECKSUM
.
How to test
- Validate that the published CHECKSUM matches the downloaded disk images by running the command
sha256sum
. For example, you might type: <pre<noinclude></noinclude>>sha256sum -c Fedora-42-armhfp-CHECKSUM</pre<noinclude></noinclude>>
Expected Results
- The command
sha256sum
should return OK results. For example: <pre<noinclude></noinclude>>$ sha256sum -c Fedora-42-armhfp-CHECKSUM Fedora-42-KDE-VFAT-armhfp-20-1-sda.raw.xz: OK Fedora-42-KDE-armhfp-20-1-sda.raw.xz: OK</pre<noinclude></noinclude>>