From 44d1dc36079a1387db8fc3637f6e4884df03ba2a Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Fri, 24 Jan 2020 16:29:02 +0100 Subject: [PATCH] Add base_reboot_unmount and base_system_logging to update tests No reason not to run these on updates as well. And it's much easier with FIF! Signed-off-by: Adam Williamson --- templates-updates.fif.json | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/templates-updates.fif.json b/templates-updates.fif.json index 5b95b2f4..bad160a7 100644 --- a/templates-updates.fif.json +++ b/templates-updates.fif.json @@ -188,6 +188,24 @@ "fedora-updates-workstation-x86_64-*-64bit": 40 } }, + "base_reboot_unmount": { + "profiles": { + "fedora-updates-kde-x86_64-*-64bit": 42, + "fedora-updates-server-aarch64-*-aarch64": 40, + "fedora-updates-server-ppc64le-*-ppc64le": 40, + "fedora-updates-server-x86_64-*-64bit": 40, + "fedora-updates-workstation-x86_64-*-64bit": 40 + } + }, + "base_system_logging": { + "profiles": { + "fedora-updates-kde-x86_64-*-64bit": 42, + "fedora-updates-server-aarch64-*-aarch64": 40, + "fedora-updates-server-ppc64le-*-ppc64le": 40, + "fedora-updates-server-x86_64-*-64bit": 40, + "fedora-updates-workstation-x86_64-*-64bit": 40 + } + }, "desktop_background": { "profiles": { "fedora-updates-kde-x86_64-*-64bit": 32, @@ -369,4 +387,4 @@ } } } -} \ No newline at end of file +}