[libvirt] [test-API PATCH] repo: Add test for console input and output operations

2012-04-13 Thread Peter Krempa
This test checks if the console input and output work as desired. The test takes as an argument a filename, whose contents are sent to the console. The optional parameter 'expect' can be set to a filename that should contain expected output from the guest and is compared with the actual output.

Re: [libvirt] [test-API PATCH] repo: Add test for console input and output operations

2012-04-13 Thread Martin Kletzander
On 04/13/2012 11:41 AM, Peter Krempa wrote: This test checks if the console input and output work as desired. The test takes as an argument a filename, whose contents are sent to the console. The optional parameter 'expect' can be set to a filename that should contain expected output from the

Re: [libvirt] [test-API PATCH] repo: Add test for console input and output operations

2012-04-13 Thread Guannan Ren
On 04/13/2012 08:54 PM, Martin Kletzander wrote: On 04/13/2012 11:41 AM, Peter Krempa wrote: This test checks if the console input and output work as desired. The test takes as an argument a filename, whose contents are sent to the console. The optional parameter 'expect' can be set to a