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:
Adam Williamson 2016-05-05 16:43:10 -07:00
parent 731cd6e69c
commit a1bef836d7
4 changed files with 12 additions and 9 deletions

View File

@ -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

View File

@ -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" : []

View File

@ -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

View File

@ -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