From Fedora Project Wiki
(Redirected from Architectures/ARM/Quality Assurance/Testcase ARM Image Checksums)
Description
This test is intended to verify that the posted ARM disk images match the published SHA-256 checksum.
Setup
- Download the
raw.xzcompressed disk images you need to test - Download the matching CHECKSUM file. For example,
Fedora-44-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-44-armhfp-CHECKSUM</pre<noinclude></noinclude>>
Expected Results
- The command
sha256sumshould return OK results. For example: <pre<noinclude></noinclude>>$ sha256sum -c Fedora-44-armhfp-CHECKSUM Fedora-44-KDE-VFAT-armhfp-20-1-sda.raw.xz: OK Fedora-44-KDE-armhfp-20-1-sda.raw.xz: OK</pre<noinclude></noinclude>>
