Re: [libvirt] [test-API PATCH 4/6] Add default 'uri' parameter to all tests

2012-03-27 Thread Martin Kletzander
On 03/26/2012 03:15 PM, Guannan Ren wrote: On 03/25/2012 01:42 AM, Martin Kletzander wrote: Tests should be able to run on various hypervisors and machines. Now we have only two tests that have an option to do something remotely. This commit allows tests to see 'uri' parameter that they

Re: [libvirt] [test-API PATCH 4/6] Add default 'uri' parameter to all tests

2012-03-27 Thread Guannan Ren
On 03/27/2012 03:55 PM, Martin Kletzander wrote: On 03/26/2012 03:15 PM, Guannan Ren wrote: This will create a default option named uri on the framework side like logger for all of testcases. If we want all of testcases to test a remote server that results in adding uri

Re: [libvirt] [test-API PATCH 4/6] Add default 'uri' parameter to all tests

2012-03-26 Thread Guannan Ren
On 03/25/2012 01:42 AM, Martin Kletzander wrote: Tests should be able to run on various hypervisors and machines. Now we have only two tests that have an option to do something remotely. This commit allows tests to see 'uri' parameter that they should connect to. However it doesn't have to be

[libvirt] [test-API PATCH 4/6] Add default 'uri' parameter to all tests

2012-03-24 Thread Martin Kletzander
Tests should be able to run on various hypervisors and machines. Now we have only two tests that have an option to do something remotely. This commit allows tests to see 'uri' parameter that they should connect to. However it doesn't have to be used always (migration etc.) --- generator.py |6