mirror of
https://github.com/rocky-linux/os-autoinst-distri-rocky.git
synced 2024-11-25 14:41:27 +00:00
Drop the 32bit upgrade tests
We don't do these any more, not since we stopped shipping i686 releases. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
52b34c2be0
commit
9c51301037
48
templates
48
templates
@ -2097,28 +2097,6 @@
|
|||||||
},
|
},
|
||||||
test_suite => { name => "install_blivet_lvmthin" },
|
test_suite => { name => "install_blivet_lvmthin" },
|
||||||
},
|
},
|
||||||
{
|
|
||||||
machine => { name => "64bit" },
|
|
||||||
prio => 82,
|
|
||||||
product => {
|
|
||||||
arch => "i386",
|
|
||||||
distri => "fedora",
|
|
||||||
flavor => "universal",
|
|
||||||
version => "*",
|
|
||||||
},
|
|
||||||
test_suite => { name => "upgrade_desktop_32bit" },
|
|
||||||
},
|
|
||||||
{
|
|
||||||
machine => { name => "64bit" },
|
|
||||||
prio => 92,
|
|
||||||
product => {
|
|
||||||
arch => "i386",
|
|
||||||
distri => "fedora",
|
|
||||||
flavor => "universal",
|
|
||||||
version => "*",
|
|
||||||
},
|
|
||||||
test_suite => { name => "upgrade_2_desktop_32bit" },
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
machine => { name => "64bit" },
|
machine => { name => "64bit" },
|
||||||
prio => 92,
|
prio => 92,
|
||||||
@ -5287,32 +5265,6 @@
|
|||||||
{ key => "TEST_TARGET", value => "COMPOSE" },
|
{ key => "TEST_TARGET", value => "COMPOSE" },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
|
||||||
name => "upgrade_desktop_32bit",
|
|
||||||
settings => [
|
|
||||||
{ key => "ROOT_PASSWORD", value => "weakpassword" },
|
|
||||||
{ key => "USER_LOGIN", value => "test" },
|
|
||||||
{ key => "USER_PASSWORD", value => "weakpassword" },
|
|
||||||
{ key => "BOOTFROM", value => "c" },
|
|
||||||
{ key => "HDD_1", value => "disk_f%CURRREL%_desktop_4_i686.img" },
|
|
||||||
{ key => "UPGRADE", value => "1" },
|
|
||||||
{ key => "DESKTOP", value => "gnome" },
|
|
||||||
{ key => "TEST_TARGET", value => "COMPOSE" },
|
|
||||||
],
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name => "upgrade_2_desktop_32bit",
|
|
||||||
settings => [
|
|
||||||
{ key => "ROOT_PASSWORD", value => "weakpassword" },
|
|
||||||
{ key => "USER_LOGIN", value => "test" },
|
|
||||||
{ key => "USER_PASSWORD", value => "weakpassword" },
|
|
||||||
{ key => "BOOTFROM", value => "c" },
|
|
||||||
{ key => "HDD_1", value => "disk_f%PREVREL%_desktop_4_i686.img" },
|
|
||||||
{ key => "UPGRADE", value => "1" },
|
|
||||||
{ key => "DESKTOP", value => "gnome" },
|
|
||||||
{ key => "TEST_TARGET", value => "COMPOSE" },
|
|
||||||
],
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name => "install_updates_img_local",
|
name => "install_updates_img_local",
|
||||||
settings => [
|
settings => [
|
||||||
|
Loading…
Reference in New Issue
Block a user