[Libvirt-cim] [PATCH 1 of 2] [TEST] Fixed enumclass.py and vsmigration.py to work with different Virt MigrationJob

Deepti B Kalakeri deeptik at linux.vnet.ibm.com
Mon Aug 25 06:34:26 UTC 2008



Kaitlin Rupert wrote:
>  > diff -r a2d995514226 -r 9685653189eb 
> suites/libvirt-cim/lib/XenKvmLib/enumclass.py
>> --- a/suites/libvirt-cim/lib/XenKvmLib/enumclass.py    Wed Aug 20 
>> 14:30:36 2008 -0700
>> +++ b/suites/libvirt-cim/lib/XenKvmLib/enumclass.py    Fri Aug 22 
>> 02:00:25 2008 -0700
>> @@ -90,9 +90,13 @@ class CIM_DiskResourceAllocationSettingD
>>  class CIM_DiskResourceAllocationSettingData(CIM_MyClass):
>>      pass
>>
>> +class Xen_MigrationJob(CIM_MyClass):
>> +    pass
>>
>> +class KVM_MigrationJob(CIM_MyClass):
>> +    pass
>
> We don't currently support KVM migration.  It's probably fine to leave 
> this here, but just wanted to make the note so that no one mistakenly 
> thinks that we do support it.
Ya thats true. Better I will remove this as of now.
>
>>
>> -class Virt_MigrationJob(CIM_MyClass):
>> +class XenFV_MigrationJob(CIM_MyClass):
>
> The providers don't use a XenFV_ prefix.
Sorry, I did this by mistake.

Thanks for the review.
Regards,
Deepti.




More information about the Libvirt-cim mailing list