Fixes _boot_to_anaconda
doesn't handle closest mirror gracefully in 8.5
#66
@ -0,0 +1,16 @@
|
|||||||
|
{
|
||||||
|
"area": [
|
||||||
|
{
|
||||||
|
"height": 38,
|
||||||
|
"type": "match",
|
||||||
|
"width": 42,
|
||||||
|
"xpos": 719,
|
||||||
|
"ypos": 339
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"properties": [],
|
||||||
|
"tags": [
|
||||||
|
"ENV-DISTRI-rocky",
|
||||||
|
"anaconda_network_connected"
|
||||||
|
]
|
||||||
|
}
|
Binary file not shown.
After Width: | Height: | Size: 54 KiB |
@ -55,6 +55,7 @@
|
|||||||
"distri": "rocky",
|
"distri": "rocky",
|
||||||
"flavor": "boot-iso",
|
"flavor": "boot-iso",
|
||||||
"settings": {
|
"settings": {
|
||||||
|
"GRUB": "ip=dhcp",
|
||||||
"+QEMURAM": 3072,
|
"+QEMURAM": 3072,
|
||||||
"TEST_TARGET": "ISO"
|
"TEST_TARGET": "ISO"
|
||||||
},
|
},
|
||||||
@ -65,6 +66,7 @@
|
|||||||
"distri": "rocky",
|
"distri": "rocky",
|
||||||
"flavor": "boot-iso",
|
"flavor": "boot-iso",
|
||||||
"settings": {
|
"settings": {
|
||||||
|
"GRUB": "ip=dhcp",
|
||||||
"+QEMURAM": 3072,
|
"+QEMURAM": 3072,
|
||||||
"TEST_TARGET": "ISO"
|
"TEST_TARGET": "ISO"
|
||||||
},
|
},
|
||||||
|
@ -9,6 +9,11 @@ sub run {
|
|||||||
# Anaconda hub
|
# Anaconda hub
|
||||||
assert_screen "anaconda_main_hub", 300; #
|
assert_screen "anaconda_main_hub", 300; #
|
||||||
|
|
||||||
|
if (check_screen ["anaconda_network_connected"], 60) {
|
||||||
|
# network is connected already, we're done
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
assert_and_click "anaconda_main_hub_network_host_name_not_connected";
|
assert_and_click "anaconda_main_hub_network_host_name_not_connected";
|
||||||
assert_and_click "anaconda_network_connect";
|
assert_and_click "anaconda_network_connect";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user