mirror of
https://pagure.io/fedora-qa/createhdds.git
synced 2024-11-05 16:04:21 +00:00
a1bef836d7
Summary: This goes with D839. It makes the necessary changes to report the results for the desktop-terminal tests, and changes the username in the upgrade test disk images from 'ejohn' to 'test' to be in line with the name used in all the other tests, and save us having to change the 'user_logged_in' needles. Test Plan: Run with D839, check that all tests work and results are correctly sent to the wiki. Reviewers: jskladan, garretraziel Reviewed By: garretraziel Subscribers: tflink Differential Revision: https://phab.qadevel.cloud.fedoraproject.org/D840
163 lines
4.4 KiB
JSON
163 lines
4.4 KiB
JSON
{
|
|
"guestfs" : [
|
|
{
|
|
"name" : "full",
|
|
"size" : "10G",
|
|
"labels" : ["mbr", "gpt"],
|
|
"parts" : [
|
|
{
|
|
"filesystem" : "ext4",
|
|
"type" : "p",
|
|
"start" : "4096",
|
|
"end" : "10485760"
|
|
},
|
|
{
|
|
"filesystem" : "ext4",
|
|
"type" : "p",
|
|
"start" : "10485761",
|
|
"end" : "-4097"
|
|
}
|
|
],
|
|
"writes" : [
|
|
{
|
|
"part" : "1",
|
|
"path" : "/testfile",
|
|
"content" : "Hello, world!"
|
|
},
|
|
{
|
|
"part" : "2",
|
|
"path" : "/testfile",
|
|
"content" : "Oh, hi Mark"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name" : "freespace",
|
|
"size" : "10G",
|
|
"labels" : ["mbr", "gpt"],
|
|
"parts" : [
|
|
{
|
|
"filesystem" : "ext4",
|
|
"type" : "p",
|
|
"start" : "4096",
|
|
"end" : "2097152"
|
|
}
|
|
],
|
|
"writes" : [
|
|
{
|
|
"part" : "1",
|
|
"path" : "/testfile",
|
|
"content" : "Hello, world!"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name" : "ks",
|
|
"size" : "100M",
|
|
"imgver" : "2",
|
|
"parts" : [
|
|
{
|
|
"filesystem" : "ext4",
|
|
"type" : "p",
|
|
"start" : "4096",
|
|
"end" : "-1"
|
|
}
|
|
],
|
|
"uploads" : [
|
|
{
|
|
"part" : "1",
|
|
"target" : "/root-user-crypted-net.ks",
|
|
"source" : "https://jskladan.fedorapeople.org/kickstarts/root-user-crypted-net.ks"
|
|
},
|
|
{
|
|
"part" : "1",
|
|
"target" : "/freeipa.ks",
|
|
"source" : "https://www.happyassassin.net/ks/oqipas.ks"
|
|
},
|
|
{
|
|
"part" : "1",
|
|
"target" : "/freeipaclient.ks",
|
|
"source" : "https://www.happyassassin.net/ks/oqipac.ks"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name" : "updates_img",
|
|
"size" : "100M",
|
|
"imgver" : "2",
|
|
"parts" : [
|
|
{
|
|
"filesystem" : "ext4",
|
|
"label" : "UPDATES_IMG",
|
|
"type" : "p",
|
|
"start" : "4096",
|
|
"end" : "-1"
|
|
}
|
|
],
|
|
"uploads" : [
|
|
{
|
|
"part" : "1",
|
|
"target" : "/updates.img",
|
|
"source" : "https://fedorapeople.org/groups/qa/updates/updates-openqa.img"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name" : "shrink",
|
|
"size" : "10G",
|
|
"labels" : ["mbr", "gpt"],
|
|
"filesystems" : ["ext4", "ntfs"],
|
|
"parts" : [
|
|
{
|
|
"type" : "p",
|
|
"start" : "4096",
|
|
"end" : "-4097"
|
|
}
|
|
],
|
|
"writes" : [
|
|
{
|
|
"part" : "1",
|
|
"path" : "/testfile",
|
|
"content" : "Hello, world!"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"virtbuilder" : [
|
|
{
|
|
"name" : "minimal",
|
|
"releases" : {
|
|
"-1" : ["x86_64"],
|
|
"-2" : ["x86_64"]
|
|
}
|
|
},
|
|
{
|
|
"name" : "desktop",
|
|
"releases" : {
|
|
"-1" : ["x86_64", "i686"],
|
|
"-2" : ["x86_64", "i686"]
|
|
},
|
|
"size" : "20G",
|
|
"imgver": "2"
|
|
},
|
|
{
|
|
"name" : "server",
|
|
"releases" : {
|
|
"-1" : ["x86_64", "i686"],
|
|
"-2" : ["x86_64", "i686"]
|
|
},
|
|
"imgver": "2"
|
|
},
|
|
{
|
|
"name" : "kde",
|
|
"releases" : {
|
|
"-1" : ["x86_64", "i686"],
|
|
"-2" : ["x86_64", "i686"]
|
|
},
|
|
"size" : "20G",
|
|
"imgver": "2"
|
|
}
|
|
],
|
|
"renames" : []
|
|
}
|