fix anaconda_network_enable and related needles

This commit is contained in:
Trevor Cooper 2021-08-17 18:20:11 -07:00
parent e698d7207d
commit 6b0e7e8227
7 changed files with 66 additions and 24 deletions

View File

@ -0,0 +1,22 @@
{
"area": [
{
"height": 14,
"type": "match",
"width": 70,
"xpos": 724,
"ypos": 362
},
{
"xpos": 829,
"ypos": 363,
"width": 71,
"height": 13,
"type": "match"
}
],
"properties": [],
"tags": [
"ENV-DISTRI-rocky"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 53 KiB

View File

@ -0,0 +1,20 @@
{
"area": [
{
"xpos": 718,
"ypos": 361,
"width": 130,
"height": 16,
"type": "match",
"click_point": {
"xpos": 17,
"ypos": 1.5
}
}
],
"properties": [],
"tags": [
"ENV-DISTRI-rocky",
"anaconda_main_hub_network_host_name_not_connected"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 53 KiB

View File

@ -0,0 +1,20 @@
{
"area": [
{
"height": 16,
"xpos": 718,
"click_point": {
"xpos": 17,
"ypos": 1.5
},
"type": "match",
"width": 130,
"ypos": 361
}
],
"properties": [],
"tags": [
"ENV-DISTRI-rocky",
"anaconda_main_hub_network_host_name_not_connected"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

View File

@ -6,31 +6,11 @@ use tapnet;
sub run {
my $self = shift;
assert_and_click "anaconda_main_hub_network_host_name";
#add the stuff here to click the connected button
assert_and_click "anaconda_network_configure";
#assert_and_click "anaconda_network_ipv4";
#assert_and_click "anaconda_network_method";
#assert_and_click "anaconda_network_method_manual";
#assert_and_click "anaconda_network_address_add";
#type_safely get_var('ANACONDA_STATIC');
## netmask is automatically set
#type_safely "\t\t";
## assume gateway
#type_safely "172.16.2.2";
## move to DNS servers
#type_safely "\n\t\t\t";
## set DNS from host
#type_safely join(',', get_host_dns());
#type_safely "\t\t\t\t\t\n";
## can take a bit of time as it seems to wait for all the pending
## DHCP requests to time out before applying the static config
# Anaconda hub
assert_screen "anaconda_main_hub", 300; #
assert_and_click "anaconda_main_hub_network_host_name_not_connected";
assert_and_click "anaconda_network_connect";
assert_screen "anaconda_network_connected", 90;
assert_and_click "anaconda_spoke_done";