Skip to content

Commit

Permalink
Create agama auto-installation selecting gnome pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
hjluo committed Sep 26, 2024
1 parent fc30ec1 commit 974eb42
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 1 deletion.
40 changes: 40 additions & 0 deletions data/yam/agama/auto/gnome_tumbleweed.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"product": {
"id": "Tumbleweed"
},
"software": {
"patterns": [
"gnome"
]
},
"user": {
"fullName": "Bernhard M. Wiedemann",
"password": "nots3cr3t",
"userName": "bernhard"
},
"root": {
"password": "nots3cr3t"
},
"storage": {
"guided": {
"boot": { "configure": true }
},
"drives": [
{
"ptable_type": "gpt",
"partitions": [
{
"size": "40GiB",
"format": { "filesystem": "btrfs" },
"mount": { "path": "/" }
},
{
"size": "20GiB",
"format": { "filesystem": "xfs" },
"mount": { "path": "/home" }
}
]
}
]
}
}
18 changes: 18 additions & 0 deletions data/yam/agama/auto/gnome_tumbleweed_autosize.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"product": {
"id": "Tumbleweed"
},
"software": {
"patterns": [
"gnome"
]
},
"user": {
"fullName": "Bernhard M. Wiedemann",
"password": "nots3cr3t",
"userName": "bernhard"
},
"root": {
"password": "nots3cr3t"
}
}
2 changes: 1 addition & 1 deletion tests/yam/agama/agama_auto.pm
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ use testapi;
sub run {
my $reboot_page = $testapi::distri->get_reboot_page();

$reboot_page->expect_is_shown(timeout => 1200);
$reboot_page->expect_is_shown(timeout => 3600);

select_console 'root-console';
Yam::Agama::agama_base::upload_agama_logs();
Expand Down

0 comments on commit 974eb42

Please sign in to comment.