virt-test
virt-test copied to clipboard
Linux Virtualization Tests
On 11/05/2013 03:48 PM, Dongsheng Yang wrote: > On 11/04/2013 07:45 PM, John Ferlan wrote: > > > ``` > > 13 domjobabort > > ``` > > > >...
On 11/05/2013 03:48 PM, Dongsheng Yang wrote: > On 11/04/2013 07:45 PM, John Ferlan wrote: > > > ``` > > 3 domiflist > > ``` > > > >...
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
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....
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...
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...
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:...
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...
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...
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...