[libvirt] [PATCH v3 2/3] tests: Add test for new virkmod functions

John Ferlan jferlan at redhat.com
Tue Feb 4 14:01:10 UTC 2014



On 02/04/2014 06:06 AM, Ján Tomko wrote:
> On 01/30/2014 06:50 PM, John Ferlan wrote:
>> Adding tests for new virKMod{Config|Load|Unload}() API's.
>>
>> A test for virKModIsBlacklisted() would require some setup which cannot
>> be assumed.
>>
>> Signed-off-by: John Ferlan <jferlan at redhat.com>
>> ---
>>  .gitignore          |   2 +
>>  tests/Makefile.am   |   5 ++
>>  tests/virkmodtest.c | 183 ++++++++++++++++++++++++++++++++++++++++++++++++++++
>>  3 files changed, 190 insertions(+)
>>  create mode 100644 tests/virkmodtest.c
>>
>> diff --git a/.gitignore b/.gitignore
>> index 96b7211..79437e9 100644
>> --- a/.gitignore
>> +++ b/.gitignore
>> @@ -70,6 +70,7 @@
>>  /docs/libvirt-refs.xml
>>  /docs/search.php
>>  /docs/todo.html.in
>> +/examples/domain-events/
>>  /examples/object-events/event-test
>>  /examples/dominfo/info1
>>  /examples/domsuspend/suspend
> 
> Unrelated change.

OK - I'll send this separately (trivially).

John




More information about the libvir-list mailing list