User contributions
From FedoraProject
- 08:27, 7 April 2010 (diff | hist) . . (0) . . Test Day:2010-04-08 Virtualization
- 08:26, 7 April 2010 (diff | hist) . . (0) . . Test Day:2010-04-08 Virtualization
- 08:24, 7 April 2010 (diff | hist) . . (0) . . Test Day:2010-04-08 Virtualization libvirt Shared Network Interface (top)
- 08:24, 7 April 2010 (diff | hist) . . (+367) . . N QA:Testcase Shared Network Interface Dump Interface Xml Inactive (Created page with 'Actions: 1. dump eth0's xml via virsh with option "--inactive" # virsh iface-dumpxml eth0 --inactive 2. dump eth0's via ncftool # ncftool ncftool> dumpxml eth0 3. ...') (top)
- 08:22, 7 April 2010 (diff | hist) . . (+1,531) . . N QA:Testcase Shared Network Interface Define Undefine Interface (Created page with 'Actions: 1. save the config file of eth0 # cp /etc/sysconfig/network-scritps/ifcfg-eth0 /tmp 2. save the output of "iface-edit eth0" as eth0.xml 3. undefine eth0 # virs...') (top)
- 08:17, 7 April 2010 (diff | hist) . . (+893) . . N QA:Testcase Shared Network Interface Destroy Start Interface (Created page with 'Actions: 1. destroy eth0 # virsh iface-destroy eth0 2. check the state of eth0 # virsh iface-list --all 3. check if the network is good. # ping google.com #...') (top)
- 08:15, 7 April 2010 (diff | hist) . . (+304) . . N QA:Testcase Shared Network Interface Name To Mac (Created page with 'Actions: 1. get the MAC address of eth0 via "iface-mac" # virsh iface-mac eth0 2. get the MAC address of eth0 via ifconfig # /sbin/ifconfig 3. check if the result of step ...') (top)
- 08:14, 7 April 2010 (diff | hist) . . (+291) . . N QA:Testcase Shared Network Interface MAC To Name (Created page with 'Actions: 1. get the MAC address of eth0 # /sbin/ifconfig 2. using the MAC address to get the interface'name # virsh iface-name ${MAC} 3. loop step 1 and step 2 on all ...') (top)
- 08:13, 7 April 2010 (diff | hist) . . (+1,322) . . N QA:Testcase Shared Network Interface Edit Interfaces Xml (Created page with 'Actions: 1. edit eth0's xml, don't do any other thing in this step # virsh iface-edit eth0 2. dump the xml of eth0 via ncftool (if it doesn't exist, install netcf) # nc...') (top)
- 08:09, 7 April 2010 (diff | hist) . . (+404) . . N QA:Testcase Shared Network Interface Dump Interface Xml (Created page with 'Actions: 1. dump the xml of eth0, and save it as eth0.xml # virsh iface-dumpxml eth0 2. /sbin/ifconfig 3. compare the result of step 1 and step 2. whether they are consis...') (top)
- 08:08, 7 April 2010 (diff | hist) . . (+379) . . N QA:Testcase Shared Network Interface List Interfaces (Created page with 'Actions: 1. # virsh iface-list 2. # /sbin/ifconfig 3. compare the result of step 1 with result of step 2. checkpoint including: 1> if the interface is exist. 2> if the...')
- 08:07, 7 April 2010 (diff | hist) . . (0) . . Test Day:2010-04-08 Virtualization libvirt Shared Network Interface
- 08:07, 7 April 2010 (diff | hist) . . (+507) . . N Test Day:2010-04-08 Virtualization libvirt Shared Network Interface (Created page with '* QA:Testcase_Shared_Network_Interface_List_Interfaces * QA:Testcase_Shared_Network_Interface_Dump_Interface_Xml * [[QA:Testcase_Shared_Network_Interface_Edit_Interface...')
- 07:58, 7 April 2010 (diff | hist) . . (+353) . . N QA:Testcase VNC Resource Tunnel Console And Serial Devices Receive Data (Created page with 'Actions: 1. Add console=ttyS0,115200 to guest kernel line. 2. Add the following XML to a domain. <serial type="file"> <source path="/var/log/vm-serial.log"/> <target port...')
- 07:55, 7 April 2010 (diff | hist) . . (+574) . . N QA:Testcase VNC Resource Tunnel Console And Serial Devices Connect Guest Console (Created page with 'Actions: 1. Add console=ttyS0,115200 to guest kernel line. 2. Add the following XML section to a domain. <serial type='pty'> <source path='/dev/pts/3'/>...')
- 07:53, 7 April 2010 (diff | hist) . . (+827) . . N QA:Testcase VNC Resource Tunnel Sound Device (Created page with 'Setup: a healthy guest, which is in shutoff Actions: 1. dump guest's xml # virsh dumpxml toy > toy.xml 2. insert following xml into node "<device>" <souce model="...')
- 07:51, 7 April 2010 (diff | hist) . . (+217) . . N Test Day:2010-04-08 Virtualization libvirt VNC Resource Tunnel (Created page with '* QA:Testcase_VNC_Resource_Tunnel_Sound_Device * QA:Testcase_VNC_Resource_Tunnel_Console_And_Serial_Devices_Connect_Guest_Console * [[QA:Testcase_VNC_Resource_Tunnel_Co...') (top)
- 07:42, 7 April 2010 (diff | hist) . . (+401) . . N QA:Testcase Stable PCI Addresses When Removing Device For Windows Guest (Created page with 'Actions: 1. Start a widows guest with two PCI NICs (such as: 1th NIC is of 8139 model and 2th NIC is fo e1000 model) 2. Note the PCI slot numbers of the two NIC in guest(my com...')
- 07:41, 7 April 2010 (diff | hist) . . (+379) . . N QA:Testcase Stable PCI Addresses When Adding Device For Windows Guest (Created page with 'Actions: 1. Start a windows guest with one PCI NICs (such as: 8139 model) 2. Note the PCI slot numbers of the NIC in guest(my computer -> properties -> hardware -> the NIC prop...')
- 07:41, 7 April 2010 (diff | hist) . . (+359) . . N QA:Testcase Stable PCI Addresses When Removing Device For Linux Guest (Created page with 'Actions: 1. Start a linux guest with two PCI NICs (such as: 1th NIC is of 8139 model and 2th NIC is fo e1000 model) 2. Note the PCI slot numbers of the two NIC in guest using l...')
- 07:38, 7 April 2010 (diff | hist) . . (+336) . . N QA:Testcase Stable PCI Addresses When Adding Device For Linux Guest (Created page with 'Actions: 1. Start a linux guest with one PCI NICs (such as: 8139 model) 2. Note the PCI slot numbers of the NIC in guest using lspci command. 3. Shutdown the guest 4. Add the...')