From f77d24040717e6c713afd45f192274d14557767d Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Thu, 14 Mar 2019 09:20:59 -0700 Subject: [PATCH] Add KDE startstop test to templates Signed-off-by: Adam Williamson --- templates | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/templates b/templates index b4692eae..a55588f0 100755 --- a/templates +++ b/templates @@ -578,6 +578,17 @@ }, test_suite => { name => "desktop_notifications_live" }, }, + { + machine => { name => "64bit" }, + prio => 32, + product => { + arch => "x86_64", + distri => "fedora", + flavor => "KDE-live-iso", + version => "*", + }, + test_suite => { name => "desktop_notifications_live" }, + }, { machine => { name => "64bit" }, prio => 40, @@ -591,14 +602,14 @@ }, { machine => { name => "64bit" }, - prio => 32, + prio => 40, product => { arch => "x86_64", distri => "fedora", flavor => "KDE-live-iso", version => "*", }, - test_suite => { name => "desktop_notifications_live" }, + test_suite => { name => "apps_startstop" }, }, { machine => { name => "64bit" },