[Libvirt-cim] Re: CimTest Report for KVM on F9 07-05-2008

Deepti B Kalakeri deeptik at linux.vnet.ibm.com
Tue May 20 12:39:41 UTC 2008



Deepti B Kalakeri wrote:
>
>
> Deepti B Kalakeri wrote:
>> ========================================================================
>> CIM Test Report for KVM  on F9 with latest libvirt-cim  and libcmpiutil
>> ========================================================================
>> Distro      : Fedora 9 Beta
>> Kernel      : 2.6.25-0.121.rc5.git4.fc9
>> Libvirt     : libvirt-0.4.2-1.fc9.x86_64
>> CIMOM       : pegasus
>> PyWBEM      : pywbem-0.6
>> CIM Schema  : cimv216Experimental
>> LibCMPIutil : 76
>> LibVirtCIM  : 580
>> CIMTEST     : 130
>> =======================================================
>> PASS        : 94
>> FAIL        : 14
>> XFAIL       :  4
>> SKIP        : 17
>> -----------------
>> Total       : 129
>> =======================================================
>>
>> List of tc that are failing
>>
>> ComputerSystem - 40_RSC_start.py: FAIL
> known issue, "Resource type not supported on this platform" error
>> ComputerSystemIndication - 01_created_indication.py: FAIL
> timeout issue.
>> ElementCapabilities - 01_forward.py: FAIL
> EC now returns AC , needs tc modification.
>> ElementSettingData - 01_forward.py: FAIL
> ESD expects InstanceID "testdom/0" instead of "testdom/proc".
>
>> HostSystem - 03_hs_to_settdefcap.py: FAIL
> RASD does not have 'propertypolicy' in the properties need tc 
> modification.
>> Memory - 02_defgetmem.py: FAIL
> known issue, "Resource type not supported on this platform" error
>> NetworkPort - 03_user_netport.py: FAIL
>> Processor - 02_definesys_get_procs.py: FAIL
> known issue
>> SettingsDefine - 02_reverse.py: FAIL
> SDS expects InstanceID "testdom/0" instead of "testdom/proc".
The VirtualSystemSettingDataComponent association returns ProcRASD 
InstanceID of the form "testdom/proc", but the SettingsDefineState 
association expects the ProcRASD InstanceID of the form "testdom/0". I 
guess this is a known issue ?

