From Fedora Project Wiki
Description
This test confirms whether the virt shell (aka virsh) has a consistent view of network devices compared to the command /sbin/ifconfig
.
How to test
- Run the command:
virsh iface-list
- Next, run the command:
/sbin/ifconfig
Expected Results
- list the physical network interfaces completes successfully
- When comparing the output between the two commands, the following conditions have been met.
- the interface is exists in both commands
- the interface state (active vs inactive) is consistent
- the MAC address of interface is consistent