Am 09.03.2012 20:31, schrieb Anthony Liguori:
> On 03/09/2012 06:46 AM, Kevin Wolf wrote:
>> Run the 'quick' group from qemu-iotests during 'make check'.
>>
>> Signed-off-by: Kevin Wolf<kw...@redhat.com>
>> ---
>>   tests/Makefile              |    5 +++++
>>   tests/qemu-iotests-quick.sh |   17 +++++++++++++++++
>>   2 files changed, 22 insertions(+), 0 deletions(-)
>>   create mode 100755 tests/qemu-iotests-quick.sh
>>
>> diff --git a/tests/Makefile b/tests/Makefile
>> index 74b29dc..571ad42 100644
>> --- a/tests/Makefile
>> +++ b/tests/Makefile
>> @@ -1,6 +1,9 @@
>> +export SRC_PATH
>> +
>>   CHECKS = check-qdict check-qfloat check-qint check-qstring check-qlist
>>   CHECKS += check-qjson test-qmp-output-visitor test-qmp-input-visitor
>>   CHECKS += test-string-input-visitor test-string-output-visitor 
>> test-coroutine
>> +CHECKS += $(SRC_PATH)/tests/qemu-iotests-quick.sh
> 
> Not to suggest that we don't start here, but I think we should look into how 
> to 
> make qemu-iotest use gtester in the near future.
> 
> That will allow the qemu-iotest to be part of the make check-report output 
> and 
> will provide an easy way for other tools (like autotest) to run these tests.

Yes, we need to figure out how to integrate shell scripts with gtester.
If we can't, we need to rethink gtester as our framework and put
something more flexible on top.

Kevin

Reply via email to