From 50d82d4821fdddb6519e4d047cd018278a8c7c1b Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Fri, 6 Dec 2019 16:33:09 -0800 Subject: [PATCH] Run desktop_printing test on updates too Signed-off-by: Adam Williamson --- templates-updates | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) 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" },