update needles

This commit is contained in:
Josef Skladanka 2015-02-03 13:59:31 +01:00
parent f9e75e315c
commit dfd6123859
9 changed files with 44 additions and 33 deletions

View File

@ -1,24 +1,17 @@
{ {
"tags": [
"anaconda_install_destination_select_disk_1",
"ENV-DISTRI-fedora",
"ENV-INSTLANG-en_US",
"ENV-FLAVOR-server"
],
"area": [ "area": [
{ {
"xpos": 56,
"width": 134,
"type": "match", "type": "match",
"width": 64, "height": 24,
"xpos": 86, "ypos": 289
"ypos": 177,
"height": 66
},
{
"type": "match",
"height": 30,
"xpos": 58,
"ypos": 274,
"width": 135
} }
],
"tags": [
"ENV-DISTRI-fedora",
"ENV-FLAVOR-server",
"ENV-INSTLANG-en_US",
"anaconda_install_destination_select_disk_1"
] ]
} }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 76 KiB

After

Width:  |  Height:  |  Size: 46 KiB

View File

@ -0,0 +1,17 @@
{
"tags": [
"ENV-DISTRI-fedora",
"ENV-FLAVOR-server",
"ENV-INSTLANG-en_US",
"anaconda_rawhide_accept_fate"
],
"area": [
{
"xpos": 618,
"ypos": 463,
"width": 162,
"height": 38,
"type": "match"
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 88 KiB

View File

@ -1,11 +1,18 @@
{ {
"area": [ "area": [
{ {
"xpos": 203, "width": 103,
"ypos": 188, "xpos": 207,
"height": 100, "height": 45,
"width": 349, "type": "match",
"type": "match" "ypos": 196
},
{
"width": 79,
"height": 54,
"type": "match",
"xpos": 483,
"ypos": 195
} }
], ],
"tags": [ "tags": [

Binary file not shown.

Before

Width:  |  Height:  |  Size: 72 KiB

After

Width:  |  Height:  |  Size: 72 KiB

View File

@ -1,23 +1,17 @@
{ {
"tags": [ "tags": [
"anaconda_select_install_lang_english_selected", "anaconda_select_install_lang_english_selected",
"ENV-DESKTOP-default",
"ENV-DISTRI-fedora", "ENV-DISTRI-fedora",
"ENV-INSTLANG-en_US" "ENV-INSTLANG-en_US",
"ENV-OFW-1",
"ENV-FLAVOR-server"
], ],
"area": [ "area": [
{ {
"type": "match", "height": 70,
"height": 51,
"ypos": 194,
"xpos": 200,
"width": 356
},
{
"type": "match", "type": "match",
"xpos": 593, "xpos": 593,
"ypos": 190, "ypos": 190,
"height": 70,
"width": 349 "width": 349
} }
] ]

Binary file not shown.

Before

Width:  |  Height:  |  Size: 101 KiB

After

Width:  |  Height:  |  Size: 100 KiB

View File

@ -6,7 +6,7 @@ sub run {
# If KICKSTART is set, then the wait_time needs to # If KICKSTART is set, then the wait_time needs to
# consider the install time # consider the install time
my $wait_time = get_var("KICKSTART") ? 600 : 300; my $wait_time = get_var("KICKSTART") ? 1800 : 300;
# Reboot and wait for the text login # Reboot and wait for the text login
assert_screen "clean_install_login", $wait_time; assert_screen "clean_install_login", $wait_time;