From Fedora Project Wiki

Revision as of 18:06, 7 April 2010 by Jlaska (talk | contribs) (Use QA template, Add test to Category:Virtualization_Shared_Networking_Test_Cases)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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

  1. Run the command: virsh iface-list
  2. Next, run the command: /sbin/ifconfig

Expected Results

  1. list the physical network interfaces completes successfully
  2. When comparing the output between the two commands, the following conditions have been met.
    1. the interface is exists in both commands
    2. the interface state (active vs inactive) is consistent
    3. the MAC address of interface is consistent