From Fedora Project Wiki

Revision as of 18:22, 7 April 2010 by Jlaska (talk | contribs) (Use QA template, Add test to Category:libvirt VNC Resource Tunnel Test Cases)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Description

FIXME


How to test

  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'/>
    <target port='0'/>
    </serial>
    <console type='pty'>
    <source path='/dev/pts/3'/>
    <target port='0'/>
    </console>
  3. Start the domain.
  4. Run the command virsh console [domain id]. A booting message will be displayed in the terminal.
  5. Log on to the guest.

Expected Results

  1. Successful connection to a guest via virtual console and serial.