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": [
{
"xpos": 56,
"width": 134,
"type": "match",
"width": 64,
"xpos": 86,
"ypos": 177,
"height": 66
},
{
"type": "match",
"height": 30,
"xpos": 58,
"ypos": 274,
"width": 135
"height": 24,
"ypos": 289
}
],
"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": [
{
"xpos": 203,
"ypos": 188,
"height": 100,
"width": 349,
"type": "match"
"width": 103,
"xpos": 207,
"height": 45,
"type": "match",
"ypos": 196
},
{
"width": 79,
"height": 54,
"type": "match",
"xpos": 483,
"ypos": 195
}
],
"tags": [

Binary file not shown.

Before

Width:  |  Height:  |  Size: 72 KiB

After

Width:  |  Height:  |  Size: 72 KiB

View File

@ -1,23 +1,17 @@
{
"tags": [
"anaconda_select_install_lang_english_selected",
"ENV-DESKTOP-default",
"ENV-DISTRI-fedora",
"ENV-INSTLANG-en_US"
"ENV-INSTLANG-en_US",
"ENV-OFW-1",
"ENV-FLAVOR-server"
],
"area": [
{
"type": "match",
"height": 51,
"ypos": 194,
"xpos": 200,
"width": 356
},
{
"height": 70,
"type": "match",
"xpos": 593,
"ypos": 190,
"height": 70,
"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
# 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
assert_screen "clean_install_login", $wait_time;