From 1e67cc802f76518ff4393b964fd754eefc4b5dab Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Fri, 27 Apr 2018 16:46:56 -0700 Subject: [PATCH] Add Workstation upgrade test to update tests Since we set up this whole process to run upgrade tests for updates to run the FreeIPA ones on the Server base image, it should be easy to also run Workstation upgrade tests on the Workstation base image. So let's do that! Let's do the most complex test only, the encrypted upgrade one. Signed-off-by: Adam Williamson --- templates-updates | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/templates-updates b/templates-updates index cade61c9..621a295e 100755 --- a/templates-updates +++ b/templates-updates @@ -222,6 +222,18 @@ }, test_suite => { name => "desktop_browser" }, }, + { + group_name => "Fedora Updates", + machine => { name => "64bit" }, + prio => 40, + product => { + arch => "x86_64", + distri => "fedora", + flavor => "updates-workstation-upgrade", + version => "*", + }, + test_suite => { name => "upgrade_desktop_encrypted_64bit" }, + }, { group_name => "Fedora Updates", machine => { name => "64bit" }, @@ -786,6 +798,16 @@ ], version => "*", }, + { + arch => "x86_64", + distri => "fedora", + flavor => "updates-workstation-upgrade", + name => "", + settings => [ + { key => "DESKTOP", value => "gnome" }, + ], + version => "*", + }, { arch => "x86_64", distri => "fedora",