>> VSSD - 03_vssd_gi_errs.py: FAIL
> Segmentation fault.
>> VirtualSystemManagementService - 01_definesystem_name.py: FAIL
> known issue, "Resource type not supported on this platform" error
>> VirtualSystemManagementService - 05_destroysystem_neg.py: FAIL
> Needs tc modification, the provider now returns the exception 
> 'CIM_ERR_FAILED: Unable to retrieve domain name.'
>> VirtualSystemManagementService - 06_addresource.py: FAIL
> <domain type='kvm'>
> <uuid>e9bc806e-1c65-11dd-b5f9-001a646394d4</uuid>
> <name>rstest_domain</name>
> <on_poweroff>destroy</on_poweroff>
> <on_crash>destroy</on_crash>
> <os>
>  <type>hvm</type>
>  <boot dev='hd'/>
> </os>
> <currentMemory>131072</currentMemory>
> <memory>131072</memory>
> <vcpu>1</vcpu><devices>
> <interface type='bridge'>
>  <mac address='11:22:33:aa:bb:cc'/>
>  <script path='vif-bridge'/>
> </interface>
> <disk type='file' device='disk'>
>  <source file='/tmp/default-kvm-dimage'/>
>  <target dev='hda'/>
> </disk>
> </devices>
> </domain>
>
> misc_util.c(72): Connecting to libvirt with uri `qemu:///system'
> libvir: QEMU error : internal error No <source> 'dev' attribute 
> specified with <interface type='bridge'/>
> Virt_VirtualSystemManagementService.c(595): Failed to define domain 
> from XML
> std_invokemethod.c(305): Method `AddResourceSettings' returned 1
>
> The tc Failed to create the domain bcs of the missing <source 
> bridge='testbridge'/> tag in the xml.
> With the <source bridge='testbridge'/> in the xml file we can create 
> the kvm guest successfully.
>
>> VirtualSystemSettingDataComponent - 04_vssdc_rev_errs.py
> Segmentation fault.
>>
>> Please find the complete report attached with the mail.
>>
>> Thanks and Regards,
>> Deepti.
>>
>> ------------------------------------------------------------------------
>>
>> ------------------------------------------------------------------------
>>
>> Starting test suite: libvirt-cim
>> Cleaned log files.
>> Testing KVM hypervisor
>> AllocationCapabilities - 01_enum.py: PASS
>> AllocationCapabilities - 02_alloccap_gi_errs.py: PASS
>> ComputerSystem - 01_enum.py: PASS
>> ComputerSystem - 02_nosystems.py: PASS
>> ComputerSystem - 03_defineVS.py: PASS
>> ComputerSystem - 04_defineStartVS.py: PASS
>> ComputerSystem - 05_activate_defined_start.py: XFAIL    Bug: 85769
>> ERROR   - ERROR: VS DomST1 transition from Defined State to Activate 
>> state was not Successful
>> Bug:<85769>
>> ComputerSystem - 06_paused_active_suspend.py: XFAIL     Bug: 85769
>> ERROR   - ERROR: VS DomST1 transition from suspend State to Activate 
>> state  was not Successful
>> Bug:<85769>
>> ComputerSystem - 22_define_suspend.py: PASS
>> ComputerSystem - 23_suspend_suspend.py: SKIP
>> ComputerSystem - 27_define_suspend_errs.py: SKIP
>> ComputerSystem - 32_start_reboot.py: SKIP
>> ComputerSystem - 33_suspend_reboot.py: SKIP
>> ComputerSystem - 35_start_reset.py: SKIP
>> ComputerSystem - 40_RSC_start.py: FAIL
>> ERROR   - Unexpected rc code 1 and description:
>>  CIM_ERR_FAILED: ResourceSettings Error: Resource type not supported 
>> on this platform
>> ERROR   - Exception: ('Unable create domain %s using DefineSystem()', 
>> 'test_domain')
>> InvokeMethod(DefineSystem): CIM_ERR_FAILED: ResourceSettings Error: 
>> Resource type not supported on this platform
>> ComputerSystem - 41_cs_to_settingdefinestate.py: SKIP
>> ComputerSystem - 42_cs_gi_errs.py: PASS
>> ComputerSystemIndication - 01_created_indication.py: FAIL
>> ERROR   - error : (110, 'Connection timed out')
>> ElementAllocatedFromPool - 01_forward.py: SKIP
>> ElementAllocatedFromPool - 02_reverse.py: SKIP
>> ElementAllocatedFromPool - 03_reverse_errs.py: PASS
>> ElementAllocatedFromPool - 04_forward_errs.py: PASS
>> ElementCapabilities - 01_forward.py: FAIL
>> ERROR   - ElementCapabilities association classname error
>> ElementCapabilities - 02_reverse.py: PASS
>> ElementCapabilities - 03_forward_errs.py: PASS
>> ElementCapabilities - 04_reverse_errs.py: PASS
>> ElementCapabilities - 05_hostsystem_cap.py: PASS
>> ElementConforms - 01_forward.py: PASS
>> ElementConforms - 02_reverse.py: PASS
>> ElementConforms - 03_ectp_fwd_errs.py: PASS
>> ElementConforms - 04_ectp_rev_errs.py: PASS
>> ElementSettingData - 01_forward.py: FAIL
>> ERROR   - ElementSettingData returned 0 
>> ProcResourceAllocationSettingData instances
>> ERROR   - Unable to get associated ResourceAllocationSettingData from 
>> ElementSettingData
>> CIM_ERR_NOT_FOUND: No such instance (domu/proc)
>> ElementSettingData - 03_esd_assoc_with_rasd_errs.py: PASS
>> EnabledLogicalElementCapabilities - 01_enum.py: PASS
>> EnabledLogicalElementCapabilities - 02_elecap_gi_errs.py: PASS
>> HostSystem - 01_enum.py: PASS
>> HostSystem - 02_hostsystem_to_rasd.py: PASS
>> HostSystem - 03_hs_to_settdefcap.py: FAIL
>> ERROR   - Error checking RASD attribute values 'propertypolicy'
>> HostSystem - 04_hs_to_EAPF.py: SKIP
>> HostSystem - 05_hs_gi_errs.py: PASS
>> HostSystem - 06_hs_to_vsms.py: PASS
>> HostedDependency - 01_forward.py: PASS
>> HostedDependency - 02_reverse.py: PASS
>> HostedDependency - 03_enabledstate.py: PASS
>> HostedDependency - 04_reverse_errs.py: PASS
>> HostedResourcePool - 01_forward.py: PASS
>> HostedResourcePool - 02_reverse.py: PASS
>> HostedResourcePool - 03_forward_errs.py: PASS
>> HostedResourcePool - 04_reverse_errs.py: PASS
>> HostedService - 01_forward.py: PASS
>> HostedService - 02_reverse.py: PASS
>> HostedService - 03_forward_errs.py: PASS
>> HostedService - 04_reverse_errs.py: PASS
>> LogicalDisk - 01_disk.py: PASS
>> LogicalDisk - 02_nodevs.py: PASS
>> LogicalDisk - 03_ld_gi_errs.py: PASS
>> Memory - 01_memory.py: PASS
>> Memory - 02_defgetmem.py: FAIL
>> ERROR   - Unexpected rc code 1 and description:
>>  CIM_ERR_FAILED: ResourceSettings Error: Resource type not supported 
>> on this platform
>> ERROR   - Exception: Unable to create domain domu using DefineSys()
>> InvokeMethod(DefineSystem): CIM_ERR_FAILED: ResourceSettings Error: 
>> Resource type not supported on this platform
>> Memory - 03_mem_gi_errs.py: PASS
>> NetworkPort - 01_netport.py: PASS
>> NetworkPort - 02_np_gi_errors.py: PASS
>> NetworkPort - 03_user_netport.py: FAIL
>> ERROR   - Exception: (6, u'CIM_ERR_NOT_FOUND: No such instance 
>> (test_domain/00:11:22:33:44:55)')
>> Processor - 01_processor.py: PASS
>> Processor - 02_definesys_get_procs.py: FAIL
>> ERROR   - Unexpected rc code 1 and description:
>>  CIM_ERR_FAILED: ResourceSettings Error: Resource type not supported 
>> on this platform
>> ERROR   - Exception: Unable create domain test_domain using 
>> DefineSystem()
>> InvokeMethod(DefineSystem): CIM_ERR_FAILED: ResourceSettings Error: 
>> Resource type not supported on this platform
>> Processor - 03_proc_gi_errs.py: PASS
>> Profile - 01_enum.py: PASS
>> Profile - 02_profile_to_elec.py: SKIP
>> Profile - 03_rprofile_gi_errs.py: SKIP
>> RASD - 01_verify_rasd_fields.py: PASS
>> RASD - 02_enum.py: PASS
>> RASD - 03_rasd_errs.py: PASS
>> ReferencedProfile - 01_verify_refprof.py: PASS
>> ReferencedProfile - 02_refprofile_errs.py: PASS
>> ResourceAllocationFromPool - 01_forward.py: PASS
>> ResourceAllocationFromPool - 02_reverse.py: PASS
>> ResourceAllocationFromPool - 03_forward_errs.py: PASS
>> ResourceAllocationFromPool - 04_reverse_errs.py: PASS
>> ResourceAllocationFromPool - 05_RAPF_err.py: PASS
>> ResourcePool - 01_enum.py: PASS
>> ResourcePool - 02_rp_gi_errors.py: PASS
>> ResourcePoolConfigurationCapabilities - 01_enum.py: PASS
>> ResourcePoolConfigurationCapabilities - 02_rpcc_gi_errs.py: PASS
>> ResourcePoolConfigurationService - 01_enum.py: PASS
>> ResourcePoolConfigurationService - 02_rcps_gi_errors.py: PASS
>> ResourcePoolConfigurationService - 03_CreateResourcePool.py: PASS
>> ResourcePoolConfigurationService - 04_CreateChildResourcePool.py: PASS
>> ResourcePoolConfigurationService - 05_AddResourcesToResourcePool.py: 
>> XFAIL      Bug: 92173
>> ERROR   - Unexpected rc code 1 and description CIM_ERR_FAILED: 
>> Unknown Method
>>
>> InvokeMethod(AddResourcesToResourcePool): CIM_ERR_FAILED: Unknown Method
>> Bug:<92173>
>> ResourcePoolConfigurationService - 
>> 06_RemoveResourcesFromResourcePool.py: PASS
>> ResourcePoolConfigurationService - 07_DeleteResourcePool.py: PASS
>> SettingsDefine - 01_forward.py: PASS
>> SettingsDefine - 02_reverse.py: FAIL
>> ERROR   - Mistmatching value for VSSDComponent association
>> CIM_ERR_NOT_FOUND: No such instance (virtgst/proc)
>> SettingsDefine - 03_sds_fwd_errs.py: PASS
>> SettingsDefine - 04_sds_rev_errs.py: PASS
>> SettingsDefineCapabilities - 01_forward.py: SKIP
>> SettingsDefineCapabilities - 03_forward_errs.py: PASS
>> SettingsDefineCapabilities - 04_forward_vsmsdata.py: PASS
>> SettingsDefineCapabilities - 05_reverse_vsmcap.py: PASS
>> SystemDevice - 01_forward.py: PASS
>> SystemDevice - 02_reverse.py: PASS
>> SystemDevice - 03_fwderrs.py: PASS
>> VSSD - 01_enum.py: PASS
>> VSSD - 02_bootldr.py: SKIP
>> VSSD - 04_vssd_to_rasd.py: PASS
>> VirtualSystemManagementCapabilities - 01_enum.py: PASS
>> VirtualSystemManagementCapabilities - 02_vsmcap_gi_errs.py: PASS
>> VirtualSystemManagementService - 01_definesystem_name.py: FAIL
>> ERROR   - Unexpected rc code 1 and description:
>>  CIM_ERR_FAILED: ResourceSettings Error: Resource type not supported 
>> on this platform
>> InvokeMethod(DefineSystem): CIM_ERR_FAILED: ResourceSettings Error: 
>> Resource type not supported on this platform
>> VirtualSystemManagementService - 02_destroysystem.py: PASS
>> VirtualSystemManagementService - 03_definesystem_ess.py: PASS
>> VirtualSystemManagementService - 04_definesystem_ers.py: PASS
>> VirtualSystemManagementService - 05_destroysystem_neg.py: FAIL
>> ERROR   - destroy_fail>>noname: Error executing DestroySystem, 
>> exception details below
>> ERROR   - (1, u'CIM_ERR_FAILED: Unable to retrieve domain name.')
>> ERROR   - destroy_fail>>nonexistent: Error executing DestroySystem, 
>> exception details below
>> ERROR   - (1, u'CIM_ERR_FAILED: Failed to find domain')
>> InvokeMethod(DestroySystem): CIM_ERR_FAILED: Unable to retrieve 
>> domain name.
>> InvokeMethod(DestroySystem): CIM_ERR_FAILED: Failed to find domain
>> VirtualSystemManagementService - 06_addresource.py: FAIL
>> ERROR   - Error invoking AddRS
>> ERROR   - (1, u'CIM_ERR_FAILED: Failed to create domain')
>> InvokeMethod(AddResourceSettings): CIM_ERR_FAILED: Failed to create 
>> domain
>> VirtualSystemManagementService - 07_addresource_neg.py: PASS
>> VirtualSystemManagementService - 08_modifyresource.py: XFAIL    Bug: 
>> 90853
>> ERROR   - Error invoking ModifyRS
>> ERROR   - (1, u'CIM_ERR_FAILED: Failed to create domain')
>> InvokeMethod(ModifyResourceSettings): CIM_ERR_FAILED: Failed to 
>> create domain
>> Bug:<90853>
>> VirtualSystemMigrationCapabilities - 01_enum.py: PASS
>> VirtualSystemMigrationCapabilities - 02_vsmc_gi_errs.py: PASS
>> VirtualSystemMigrationService - 01_migratable_host.py: SKIP
>> VirtualSystemMigrationService - 02_host_migrate_type.py: SKIP
>> VirtualSystemMigrationService - 05_migratable_host_errs.py: SKIP
>> VirtualSystemMigrationSettingData - 01_enum.py: PASS
>> VirtualSystemMigrationSettingData - 02_vsmsd_gi_errs.py: PASS
>> VirtualSystemSettingDataComponent - 01_forward.py: SKIP
>> VirtualSystemSettingDataComponent - 02_reverse.py: PASS
>> VirtualSystemSettingDataComponent - 03_vssdc_fwd_errs.py: PASS
>> VirtualSystemSnapshotService - 01_enum.py: PASS
>> VirtualSystemSnapshotService - 02_vs_sservice_gi_errs.py: PASS
>> VirtualSystemSnapshotServiceCapabilities - 01_enum.py: PASS
>> VirtualSystemSnapshotServiceCapabilities - 
>> 02_vs_sservicecap_gi_errs.py: PASS
>>   




More information about the Libvirt-cim mailing list