From 7a503100c869b81e1137337462241039e0eebe26 Mon Sep 17 00:00:00 2001 From: Christian Kellner Date: Fri, 19 Feb 2021 13:15:09 +0100 Subject: [PATCH] test/data: set saved_entry in boot manifest This is to test the functionality of the new `saved_entry` grub2 config file. Ideally an integration test would install a new non- default kernel and check that it does not get selected. Something for the future. --- test/data/manifests/fedora-boot.json | 3 ++- test/data/manifests/fedora-boot.mpp.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/test/data/manifests/fedora-boot.json b/test/data/manifests/fedora-boot.json index e36b863b..f820924a 100644 --- a/test/data/manifests/fedora-boot.json +++ b/test/data/manifests/fedora-boot.json @@ -646,7 +646,8 @@ "options": { "root_fs_uuid": "76a22bf4-f153-4541-b6c7-0332c0dfaeac", "kernel_opts": "ro biosdevname=0 net.ifnames=0", - "legacy": "i386-pc" + "legacy": "i386-pc", + "saved_entry": "ffffffffffffffffffffffffffffffff-5.6.6-300.fc32.x86_64" } }, { diff --git a/test/data/manifests/fedora-boot.mpp.json b/test/data/manifests/fedora-boot.mpp.json index f7c4b06d..193f2b4e 100644 --- a/test/data/manifests/fedora-boot.mpp.json +++ b/test/data/manifests/fedora-boot.mpp.json @@ -62,7 +62,8 @@ "options": { "root_fs_uuid": "76a22bf4-f153-4541-b6c7-0332c0dfaeac", "kernel_opts": "ro biosdevname=0 net.ifnames=0", - "legacy": "i386-pc" + "legacy": "i386-pc", + "saved_entry": "ffffffffffffffffffffffffffffffff-5.6.6-300.fc32.x86_64" } }, {