
2 May
2008
2 May
'08
10:17 a.m.
Deepti B Kalakeri wrote: > ====================================== > CIM Test Report for XenFV > ====================================== > Distro : RHEL 5.2 Beta > Kernel : 2.6.18-88.el5xen > Xen version : 3.1.2-88.el5 > Libvirt : libvirt-0.3.3-7.el5 > CIMOM : pegasus > PyWBEM : pywbem-3.14 > CIM Schema : cimv216Experimental > LibCMPIutil : 75 > LibVirtCIM : 571 > CIMTEST : 130 > ====================================== > PASS : 60 > FAIL : 41 > XFAIL : 3 > SKIP : 25 > ----------------- > Total : 129 > ====================================== > > List of test cases that are failing: > > ComputerSystem - 04_defineStartVS.py: FAIL > ComputerSystem - 05_activate_defined_start.py: FAIL > ComputerSystem - 06_paused_active_suspend.py: FAIL > ComputerSystem - 23_suspend_suspend.py: FAIL > ComputerSystem - 27_define_suspend_errs.py: FAIL > ComputerSystem - 32_start_reboot.py: FAIL > ComputerSystem - 33_suspend_reboot.py: FAIL > ComputerSystem - 35_start_reset.py: FAIL > ComputerSystem - 40_RSC_start.py: FAIL Test cases 23 to 40 are failing for failing because of the following : *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 * Here is the flow of the code: define_system -> create_system -> classify_resources -> rasd_to_vdev() is called for PROC, MEM, NET, DISK -> _sysvirt_rasd_to_vdev(). The _sysvirt_rasd_to_vdev does not have any code that is related to PROC dev type and hence the error message. The part of the code in the VSMS.c from where the error message is returned as below : static const char *_sysvirt_rasd_to_vdev(CMPIInstance *inst, struct virt_device *dev, uint16_t type) { if (type == CIM_RES_TYPE_DISK) { return disk_rasd_to_vdev(inst, dev); } else if (type == CIM_RES_TYPE_NET) { return net_rasd_to_vdev(inst, dev); } else if (type == CIM_RES_TYPE_MEM) { return mem_rasd_to_vdev(inst, dev); } return "Resource type not supported on this platform"; } Is this valid ? > ElementCapabilities - 01_forward.py: FAIL EC now returns AC , needs tc modification. > ElementCapabilities - 02_reverse.py: FAIL Need tc modification. > ElementCapabilities - 05_hostsystem_cap.py: FAIL wbemcli ain -ac Xen_HostedService 'http://u:p@localhost:5988/root/virt:Xen_HostSystem.CreationClassName="Xen_HostSystem",Name="elm3b43.beaverton.ibm.com"' * * wbemcli: Cim: (1) CIM_ERR_FAILED: Unable to get instance for Xen_HostSystem * Should have returned "RPCS", "Management Service", "MigrationService". > ElementConforms - 01_forward.py: FAIL BaseException not supported, Passed when Exception keyword was instead. > HostSystem - 02_hostsystem_to_rasd.py: FAIL Passed when run manually > HostSystem - 03_hs_to_settdefcap.py: FAIL 1) Need to make change to the common_util.py to inclue the diskpool.conf file in /etc/libvirt 2) The field -PropertyPolicy is no longer returned as part of association between SDC with AC > HostedService - 02_reverse.py: FAIL wbemcli ain -ac Xen_HostedService 'http://u:p@locathost/root/virt:Xen_VirtualSystemMigrationService.CreationClassName="Xen_VirtualSystemMigrationService",Name="MigrationService",SystemCreationClassName="Xen_HostSystem",SystemName="elm3b43.beaverton.ibm.com"' * * wbemcli: Http Exception: couldn't resolve host name * > LogicalDisk - 03_ld_gi_errs.py: FAIL passed when run manually > Memory - 01_memory.py: FAIL > Memory - 02_defgetmem.py: FAIL > Processor - 01_processor.py: FAIL > > Processor - 02_definesys_get_procs.py: FAIL Failing because of the same prob as for CS.23 to CS.40 as above. > Processor - 03_proc_gi_errs.py: FAIL > RASD - 01_verify_rasd_fields.py: FAIL Domain creation is failing for above 2 tc. > ResourcePoolConfigurationService - 03_CreateResourcePool.py: FAIL > ResourcePoolConfigurationService - 04_CreateChildResourcePool.py: FAIL > ResourcePoolConfigurationService - > 06_RemoveResourcesFromResourcePool.py: FAIL > ResourcePoolConfigurationService - 07_DeleteResourcePool.py: FAIL submitted fix for test case 03.RCPS, 04.RCPS, 06.RCPS, 07.RCPS > SettingsDefine - 01_forward.py: FAIL > SettingsDefine - 02_reverse.py: FAIL > SettingsDefine - 03_sds_fwd_errs.py: FAIL > SettingsDefine - 04_sds_rev_errs.py: FAIL Domain creation is failing for above 2 tc. > SystemDevice - 01_forward.py: FAIL > SystemDevice - 02_reverse.py: FAIL > SystemDevice - 03_fwderrs.py: FAIL Error is not getting printed, need to verify this. > VSSD - 01_enum.py: FAIL passed when run manually > VirtualSystemManagementService - 01_definesystem_name.py: FAIL > VirtualSystemManagementService - 02_destroysystem.py: FAIL > VirtualSystemManagementService - 05_destroysystem_neg.py: FAIL > VirtualSystemSettingDataComponent - 02_reverse.py: FAIL > VirtualSystemSettingDataComponent - 03_vssdc_fwd_errs.py: FAIL > VirtualSystemSettingDataComponent - 04_vssdc_rev_errs.py: FAIL Domain creation is failing for above tc. > > Please find the complete test result along with the failures attached > with the mail. > > Thanks and Regards, > Deepti. > > > ------------------------------------------------------------------------ > > Starting test suite: libvirt-cim > Cleaned log files. > Testing XenFV hypervisor > AllocationCapabilities - 01_enum.py: PASS > AllocationCapabilities - 02_alloccap_gi_errs.py: PASS > ComputerSystem - 01_enum.py: PASS > ComputerSystem - 02_nosystems.py: SKIP > ERROR - System has defined domains; unable to run > ComputerSystem - 03_defineVS.py: PASS > ComputerSystem - 04_defineStartVS.py: FAIL > ERROR - Failed to Start the dom: domguest > ComputerSystem - 05_activate_defined_start.py: FAIL > ERROR - Exception: (6, u'CIM_ERR_NOT_FOUND: No such instance (DomST1).') > ComputerSystem - 06_paused_active_suspend.py: FAIL > ERROR - ERROR: VS DomST1 was not created > ComputerSystem - 22_define_suspend.py: PASS > ComputerSystem - 23_suspend_suspend.py: FAIL > ERROR - Unexpected rc code 1 and description: > CIM_ERR_FAILED: ResourceSettings Error: Resource type not supported on this platform > ERROR - Unable to define domain test_domain using DefineSystem() > InvokeMethod(DefineSystem): CIM_ERR_FAILED: ResourceSettings Error: Resource type not supported on this platform > ComputerSystem - 27_define_suspend_errs.py: FAIL > ERROR - Unexpected rc code 1 and description: > CIM_ERR_FAILED: ResourceSettings Error: Resource type not supported on this platform > ERROR - Unable to define domain test_domain using DefineSystem() > InvokeMethod(DefineSystem): CIM_ERR_FAILED: ResourceSettings Error: Resource type not supported on this platform > ComputerSystem - 32_start_reboot.py: FAIL > ERROR - Unexpected rc code 1 and description: > CIM_ERR_FAILED: ResourceSettings Error: Resource type not supported on this platform > ERROR - Unable to define domain test_domain using DefineSystem() > InvokeMethod(DefineSystem): CIM_ERR_FAILED: ResourceSettings Error: Resource type not supported on this platform > ComputerSystem - 33_suspend_reboot.py: FAIL > ERROR - Unexpected rc code 1 and description: > CIM_ERR_FAILED: ResourceSettings Error: Resource type not supported on this platform > ERROR - Unable to define domain test_domain using DefineSystem() > InvokeMethod(DefineSystem): CIM_ERR_FAILED: ResourceSettings Error: Resource type not supported on this platform > ComputerSystem - 35_start_reset.py: FAIL > ERROR - Unexpected rc code 1 and description: > CIM_ERR_FAILED: ResourceSettings Error: Resource type not supported on this platform > ERROR - Unable to define domain test_domain using DefineSystem() > InvokeMethod(DefineSystem): CIM_ERR_FAILED: ResourceSettings Error: Resource type not supported on this platform > 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: PASS > 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: FAIL > ERROR - Expected 1 host, got 0 > CIM_ERR_FAILED: Unable to get instance for Xen_VirtualSystemMigrationCapabilities > ElementCapabilities - 03_forward_errs.py: PASS > ElementCapabilities - 04_reverse_errs.py: PASS > ElementCapabilities - 05_hostsystem_cap.py: FAIL > ERROR - Xen_HostedService returned 0 Service objects > CIM_ERR_FAILED: Unable to get instance for Xen_HostSystem > ElementConforms - 01_forward.py: FAIL > ERROR - NameError : global name 'BaseException' is not defined > ElementConforms - 02_reverse.py: PASS > ElementConforms - 03_ectp_fwd_errs.py: PASS > ElementConforms - 04_ectp_rev_errs.py: PASS > ElementSettingData - 01_forward.py: SKIP > ElementSettingData - 03_esd_assoc_with_rasd_errs.py: SKIP > EnabledLogicalElementCapabilities - 01_enum.py: PASS > EnabledLogicalElementCapabilities - 02_elecap_gi_errs.py: PASS > HostSystem - 01_enum.py: PASS > HostSystem - 02_hostsystem_to_rasd.py: FAIL > ERROR - Xen_HostSystem with CrossClass_GuestDom was not returned > HostSystem - 03_hs_to_settdefcap.py: FAIL > ERROR - HostedResourcePool has returned 3 instances, expected 4 instances > ERROR - SystemExit : 1 > 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: SKIP > HostedDependency - 02_reverse.py: SKIP > HostedDependency - 03_enabledstate.py: SKIP > HostedDependency - 04_reverse_errs.py: SKIP > 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: FAIL > ERROR - Too many hosts error > CIM_ERR_INVALID_PARAMETER: Xen_VirtualSystemMigrationService.CreationClassName="Xen_VirtualSystemMigrationService",Name="MigrationService",SystemCreationClassName="Xen_HostSystem",SystemName="elm3b43.beaverton.ibm.com" > HostedService - 03_forward_errs.py: PASS > HostedService - 04_reverse_errs.py: PASS > LogicalDisk - 01_disk.py: PASS > LogicalDisk - 02_nodevs.py: SKIP > ERROR - System has defined domains; unable to run > LogicalDisk - 03_ld_gi_errs.py: FAIL > ERROR - Failed to get instance by the class of Xen_LogicalDisk > ERROR - Exception: (6, u'CIM_ERR_NOT_FOUND: No such instance (hd_domain/hda)') > Memory - 01_memory.py: FAIL > ERROR - Capacity should be 256 MB instead of 128 MB > 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: XFAIL Bug: 90844 > ERROR - Exception: (6, u'CIM_ERR_NOT_FOUND: No such instance (test_domain/00:11:22:33:44:55)') > Bug:<90844> > NetworkPort - 02_np_gi_errors.py: PASS > NetworkPort - 03_user_netport.py: SKIP > Processor - 01_processor.py: FAIL > ERROR - Domain not started, we're not able to check vcpu > 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: FAIL > ERROR - Failed to Create the dom: proc_domain > Profile - 01_enum.py: SKIP > Profile - 02_profile_to_elec.py: SKIP > Profile - 03_rprofile_gi_errs.py: SKIP > RASD - 01_verify_rasd_fields.py: FAIL > ERROR - Unable to create domain VSSDC_dom > 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: SKIP > ResourcePool - 02_rp_gi_errors.py: SKIP > 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: FAIL > ERROR - Unexpected rc code 7 and description CIM_ERR_NOT_SUPPORTED > > InvokeMethod(CreateResourcePool): CIM_ERR_NOT_SUPPORTED > ResourcePoolConfigurationService - 04_CreateChildResourcePool.py: FAIL > ERROR - Unexpected rc code 7 and description CIM_ERR_NOT_SUPPORTED > > InvokeMethod(CreateChildResourcePool): CIM_ERR_NOT_SUPPORTED > 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: FAIL > ERROR - Unexpected rc code 7 and description CIM_ERR_NOT_SUPPORTED > > InvokeMethod(RemoveResourcesFromResourcePool): CIM_ERR_NOT_SUPPORTED > ResourcePoolConfigurationService - 07_DeleteResourcePool.py: FAIL > ERROR - Unexpected rc code 7 and description CIM_ERR_NOT_SUPPORTED > > InvokeMethod(DeleteResourcePool): CIM_ERR_NOT_SUPPORTED > SettingsDefine - 01_forward.py: FAIL > ERROR - Failed to Create the dom: domu1 > SettingsDefine - 02_reverse.py: FAIL > ERROR - Failed to create the dom: virtgst > SettingsDefine - 03_sds_fwd_errs.py: FAIL > ERROR - Failed to Create the dom: domu1 > SettingsDefine - 04_sds_rev_errs.py: FAIL > ERROR - Failed to Create the dom: domu1 > 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: FAIL > ERROR - Unable to create domain test_domain > SystemDevice - 02_reverse.py: FAIL > SystemDevice - 03_fwderrs.py: FAIL > VSSD - 01_enum.py: FAIL > ERROR - Missing VSSD instance for the system VSSD_dom > VSSD - 02_bootldr.py: SKIP > VSSD - 03_vssd_gi_errs.py: PASS > 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: FAIL > ERROR - Unknow exception happened > ERROR - (1, u'CIM_ERR_FAILED: Failed to find domain') > ERROR - Destroyed multiple domains > InvokeMethod(DestroySystem): CIM_ERR_FAILED: Failed to find domain > 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: SKIP > VirtualSystemManagementService - 07_addresource_neg.py: PASS > VirtualSystemManagementService - 08_modifyresource.py: XFAIL Bug: 90853 > ERROR - Error invoking ModifyRS > ERROR - (1, u"CIM_ERR_FAILED: Unknown system `rstest_domain'") > InvokeMethod(ModifyResourceSettings): CIM_ERR_FAILED: Unknown system `rstest_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: FAIL > ERROR - Failed to create the dom: VSSDC_dom > VirtualSystemSettingDataComponent - 03_vssdc_fwd_errs.py: FAIL > ERROR - Unable to create domain domu1 > VirtualSystemSettingDataComponent - 04_vssdc_rev_errs.py: FAIL > ERROR - Unable to create domain domu1 > 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 > >