update needles
@ -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"
|
||||
]
|
||||
}
|
Before Width: | Height: | Size: 76 KiB After Width: | Height: | Size: 46 KiB |
17
needles/anaconda_rawhide_accept_fate.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
BIN
needles/anaconda_rawhide_accept_fate.png
Normal file
After Width: | Height: | Size: 88 KiB |
@ -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": [
|
||||
|
Before Width: | Height: | Size: 72 KiB After Width: | Height: | Size: 72 KiB |
@ -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
|
||||
}
|
||||
]
|
||||
|
Before Width: | Height: | Size: 101 KiB After Width: | Height: | Size: 100 KiB |
@ -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;
|
||||
|