Merge lp:~fabiomarconi/ubuntu-manual-tests/Install_JeOS_in_Ubuntu_Server into lp:ubuntu-manual-tests

Proposed by Fabio Marconi
Status: Merged
Approved by: Fabio Marconi
Approved revision: 29
Merged at revision: 55
Proposed branch: lp:~fabiomarconi/ubuntu-manual-tests/Install_JeOS_in_Ubuntu_Server
Merge into: lp:ubuntu-manual-tests
Diff against target: 31 lines (+27/-0)
1 file modified
testcases/image/Install_JeOS_in_Ubuntu_Server (+27/-0)
To merge this branch: bzr merge lp:~fabiomarconi/ubuntu-manual-tests/Install_JeOS_in_Ubuntu_Server
Reviewer Review Type Date Requested Status
Fabio Marconi (community) Approve
Nicholas Skaggs (community) Approve
Review via email: mp+155040@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Fabio Marconi (fabiomarconi) wrote :

title changed, testcase valid for kvm or vbox

Revision history for this message
Nicholas Skaggs (nskaggs) wrote :

Looks good njin, thanks for continuing to clean up these server cases!

review: Approve
Revision history for this message
Fabio Marconi (fabiomarconi) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== added file 'testcases/image/Install_JeOS_in_Ubuntu_Server'
2--- testcases/image/Install_JeOS_in_Ubuntu_Server 1970-01-01 00:00:00 +0000
3+++ testcases/image/Install_JeOS_in_Ubuntu_Server 2013-03-22 19:10:29 +0000
4@@ -0,0 +1,27 @@
5+<dl>
6+ <dt>Boot the CD from KVM</dt>
7+ <dt>Press F4 and select Install a minimal virtual machine</dt>
8+ <dt>Choose your language, country and keyboard layout</dt>
9+ <dt>Set default hostname: ubuntu</dt>
10+ <dt>Partition disks: Guided use entire disk</dt>
11+ <dt>Select your time zone and set the system clock to UTC</dt>
12+ <dt>User account: enter username and password</dt>
13+ <dt>No software selection.</dt>
14+ <dt>Boot the newly created guest</dt>
15+ <dt>Log in</dt>
16+ <dt>Check that the uname -r returns a -generic kernel</dt>
17+ <dd>uname -r</dd>
18+ <dt>Check that the linux-virtual package is installed:</dt>
19+ <dd>dpkg -l linux-virtual</dd>
20+ <dt>Ping outside network</dt>
21+ <dt>Check with the mount command that virtual disk are mount read-write</dt>
22+ <dt>Check that the ubuntu-standard package is not installed:</dt>
23+ <dd>dpkg -l ubuntu-standard</dd>
24+ <dt>Check that the size of the kernel modules is below 40M:</dt>
25+ <dd>du -sh /lib/modules/</dd>
26+ <dt>Check that the size of the installed system is below 800M:</dt>
27+ <dd>df -h</dd>
28+</dl>
29+<strong>
30+If all actions produce the expected results listed, please <a href="results#add_result">submit</a> a 'passed' result.
31+If an action fails, or produces an unexpected result, please <a href="results#add_result">submit</a> a 'failed' result and <a href="../../buginstructions">file a bug</a>. Please be sure to include the bug number when you <a href="results#add_result">submit</a> your result</strong>.

Subscribers

People subscribed via source and target branches