diff --git a/templates-updates b/templates-updates index 027d794c..76cc385e 100755 --- a/templates-updates +++ b/templates-updates @@ -246,6 +246,30 @@ }, test_suite => { name => "desktop_background" }, }, + { + group_name => "Fedora Updates", + machine => { name => "64bit" }, + prio => 30, + product => { + arch => "x86_64", + distri => "fedora", + flavor => "updates-workstation", + version => "*", + }, + test_suite => { name => "desktop_printing" }, + }, + { + group_name => "Fedora Updates", + machine => { name => "64bit" }, + prio => 32, + product => { + arch => "x86_64", + distri => "fedora", + flavor => "updates-kde", + version => "*", + }, + test_suite => { name => "desktop_printing" }, + }, { group_name => "Fedora Updates", machine => { name => "64bit" },