From Fedora Project Wiki

(Created page with "{{QA/Test_Case |description=This test case cover Ethernet connection configuration. |setup=Have LAN connection available. Preferably with IPv4/IPv6 dualstack support. |actions...")
 
No edit summary
Line 1: Line 1:
{{QA/Test_Case
{{QA/Test_Case
|description=This test case cover Ethernet connection configuration.
|description=This test case cover Ethernet connection configuration.
|setup=Have LAN connection available. Preferably with IPv4/IPv6 dualstack support.
|setup=Have LAN connection available, preferably with IPv4/IPv6 dualstack support.
|actions=
|actions=
# Connect the ethernet cable.
# Connect the ethernet cable.
#
# Disable and re-enable ethernet interface via Network Manager applet (Gnome or KDE).
|results=
|results=
# If network has DHCP server running, you should get an IP Address, Default Route (gateway) and DNS addresses automatically. Check this via "Network Settings" in Gnome or  "Network Management" applet in KDE and in terminal by running: {{command|ip address}}. If network supports IPv6 autoconfiguration via DHCPv6 or SLAAC your interface should have two IPv6 addresses: First local-link starting with "fe80::" and second globally unique address provided by network.
# If network has DHCP server running, you should get an IP Address, Default Route (gateway) and DNS addresses automatically. Check this via "Network Settings" in Gnome or  "Network Management" applet in KDE and in terminal by running commands: {{command|ip address}}, {{command|ip route}} and {{command|ip -6 route}}. If network supports IPv6 autoconfiguration via DHCPv6 or SLAAC your interface should have two IPv6 addresses: First local-link starting with "fe80::" and second globally unique address provided by network.
#  
# When interface is disabled, check by running {{command|ip address}} if interface state is "DOWN" and doesn't have other IP addresses then local-link. Run {{command|ip route}} and {{command|ip -6 route}} and check if all routes from disabled network are removed. After enabling, interface should return to previous state.
|optional=Optionally provide hints for exploratory testing.
|optional=Optionally provide hints for exploratory testing.
}}
}}

Revision as of 17:08, 5 December 2012

Description

This test case cover Ethernet connection configuration.

Setup

Have LAN connection available, preferably with IPv4/IPv6 dualstack support.

How to test

  1. Connect the ethernet cable.
  2. Disable and re-enable ethernet interface via Network Manager applet (Gnome or KDE).

Expected Results

  1. If network has DHCP server running, you should get an IP Address, Default Route (gateway) and DNS addresses automatically. Check this via "Network Settings" in Gnome or "Network Management" applet in KDE and in terminal by running commands: ip address, ip route and ip -6 route. If network supports IPv6 autoconfiguration via DHCPv6 or SLAAC your interface should have two IPv6 addresses: First local-link starting with "fe80::" and second globally unique address provided by network.
  2. When interface is disabled, check by running ip address if interface state is "DOWN" and doesn't have other IP addresses then local-link. Run ip route and ip -6 route and check if all routes from disabled network are removed. After enabling, interface should return to previous state.

Optional

Optionally provide hints for exploratory testing.