Re: [Avocado-devel] Tips for making a standalone test script Avocado-friendly?

2017-04-06 Thread Cleber Rosa
On 04/06/2017 11:00 AM, Lukáš Doktor wrote: > Dne 5.4.2017 v 17:06 Cleber Rosa napsal(a): >> >> On 04/05/2017 09:00 AM, Eduardo Habkost wrote: >>> >>> Hi, >>> >>> I have been writing a few standalone Python scripts[1] to test >>> QEMU recently, and I would like to make them more useful for >>>

[Avocado-devel] Tips for making a standalone test script Avocado-friendly?

2017-04-05 Thread Eduardo Habkost
Hi, I have been writing a few standalone Python scripts[1] to test QEMU recently, and I would like to make them more useful for people running tests using Avocado. Most of them work this way: 1) Query QEMU to check which architectures/machine-types/CPU-models/devices/options it supports