tests: add checksum for cramfs/mkfs for LE:16384 (ia64)

Signed-off-by: Anatoly Pugachev <matorola@gmail.com>
This commit is contained in:
Anatoly Pugachev 2020-12-19 21:36:00 +03:00
parent 7ed579523b
commit 67c9744c10
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ PAGE_SIZE=$($TS_HELPER_SYSINFO pagesize)
case "${BYTE_ORDER}:${PAGE_SIZE}" in
LE:4096)
MD5_EXP="a6667acb1cb0685d9eb5b9cd3724766c" ;;
LE:65536)
LE:16384 | LE:65536)
MD5_EXP="b60133682603b0118592b55f1dba017c" ;;
BE:4096)
MD5_EXP="eaf05031dc8ec97c91ba5c773635cc89" ;;