mirror of
https://github.com/rocky-linux/createhdds.git
synced 2024-11-17 18:51:25 +00:00
add desktop terminal test reporting, change 'ejohn' to 'test'
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
This commit is contained in:
parent
731cd6e69c
commit
a1bef836d7
@ -3,5 +3,5 @@ update
|
||||
selinux-relabel
|
||||
install @workstation-product-environment
|
||||
link /usr/lib/systemd/system/graphical.target:/etc/systemd/system/default.target
|
||||
firstboot-command useradd -m -p '' ejohn
|
||||
firstboot-command echo 'ejohn:weakpassword' | chpasswd
|
||||
firstboot-command useradd -m -p '' test
|
||||
firstboot-command echo 'test:weakpassword' | chpasswd
|
||||
|
@ -137,14 +137,16 @@
|
||||
"-1" : ["x86_64", "i686"],
|
||||
"-2" : ["x86_64", "i686"]
|
||||
},
|
||||
"size" : "20G"
|
||||
"size" : "20G",
|
||||
"imgver": "2"
|
||||
},
|
||||
{
|
||||
"name" : "server",
|
||||
"releases" : {
|
||||
"-1" : ["x86_64", "i686"],
|
||||
"-2" : ["x86_64", "i686"]
|
||||
}
|
||||
},
|
||||
"imgver": "2"
|
||||
},
|
||||
{
|
||||
"name" : "kde",
|
||||
@ -152,7 +154,8 @@
|
||||
"-1" : ["x86_64", "i686"],
|
||||
"-2" : ["x86_64", "i686"]
|
||||
},
|
||||
"size" : "20G"
|
||||
"size" : "20G",
|
||||
"imgver": "2"
|
||||
}
|
||||
],
|
||||
"renames" : []
|
||||
|
@ -3,5 +3,5 @@ update
|
||||
selinux-relabel
|
||||
install @kde-desktop-environment
|
||||
link /usr/lib/systemd/system/graphical.target:/etc/systemd/system/default.target
|
||||
firstboot-command useradd -m -p '' ejohn
|
||||
firstboot-command echo 'ejohn:weakpassword' | chpasswd
|
||||
firstboot-command useradd -m -p '' test
|
||||
firstboot-command echo 'test:weakpassword' | chpasswd
|
||||
|
@ -2,5 +2,5 @@ root-password password:weakpassword
|
||||
update
|
||||
selinux-relabel
|
||||
install @server-product-environment
|
||||
firstboot-command useradd -m -p '' ejohn
|
||||
firstboot-command echo 'ejohn:weakpassword' | chpasswd
|
||||
firstboot-command useradd -m -p '' test
|
||||
firstboot-command echo 'test:weakpassword' | chpasswd
|
||||
|
Loading…
Reference in New Issue
Block a user