virt-test
virt-test copied to clipboard
Linux Virtualization Tests
It would be nice to provide a simple way to run the QEMUs that are started under gdb for those of us debugging/breaking qemu. It should be possible to do...
this issue to track timedrift test loop missed scenario that test rtc-clock is 'vm'
On 11/05/2013 03:48 PM, Dongsheng Yang wrote: > On 11/04/2013 07:45 PM, John Ferlan wrote: > > > ``` > > 26 setvcpus > > ``` > > > >...
As now autotest always get vm object from env and virtnet is not updated. We will met problem when we run tests like this: 1. run boot (which will start...
Although we don't need to do it in a hurry, I'd like to take a look in possible replacements for the aexpect code. Pros: 1) We won't have to maintain...
Came in via #983, the error is: 'raise error.TestFail("No HBAs to support vHBA on the host!")'. This should be `error.TestNAError(...)` if possible, since it's a test environment/setup problem. Environment: ```...
This test is failing on F19 system (four host CPUs) with: ``` 12:33:58 DEBUG| stderr: 12:33:58 DEBUG| cgtime get is ['cat:', '/cgroup/cpuacct/libvirt/qemu/virt-tests-vm1/cpuacct.usage_percpu:', 'No', 'such', 'file', 'or', 'directory'] 12:33:58 DEBUG| Check...
On 11/05/2013 03:48 PM, Dongsheng Yang wrote: > On 11/04/2013 07:45 PM, John Ferlan wrote: > > > # grep "| ERROR " latest/debug.log | awk '{print $5}' | sed...
On 11/05/2013 03:48 PM, Dongsheng Yang wrote: > On 11/04/2013 07:45 PM, John Ferlan wrote: > > > ``` > > 5 iface_trans > > ``` > > > >...
hi I am running fedora 19 and wanted to execute virt-test for openvswitch. i have done the setup for open vswitch and installed kvm in fedora. I was successfully able...