From Fedora Project Wiki

(Add to category and use correct template)
Line 1: Line 1:
== Description ==
{{QA/Test_Case
This test case tests if network interface names in Rawhide is same as they were in Fedora 14, after upgrade.
|description=This test case tests if network interface names in {{FedoraVersion|long|current}} remain the same after upgrading to {{FedoraVersion|long|next}} (or [[Releases/Rawhide|Rawhide]]).
 
|setup=
== Setup ==
# Install {{FedoraVersion|long|current}} on your system.
 
|actions=
Install Fedora 14 on your system.
# Inspect the network interface names on Fedora 14 using the command: {{command|ls /sys/class/net/}}
 
# Upgrade to the next Fedora release and boot into the upgraded system.  If {{FedoraVersion|long|next}} is not available, [[Releases/Rawhide|Rawhide]] may be used instead.
== How to test ==
# Once again, inspect the interface names using the command: {{command|ls /sys/class/net/}}
 
|results=
1. Make a note of the network interface names on Fedora 14.
# Network interface names in Fedora Rawhide should be the same as they were in Fedora 14.  Sample expected output is listed below.
 
<pre># ls /sys/class/net/
<pre>[root@fedora14-r610 rules.d]# ls /sys/class/net/
eth0  eth1  eth2  eth3  eth4  eth5  lo
eth0  eth1  eth2  eth3  eth4  eth5  lo
</pre>
</pre>
}}


2. Upgrade to Fedora Rawhide [[Releases/Rawhide|Rawhide]] and boot into Rawhide.
[[Category:Package biosdevname test cases|b]]
 
3. Make sure interface names remain the same as seen in Step 1.
 
<pre>[root@rawhide-r610 rules.d]# ls /sys/class/net/
eth0  eth1  eth2  eth3  eth4  eth5  lo
</pre>
 
== Expected Results ==
 
Network interface names in Fedora Rawhide should be the same as they were in Fedora 14.

Revision as of 18:57, 19 January 2011

Description

This test case tests if network interface names in Fedora 40 remain the same after upgrading to Fedora 41 (or Rawhide).

Setup

  1. Install Fedora 40 on your system.

How to test

  1. Inspect the network interface names on Fedora 14 using the command: ls /sys/class/net/
  2. Upgrade to the next Fedora release and boot into the upgraded system. If Fedora 41 is not available, Rawhide may be used instead.
  3. Once again, inspect the interface names using the command: ls /sys/class/net/

Expected Results

  1. Network interface names in Fedora Rawhide should be the same as they were in Fedora 14. Sample expected output is listed below.
# ls /sys/class/net/
eth0  eth1  eth2  eth3  eth4  eth5  lo