From Fedora Project Wiki

Revision as of 18:19, 7 April 2010 by Jlaska (talk | contribs) (Use QA Test Case Template, move into category)
(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 to a domain.
    <serial type="file">
    <source path="/var/log/vm-serial.log"/>
    <target port="1"/>
    </serial>
  3. Start the domain.
  4. Display the contents of the file /var/log/vm-serial.log. For example, run the command: cat /var/log/vm-serial.log

Expected Results

  1. All data sent to the character device is written to the file /var/log/vm-serial.log