1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-11-21 21:43:08 +00:00

changes in user creation, http mirrors

This commit is contained in:
Garret Raziel 2015-02-19 14:15:29 +01:00 committed by root
parent e819d7f9bd
commit 7eb9eaa090
7 changed files with 48 additions and 5 deletions

View File

@ -1,18 +1,25 @@
{ {
"properties": [],
"tags": [ "tags": [
"anaconda_install_source_http_selected", "anaconda_install_source_http_selected",
"ENV-DISTRI-fedora", "ENV-DISTRI-fedora",
"ENV-INSTLANG-en_US", "ENV-INSTLANG-en_US",
"ENV-OFW-1",
"ENV-FLAVOR-server" "ENV-FLAVOR-server"
], ],
"area": [ "area": [
{ {
"width": 45,
"xpos": 56, "xpos": 56,
"ypos": 163, "type": "match",
"width": 115,
"height": 21, "height": 21,
"type": "match" "ypos": 163
},
{
"height": 22,
"type": "match",
"width": 26,
"xpos": 141,
"ypos": 163
} }
] ]
} }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 36 KiB

After

Width:  |  Height:  |  Size: 35 KiB

View File

@ -0,0 +1,18 @@
{
"properties": [],
"tags": [
"anaconda_install_source_http_selected",
"ENV-DISTRI-fedora",
"ENV-INSTLANG-en_US",
"ENV-FLAVOR-server"
],
"area": [
{
"width": 115,
"xpos": 56,
"height": 21,
"type": "match",
"ypos": 163
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

View File

@ -0,0 +1,15 @@
{
"area": [
{
"xpos": 695,
"ypos": 160,
"width": 187,
"height": 61,
"type": "match"
}
],
"properties": [],
"tags": [
"anaconda_install_user_creation"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 120 KiB

View File

@ -101,7 +101,10 @@
{ {
backend => "qemu", backend => "qemu",
name => "64bit", name => "64bit",
settings => [{ key => "QEMUCPU", value => "qemu64" }], settings => [
{ key => "QEMUCPU", value => "qemu64" },
{ key => "QEMUCPUS", value => "2"}
],
variables => "", variables => "",
}, },
], ],