Details for revision 344 of testcase: Install ((JeOS on KVM)



BugReport a bug against the content of this testcase
ID1458
TitleInstall ((JeOS on KVM)
LinkNo link provided
Part of testsuitesUbuntu Server

RevisionWritten on the 2015-08-19 13:46 by nskaggs
RevisionWritten on the 2014-01-23 10:59 by nskaggs
RevisionWritten on the 2013-03-28 16:31 by nskaggs
RevisionWritten on the 2013-03-25 12:32 by nskaggs
RevisionWritten on the 2013-03-23 10:03 by fabiomarconi
RevisionWritten on the 2012-10-11 13:01 by nskaggs
Text
Boot the CD from KVM
Press F4 and select Install a minimal virtual machine
Choose your language, country and keyboard layout
Set default hostname: ubuntu
Partition disks: Guided use entire disk
Select your time zone and set the system clock to UTC
User account: enter username and password
No software selection.
Boot the newly created guest
Log in
Check that the uname -r returns a -virtual kernel (on Lucid AMD64, it should return a -server; on i386 it will always install a -pae, see https://launchpad.net/bugs/227869):
uname -r
Check that the linux-virtual package is installed:
dpkg -l linux-virtual
Ping outside network
Check with the mount command that virtual disk are mount read-write
Check that the ubuntu-standard package is not installed:
dpkg -l ubuntu-standard
Check that the size of the kernel modules is below 40M:
du -sh /lib/modules/
Check that the size of the installed system is below 500M:
df -h


If all actions produce the expected results listed, please submit a 'passed' result.
If an action fails, or produces an unexpected result, please submit a 'failed' result and file a bug. Please be sure to include the bug number when you submit your result
.