~elfy/ubuntu-manual-tests/1347801

« back to all changes in this revision

Viewing changes to testcases/hardware/1481_Wired Networking

  • 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
<strong>Test Automatic Connectivity</strong>
 
2
 
 
3
Case ID: hcn-001
 
4
 
 
5
Using Unity
 
6
<dl>
 
7
    <dt>Ensure that Network Manager is running and that no networks are currently connected. (Network Manager icon, in the notification area. (Blank slice of pizza)</dt>
 
8
    <dt>Press the Super Windows Key or click on the Ubuntu logo on the Unity panel, and search Terminal , or select (Ctrl+Alt+T)</dt>
 
9
    <dt>Connect the network adapter to a network with a DHCP server. (However you connect to your wired network)</dt>
 
10
    <dt>After approximately 30 seconds, run ifconfig in the terminal. Verify that a cabled network device (e.g. '"eth0") is present and has received an IP address. Note the interface name (e.g. "eth0"). (The Network Manager icon should change to 2 solid arrows one pointing up, one down)</dt>
 
11
    <dt>In the terminal, run route -n. Note the IP address in the Gateway column. (not "0.0.0.0")</dt>
 
12
    <dt>In the terminal, run ping -c 5 [gateway] where [gateway] is the IP address of the Gateway, above.</dt> 
 
13
</dl>
 
14
<dd>Verify that the command reports "5 packets transmitted, 5 packets received".</dd>
 
15
 
 
16
Using GNOME Classic
 
17
<dl>
 
18
    <dt>Ensure that Network Manager is running and that no networks are currently connected. (Network Manager icon in the notification area should look like a blank slice of pizza)</dt>
 
19
    <dt>Open the Terminal (Applications -> Accessories -> Terminal).</dt>
 
20
    <dt>Connect the network adapter to a network with a DHCP server. (However you connect to your wired network)</dt>
 
21
    <dt>After approximately 30 seconds, run ifconfig in the terminal. Verify that a cabled network device is present (e.g. eth0) and has received an IP address. Note the interface name (e.g. eth0). (The slice of pizza should change to 2 arrows, one up, one down)</dt>
 
22
    <dt>In the terminal, run route -n. Note the IP address in the Gateway column. (not "0.0.0.0")</dt>
 
23
    <dt>In the terminal, run ping -c 5 [gateway] where [gateway] is the IP address of the Gateway, above. </dt>
 
24
</dl>
 
25
<dd>Verify that the command reports "5 packets transmitted, 5 packets received".</dd> 
 
26
 
 
27
<strong>Verify Manual Connectivity</strong>
 
28
 
 
29
Case ID: hcn-003
 
30
<dl>
 
31
    <dt>In the terminal, run sudo ifconfig [interface] [staticIP] where [interface] is the interface name (e.g. eth0) and [staticIP] is a valid unused IP address on the current network. (If you are on a home network try using the previously used IP address, (still listed on the terminal) (Consult your network administrator if you do not know such an address.)</dt>
 
32
    <dt>In the terminal, run ifconfig. Verify that the network device is again listed (e.g. eth0) and has the IP address listed([staticIP]) as given above.</dt>
 
33
    <dt>In the terminal, run ping -c 5 [gateway] where [gateway] is the IP address of the Gateway, above.</dt> 
 
34
</dl>
 
35
 
 
36
<dd>Verify that the command reports "5 packets transmitted, 5 packets received".</dd>
 
37
<dd>(In the terminal, run sudo ifconfig [interface] down where [interface] is the interface name above. This releases the static IP address back to the server. Then you will need to run sudo ifconfig [interface] up in order to enable your wired network and allow the server to assign an IP address as needed.) </dd>
 
38
 
 
39
<strong>
 
40
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'