From Fedora Project Wiki
m (add autolang to page) |
|||
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
= | {{autolang|base=yes}} | ||
= | {{QA/Test_Case | ||
|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]]). | |||
Install | |setup= | ||
# Install {{FedoraVersion|long|current}} on your system. | |||
|actions= | |||
# 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. | |||
# Once again, inspect the interface names using the command: {{command|ls /sys/class/net/}} | |||
|results= | |||
# 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> | |||
eth0 eth1 eth2 eth3 eth4 eth5 lo | eth0 eth1 eth2 eth3 eth4 eth5 lo | ||
</pre> | </pre> | ||
}} | |||
[[Category:Package biosdevname test cases|b]] | |||
Latest revision as of 19:52, 21 January 2011
Description
This test case tests if network interface names in Fedora 41 remain the same after upgrading to Fedora 42 (or Rawhide).
Setup
- Install Fedora 41 on your system.
How to test
- Inspect the network interface names on Fedora 14 using the command:
ls /sys/class/net/
- Upgrade to the next Fedora release and boot into the upgraded system. If Fedora 42 is not available, Rawhide may be used instead.
- Once again, inspect the interface names using the command:
ls /sys/class/net/
Expected Results
- 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