mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-23 06:23:09 +00:00
Fixed select-lang when geolocation pre-selects english
This commit is contained in:
parent
45ec446ba5
commit
a4aec6b123
@ -0,0 +1,18 @@
|
|||||||
|
{
|
||||||
|
"tags": [
|
||||||
|
"anaconda_select_install_lang_english_filtered",
|
||||||
|
"ENV-DISTRI-fedora",
|
||||||
|
"ENV-INSTLANG-en_US",
|
||||||
|
"ENV-OFW-1",
|
||||||
|
"ENV-FLAVOR-server"
|
||||||
|
],
|
||||||
|
"area": [
|
||||||
|
{
|
||||||
|
"xpos": 221,
|
||||||
|
"ypos": 205,
|
||||||
|
"width": 126,
|
||||||
|
"height": 26,
|
||||||
|
"type": "match"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Binary file not shown.
After Width: | Height: | Size: 120 KiB |
@ -55,7 +55,7 @@
|
|||||||
{ key => "NUMDISKS", value => "2" },
|
{ key => "NUMDISKS", value => "2" },
|
||||||
{ key => "HDD_2". value => "disk_full.img" },
|
{ key => "HDD_2". value => "disk_full.img" },
|
||||||
{ key => "DO_LOGIN". value => "1" },
|
{ key => "DO_LOGIN". value => "1" },
|
||||||
{ key => "ROOT_PASSWORD". value => "fedora" },
|
{ key => "ROOT_PASSWORD". value => "weakpassword" },
|
||||||
],
|
],
|
||||||
variables => "",
|
variables => "",
|
||||||
},
|
},
|
||||||
|
@ -11,12 +11,12 @@ sub run {
|
|||||||
|
|
||||||
# Set root password
|
# Set root password
|
||||||
assert_and_click "anaconda_install_root_password";
|
assert_and_click "anaconda_install_root_password";
|
||||||
type_string "fedora";
|
type_string "weakpassword";
|
||||||
send_key "tab";
|
send_key "tab";
|
||||||
type_string "fedora";
|
type_string "weakpassword";
|
||||||
assert_and_click "anaconda_spoke_done";
|
assert_and_click "anaconda_spoke_done";
|
||||||
# weak password - click "done" once again"
|
# weak password - click "done" once again"
|
||||||
assert_and_click "anaconda_spoke_done";
|
#assert_and_click "anaconda_spoke_done";
|
||||||
|
|
||||||
# Set user details
|
# Set user details
|
||||||
assert_and_click "anaconda_install_user_creation";
|
assert_and_click "anaconda_install_user_creation";
|
||||||
@ -25,13 +25,13 @@ sub run {
|
|||||||
send_key "tab";
|
send_key "tab";
|
||||||
send_key "tab";
|
send_key "tab";
|
||||||
send_key "tab";
|
send_key "tab";
|
||||||
type_string "fedora";
|
type_string "weakpassword";
|
||||||
send_key "tab";
|
send_key "tab";
|
||||||
type_string "fedora";
|
type_string "weakpassword";
|
||||||
assert_and_click "anaconda_install_user_creation_make_admin";
|
assert_and_click "anaconda_install_user_creation_make_admin";
|
||||||
assert_and_click "anaconda_spoke_done";
|
assert_and_click "anaconda_spoke_done";
|
||||||
# weak password - click "done" once again"
|
# weak password - click "done" once again"
|
||||||
assert_and_click "anaconda_spoke_done";
|
#assert_and_click "anaconda_spoke_done";
|
||||||
|
|
||||||
# Wait for install to end
|
# Wait for install to end
|
||||||
assert_screen "anaconda_install_done", 1800;
|
assert_screen "anaconda_install_done", 1800;
|
||||||
|
Loading…
Reference in New Issue
Block a user