~sergiomeneses/ubuntu-manual-tests/test-totem

« back to all changes in this revision

Viewing changes to testcases/image/1410_Install (Tomcat Java server)

  • Committer: Nicholas Skaggs
  • Date: 2013-01-23 08:29:30 UTC
  • Revision ID: nicholas.skaggs@canonical.com-20130123082930-p1c1o4e19x39lmm3
initial version of manual testcase repository, as extracted from qatrackers

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Scope of this test is to verify that the system is installed, you can login into it and Tomcat server is running.
 
2
<dl>
 
3
        <dt>Boot from CD or USB in real hardware or run the image in Testdrive</dt>
 
4
        <dt>Choose the desired language</dt>
 
5
        <dt>Select "Install Ubuntu Server"</dt>
 
6
        <dt>Choose the language</dt>
 
7
        <dt>Select your location</dt>
 
8
        <dt>Configure locales</dt>
 
9
        <dt>At configure keyboard page, select NO </dt>
 
10
        <dt>Select the country of the keyboard</dt>
 
11
        <dt>Select the keyboard layout</dt>
 
12
        <dt>Select hostname ubuntu as default</dt>
 
13
        <dt>Inser the name for the new user</dt>
 
14
        <dt>Insert the name for the account</dt>
 
15
        <dt>Choose a password</dt>
 
16
        <dt>Reinsert the password</dt>
 
17
        <dt>At encrypt request select NO</dt>
 
18
        <dt>Verify or setup the timezone</dt>
 
19
        <dt>At partitioning select "Guided - Use entire disk"</dt>
 
20
        <dt>Select disk to partition</dt>
 
21
        <dt>At "Write changes to disks", verify that everythings is right and select YES</dt>
 
22
        <dt>At "http proxy" request, let it blank and press enter</dt>
 
23
        <dt>At managing upgrades select "No automatic updates"</dt>
 
24
        <dt>At Software selection, choose "Tomcat Java server" with arrows, select it with "space bar" and confirm with "Enter"</dt>
 
25
        <dt>Select to install Grub in the master boot record</dt>
 
26
        <dt>Remove the installation media (CDROM or USB key)</dt>
 
27
        <dt>Wait that the system reboot and login</dt>
 
28
        <dt>Verify that Tomcat is running:</dt>
 
29
                <dd>sudo netstat -ltnp | grep java</dd>
 
30
                <dd>should show a jsvc instance listening on port 8080.</dd>
 
31
        <dt>Verify  that Tomcat is working properly:</dt>
 
32
                <dd>w3m http://127.0.0.1:8080</dd>
 
33
                <dd>should bring up a "It works !" page</dd>
 
34
        <dt>w3m http://localhost:8080/examples/servlets/servlet/HelloWorldExample
 
35
                <dd>should bring up a "Hello World!" page</dd>
 
36
        <dt>w3m http://localhost:8080/examples/jsp/jsp2/el/basic-arithmetic.jsp
 
37
                <dd>should bring a page containing basic arithmetics.</dd>
 
38
        <dt>NB: w3m basics: moving cursor and hit 'Enter' to follow links, 'B' to come back to the previous page, 'q' to quit</dt>      
 
39
</dl>
 
40
<strong>If all actions produce the expected results listed, please <a href="results#add_result">submit</a> a 'passed' result.
 
41
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>
 
 
b'\\ No newline at end of file'