From Fedora Project Wiki

No edit summary
m (add autolang to page)
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
== Description ==
{{autolang|base=yes}}
This test case verifies that you can configure the network interfaces with the new naming scheme.


== Setup ==
{{QA/Test_Case
Boot into the Rawhide kernel.
|description=This test case verifies that you can configure the network interfaces with the new naming scheme.
|setup=
# Boot into a {{FedoraVersion|long|next}} or [[Releases/Rawhide|Rawhide]] kernel.
|actions=
# Run the command {{command|system-config-network}} to configure and enable an on-board device such as <code>em1</code>
# Run the command {{command|system-config-network}} to configure and enable an add-in network device such as <code>pci3#1</code>
# Run the command {{command|system-config-network}} to configure and enable a SRIOV virtual function network device such as <code>pci3#1_0</code>
|results=
# All attempts to run {{command|system-config-network}} succeed and enable the desired device as expected.  This can be confirmed using the command {{command|ifconfig}} and inspecting the interface configuration files in {{filename|/etc/sysconfig/network-scripts/ifcfg-*}}
# All configured network interfaces are able to pass traffic.
}}


== Howto Test ==
[[Category:Package biosdevname test cases]]
 
#Execute 'system-config-network' and configure (set IP address) em1.
#Execute 'system-config-network' and configure (set IP address) pci3#1
#Execute 'system-config-network' and configure (set IP address) pci3#1_0
 
== Expected Results ==
#Make sure steps 1, 2 and 3 of 'How to Test' succeed.
#Make sure each of the network interfaces can pass traffic.

Latest revision as of 22:49, 22 January 2011


Description

This test case verifies that you can configure the network interfaces with the new naming scheme.

Setup

  1. Boot into a Fedora 41 or Rawhide kernel.

How to test

  1. Run the command system-config-network to configure and enable an on-board device such as em1
  2. Run the command system-config-network to configure and enable an add-in network device such as pci3#1
  3. Run the command system-config-network to configure and enable a SRIOV virtual function network device such as pci3#1_0

Expected Results

  1. All attempts to run system-config-network succeed and enable the desired device as expected. This can be confirmed using the command ifconfig and inspecting the interface configuration files in /etc/sysconfig/network-scripts/ifcfg-*
  2. All configured network interfaces are able to pass traffic.