virt-test icon indicating copy to clipboard operation
virt-test copied to clipboard

Linux Virtualization Tests

Results 30 virt-test issues
Sort by recently updated
recently updated
newest added

On 11/05/2013 03:48 PM, Dongsheng Yang wrote: > On 11/04/2013 07:45 PM, John Ferlan wrote: > > > ``` > > 13 domjobabort > > ``` > > > >...

bug
virt-libvirt

On 11/05/2013 03:48 PM, Dongsheng Yang wrote: > On 11/04/2013 07:45 PM, John Ferlan wrote: > > > ``` > > 3 domiflist > > ``` > > > >...

bug
virt-libvirt

In short, `__del__` and all the moving things around is betting annoying / problematic. This may end up being too much work, but here's where I find out: https://github.com/cevich/virt-test/compare/autotest:next...upsidedown_xml

virt
TODO

It seems we have more ways of executing virsh commands coming in than we have facilities in virsh module to deal with. The `command` function keeps expanding with more conditionals....

TODO
virt-libvirt
virt-lvsb

There are some test which are system specific only because there is necessary install specific package with specific package manager. Most of this packages are really general and could be...

virt
TODO

I'm moving issue: https://github.com/autotest/autotest/issues/417 The original text by @anantyog is: Steal time is the time that a virtual CPU waits for a real CPU while the hypervisor is servicing another...

virt-qemu

I'm moving issue https://github.com/autotest/autotest/issues/413 Here. From the original text by @santwana: Network Rate Limiting for guests need to be automated. More information on Network Rate Limiting can be found at:...

virt-qemu

On 06/09/2013 11:09 AM, Amos Kong wrote: > # self.virtnet[0]['tapfds'] = ['1', '2', '3', '4'] fail > # self.virtnet[0]['tapfds'] = '1:2:3:4' good That's curious. It certainly shouldn't be a problem...

enhancement
virt

Today I got confused trying to get the "cpuflags" test case to run and not seeing it in the --list-tests output. After asking for help, I learned that the --list-tests...

enhancement

It's interesting for regression testing that we specify multiple qemu binaries, and to allow using multiple binaries inside the test. Some API to conveniently change the qemu binary used by...

virt-qemu