add multiple disks test
This commit is contained in:
parent
41d859cc7d
commit
2038451b96
7
main.pm
7
main.pm
@ -56,7 +56,11 @@ else
|
|||||||
elsif (get_var('DISK_GUIDED_DELETE_PARTIAL')) {
|
elsif (get_var('DISK_GUIDED_DELETE_PARTIAL')) {
|
||||||
autotest::loadtest get_var('CASEDIR')."/tests/disk_guided_delete_partial.pm";
|
autotest::loadtest get_var('CASEDIR')."/tests/disk_guided_delete_partial.pm";
|
||||||
}
|
}
|
||||||
|
elsif (get_var('DISK_GUIDED_MULTI_EMPTY_ALL')) {
|
||||||
|
autotest::loadtest get_var('CASEDIR')."/tests/disk_guided_multi_empty_all.pm";
|
||||||
|
}
|
||||||
else {
|
else {
|
||||||
|
# also DISK_GUIDED_FREE_SPACE
|
||||||
autotest::loadtest get_var('CASEDIR')."/tests/disk_guided_empty.pm";
|
autotest::loadtest get_var('CASEDIR')."/tests/disk_guided_empty.pm";
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -84,6 +88,9 @@ else
|
|||||||
elsif (get_var('DISK_GUIDED_FREE_SPACE')) {
|
elsif (get_var('DISK_GUIDED_FREE_SPACE')) {
|
||||||
autotest::loadtest get_var('CASEDIR')."/tests/disk_guided_free_space_postinstall.pm";
|
autotest::loadtest get_var('CASEDIR')."/tests/disk_guided_free_space_postinstall.pm";
|
||||||
}
|
}
|
||||||
|
elsif (get_var('DISK_GUIDED_MULTI_EMPTY_ALL')) {
|
||||||
|
autotest::loadtest get_var('CASEDIR')."/tests/disk_guided_multi_empty_all_postinstall.pm";
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,17 +1,25 @@
|
|||||||
{
|
{
|
||||||
|
"properties": [],
|
||||||
"area": [
|
"area": [
|
||||||
{
|
{
|
||||||
"xpos": 56,
|
"ypos": 289,
|
||||||
"width": 134,
|
|
||||||
"type": "match",
|
"type": "match",
|
||||||
"height": 24,
|
"height": 24,
|
||||||
"ypos": 289
|
"width": 17,
|
||||||
|
"xpos": 56
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ypos": 288,
|
||||||
|
"type": "match",
|
||||||
|
"height": 24,
|
||||||
|
"width": 87,
|
||||||
|
"xpos": 102
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"tags": [
|
"tags": [
|
||||||
|
"anaconda_install_destination_select_disk_1",
|
||||||
"ENV-DISTRI-fedora",
|
"ENV-DISTRI-fedora",
|
||||||
"ENV-FLAVOR-server",
|
|
||||||
"ENV-INSTLANG-en_US",
|
"ENV-INSTLANG-en_US",
|
||||||
"anaconda_install_destination_select_disk_1"
|
"ENV-FLAVOR-server"
|
||||||
]
|
]
|
||||||
}
|
}
|
@ -1,24 +1,32 @@
|
|||||||
{
|
{
|
||||||
"area": [
|
|
||||||
{
|
|
||||||
"type": "match",
|
|
||||||
"width": 73,
|
|
||||||
"height": 63,
|
|
||||||
"ypos": 178,
|
|
||||||
"xpos": 290
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "match",
|
|
||||||
"width": 137,
|
|
||||||
"height": 30,
|
|
||||||
"ypos": 275,
|
|
||||||
"xpos": 266
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"tags": [
|
"tags": [
|
||||||
"anaconda_install_destination_select_disk_2",
|
"anaconda_install_destination_select_disk_2",
|
||||||
"ENV-DISTRI-fedora",
|
"ENV-DISTRI-fedora",
|
||||||
"ENV-INSTLANG-en_US",
|
"ENV-INSTLANG-en_US",
|
||||||
"ENV-FLAVOR-server"
|
"ENV-FLAVOR-server"
|
||||||
]
|
],
|
||||||
|
"area": [
|
||||||
|
{
|
||||||
|
"xpos": 290,
|
||||||
|
"type": "match",
|
||||||
|
"ypos": 178,
|
||||||
|
"width": 73,
|
||||||
|
"height": 63
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ypos": 275,
|
||||||
|
"type": "match",
|
||||||
|
"height": 23,
|
||||||
|
"width": 20,
|
||||||
|
"xpos": 266
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "match",
|
||||||
|
"ypos": 278,
|
||||||
|
"width": 81,
|
||||||
|
"height": 22,
|
||||||
|
"xpos": 317
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"properties": []
|
||||||
}
|
}
|
18
needles/anaconda_install_destination_two_disks2.json
Normal file
18
needles/anaconda_install_destination_two_disks2.json
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
{
|
||||||
|
"tags": [
|
||||||
|
"anaconda_install_destination_two_disks",
|
||||||
|
"ENV-DISTRI-fedora",
|
||||||
|
"ENV-INSTLANG-en_US",
|
||||||
|
"ENV-FLAVOR-server"
|
||||||
|
],
|
||||||
|
"area": [
|
||||||
|
{
|
||||||
|
"height": 46,
|
||||||
|
"width": 260,
|
||||||
|
"ypos": 216,
|
||||||
|
"type": "match",
|
||||||
|
"xpos": 59
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"properties": []
|
||||||
|
}
|
BIN
needles/anaconda_install_destination_two_disks2.png
Normal file
BIN
needles/anaconda_install_destination_two_disks2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 45 KiB |
25
needles/console_two_disks_mounted_lvm.json
Normal file
25
needles/console_two_disks_mounted_lvm.json
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
{
|
||||||
|
"area": [
|
||||||
|
{
|
||||||
|
"xpos": 191,
|
||||||
|
"ypos": 15,
|
||||||
|
"width": 64,
|
||||||
|
"height": 18,
|
||||||
|
"type": "match"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xpos": 189,
|
||||||
|
"ypos": 193,
|
||||||
|
"width": 67,
|
||||||
|
"height": 13,
|
||||||
|
"type": "match"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"tags": [
|
||||||
|
"console_two_disks_mounted_lvm",
|
||||||
|
"ENV-DISTRI-fedora",
|
||||||
|
"ENV-INSTLANG-en_US",
|
||||||
|
"ENV-FLAVOR-server"
|
||||||
|
],
|
||||||
|
"properties": []
|
||||||
|
}
|
BIN
needles/console_two_disks_mounted_lvm.png
Normal file
BIN
needles/console_two_disks_mounted_lvm.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.4 KiB |
20
templates
20
templates
@ -106,6 +106,16 @@
|
|||||||
},
|
},
|
||||||
test_suite => { name => "server_simple_free_space" },
|
test_suite => { name => "server_simple_free_space" },
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
machine => { name => "64bit" },
|
||||||
|
product => {
|
||||||
|
arch => "x86_64",
|
||||||
|
distri => "fedora",
|
||||||
|
flavor => "server",
|
||||||
|
version => "rawhide",
|
||||||
|
},
|
||||||
|
test_suite => { name => "server_multi_empty" },
|
||||||
|
},
|
||||||
],
|
],
|
||||||
Machines => [
|
Machines => [
|
||||||
{
|
{
|
||||||
@ -233,5 +243,15 @@
|
|||||||
],
|
],
|
||||||
variables => "",
|
variables => "",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name => "server_multi_empty",
|
||||||
|
prio => 12,
|
||||||
|
settings => [
|
||||||
|
{ key => "DISK_GUIDED_MULTI_EMPTY_ALL", value => "1" },
|
||||||
|
{ key => "NUMDISKS", value => "2" },
|
||||||
|
{ key => "ROOT_PASSWORD", value => "weakpassword" },
|
||||||
|
],
|
||||||
|
variables => "",
|
||||||
|
},
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
|
32
tests/disk_guided_multi_empty_all.pm
Normal file
32
tests/disk_guided_multi_empty_all.pm
Normal file
@ -0,0 +1,32 @@
|
|||||||
|
use base "anacondalog";
|
||||||
|
use strict;
|
||||||
|
use testapi;
|
||||||
|
|
||||||
|
sub run {
|
||||||
|
# Anaconda hub
|
||||||
|
assert_screen "anaconda_main_hub", 300; #
|
||||||
|
|
||||||
|
# Select the first disk
|
||||||
|
assert_and_click "anaconda_main_hub_install_destination";
|
||||||
|
|
||||||
|
assert_screen "anaconda_install_destination_two_disks";
|
||||||
|
assert_and_click "anaconda_install_destination_select_disk_1";
|
||||||
|
assert_and_click "anaconda_install_destination_select_disk_2";
|
||||||
|
assert_and_click "anaconda_spoke_done";
|
||||||
|
|
||||||
|
# Anaconda hub
|
||||||
|
assert_screen "anaconda_main_hub", 300; #
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
sub test_flags {
|
||||||
|
# without anything - rollback to 'lastgood' snapshot if failed
|
||||||
|
# 'fatal' - whole test suite is in danger if this fails
|
||||||
|
# 'milestone' - after this test succeeds, update 'lastgood'
|
||||||
|
# 'important' - if this fails, set the overall state to 'fail'
|
||||||
|
return { fatal => 1 };
|
||||||
|
}
|
||||||
|
|
||||||
|
1;
|
||||||
|
|
||||||
|
# vim: set sw=4 et:
|
24
tests/disk_guided_multi_empty_all_postinstall.pm
Normal file
24
tests/disk_guided_multi_empty_all_postinstall.pm
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
use base "basetest";
|
||||||
|
use strict;
|
||||||
|
use testapi;
|
||||||
|
|
||||||
|
sub run {
|
||||||
|
assert_screen "root_logged_in";
|
||||||
|
|
||||||
|
# when two disks are selected in installation, LVM is used
|
||||||
|
type_string "reset; pvdisplay";
|
||||||
|
send_key "ret";
|
||||||
|
assert_screen "console_two_disks_mounted_lvm";
|
||||||
|
}
|
||||||
|
|
||||||
|
sub test_flags {
|
||||||
|
# without anything - rollback to 'lastgood' snapshot if failed
|
||||||
|
# 'fatal' - whole test suite is in danger if this fails
|
||||||
|
# 'milestone' - after this test succeeds, update 'lastgood'
|
||||||
|
# 'important' - if this fails, set the overall state to 'fail'
|
||||||
|
return { fatal => 1 };
|
||||||
|
}
|
||||||
|
|
||||||
|
1;
|
||||||
|
|
||||||
|
# vim: set sw=4 et:
|
Loading…
Reference in New Issue
Block a user