From f7d56b3d7e35e2ea2f0d7022045a55e90edb16e7 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Fri, 28 Jun 2024 09:41:00 +0200 Subject: [PATCH] tests: update l2hash for the fc40 move Similar to what was explained in 2e6d49fbe this commit updates the l2hash in test_assemblers to the new values from fc40 images. Sadly it is hard to derive them from first principles (see the other commit) and given that this is legacy code it is probably fine this way. --- test/run/test_assemblers.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/run/test_assemblers.py b/test/run/test_assemblers.py index d0c15494..17ca20f7 100644 --- a/test/run/test_assemblers.py +++ b/test/run/test_assemblers.py @@ -188,11 +188,11 @@ def test_qemu(osbuild, fmt, fs_type): 1, boot_partition=1) if fs_type == "btrfs": - l2hash = "ba0ae9a8b907ad772359a6671de8af0a72def18566e9f2faf8843071777b8d0a" + l2hash = "dfea8604cdcdc2cf0dc3e816929d302f837f03c98f6bb19b366fda4ee26957f1" elif fs_type == "xfs": - l2hash = "9c7f4633df40fec6f31a4d595bc37a263e0a778f496fa314789e60cb9688f376" + l2hash = "18d145b699e0ff4a815868f0b761b4bd6ece391885830ddb56dac557eff8b732" else: - l2hash = "f8272df4899991b20964a568607153ff71b5742bcbf1eeabb47145ccb554a81b" + l2hash = "84792ea01e63bd60c4018d686d48b6207c56d5bc844f2791634b276ce82c9116" assertGRUB2(device, "b8cea7475422d35cd6f85ad099fb4f921557fd1b25db62cd2a92709ace21cf0f", l2hash,