From 4251b7b73a3bac047a03b769a70e457d10ee2cf8 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Thu, 10 Feb 2022 09:35:50 -0800 Subject: [PATCH] Rename desktop_printing_cups back to desktop_printing It's best to keep the test name consistent unless we *really* have to change it; that way the "past runs" history in openQA still works and the name doesn't change in resultsdb and CI messages. Signed-off-by: Adam Williamson --- templates.fif.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates.fif.json b/templates.fif.json index fbd20db9..48cb767d 100644 --- a/templates.fif.json +++ b/templates.fif.json @@ -987,7 +987,7 @@ "START_AFTER_TEST": "%DEPLOY_UPLOAD_TEST%" } }, - "desktop_printing_cups": { + "desktop_printing": { "profiles": { "fedora-KDE-live-iso-x86_64-*-64bit": 20, "fedora-Workstation-live-iso-ppc64le-*-ppc64le": 20, @@ -1004,7 +1004,7 @@ "START_AFTER_TEST": "%DEPLOY_UPLOAD_TEST%" } }, - "desktop_printing_built": { + "desktop_printing_builtin": { "profiles": { "fedora-KDE-live-iso-x86_64-*-64bit": 20, "fedora-Workstation-live-iso-ppc64le-*-ppc64le": 20,