diff --git a/needles/anaconda_install_destination_pony_selected.json b/needles/anaconda_install_destination_pony_selected.json new file mode 100644 index 00000000..dad026f7 --- /dev/null +++ b/needles/anaconda_install_destination_pony_selected.json @@ -0,0 +1,18 @@ +{ + "tags": [ + "anaconda_install_destination_pony", + "ENV-DISTRI-fedora", + "ENV-INSTLANG-en_US", + "ENV-FLAVOR-develop" + ], + "area": [ + { + "xpos": 92, + "ypos": 237, + "width": 25, + "height": 26, + "type": "match" + } + ], + "properties": [] +} \ No newline at end of file diff --git a/needles/anaconda_install_destination_pony_selected.png b/needles/anaconda_install_destination_pony_selected.png new file mode 100644 index 00000000..5d979cc3 Binary files /dev/null and b/needles/anaconda_install_destination_pony_selected.png differ diff --git a/templates b/templates index cb2ebdd7..932be7e2 100755 --- a/templates +++ b/templates @@ -226,6 +226,16 @@ }, test_suite => { name => "fedup_desktop" }, }, + { + machine => { name => "64bit" }, + product => { + arch => "x86_64", + distri => "fedora", + flavor => "universal", + version => "*", + }, + test_suite => { name => "server_updates_img_local" }, + }, { machine => { name => "32bit" }, product => { @@ -446,6 +456,16 @@ }, test_suite => { name => "fedup_desktop" }, }, + { + machine => { name => "32bit" }, + product => { + arch => "i386", + distri => "fedora", + flavor => "universal", + version => "*", + }, + test_suite => { name => "server_updates_img_local" }, + } ], Machines => [ { @@ -753,5 +773,16 @@ ], variables => "", }, + { + name => "server_updates_img_local", + prio => 20, + settings => [ + { key => "NUMDISKS", value => "2" }, + { key => "HDD_2", value => "disk_updates_img.img" }, + { key => "BOOT_UPDATES_IMG_URL", value => "1" }, + { key => "GRUB", value => "inst.updates=hd:LABEL=UPDATES_IMG:/updates.img" }, + ], + variables => "", + }, ], }