[Libvirt-cim] Cimtest Report for LXC on Fedora 9 (2008/08/13)

Guo Lian Yun yunguol at cn.ibm.com
Wed Aug 13 11:13:41 UTC 2008


libvirt-cim-bounces at redhat.com wrote on 2008-08-13 17:36:59:

> 
> Distro        : Fedora 9 
> Kernel        : kernel-2.6.25-0.121.rc5.git4.fc9.x86_64 
> Libvirt       : libvirt-0.4.4 
> CIMOM         : sblim-sfcb-1.3.0 
> PyWBEM        : pywbem-0.6 
> CIM Schema    : cimv216Experimental 
> LibCMPIutil   : 83 
> LibVirtCIM    : 665 
> CIMTEST       : 299 
> ================================================================== 
> PASS        :  97 
> XFAIL       :  3 
> FAIL        :  2 
> SKIP        :  34 
> ----------------- 
> Total       : 134 
> 
> ======================CIMTEST FAIL 
REPORT================================= 
> VirtualSystemManagementService - 10_hv_version.py: FAIL 
> ERROR   - CIM says version is `%s', but libvirt says `%s' 

  This fails because of get version error by LXC hypervisor. 
  CIM says version is `LXC 0.0.0', but libvirt says `libvir: error : this 
function is not supported by the hypervisor: virConnectGetVersion

  Below command even doesn't work manually on my machine.
  #virsh -c lxc version | grep ^Running | cut -d ' ' -f 3,4
  libvir: error : this function is not supported by the hypervisor: 
virConnectGetVersion
  error: failed to get the hypervisor version

  virConnectGetVersion() doesn't support LXC? 
 
  The qemu works for me on the same machine.
  #virsh -c qemu:///system version | grep ^Running | cut -d ' ' -f 3,4
  #QEMU 0.9.1
> 
> VirtualSystemManagementService - 12_referenced_config.py: FAIL 
> ERROR   - EnabledState is 3 instead of 2. 
> ERROR   - Try to increase the timeout and run the test again 
> ERROR   - Unable to start rstest_domain 
> ERROR   - Unable to start rstest_domain 
> 
  This fails because that the define domain can't be started.
  Here is the dumpxml of the test domain:

  <domain type='lxc'>
    <name>rstest_domain</name>
    <uuid>80ccbf55-dba0-461b-b23f-90a335503680</uuid>
    <os>
        <init>/tmp/cimtest_lxc_init</init>
    </os>
    <memory>524288</memory>
    <devices>
        <filesystem type='mount'>
            <source dir='/tmp/lxc_files'/>
            <target dir='/tmp'/>
        </filesystem>
        <console tty=''/>
    </devices>
</domain>
 
> ======================CIMTEST FULL 
REPORT================================== 
> 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: PASS 
> ComputerSystem - 06_paused_active_suspend.py: SKIP 
> ComputerSystem - 22_define_suspend.py: PASS 
> ComputerSystem - 23_suspend_suspend.py: SKIP 
> ComputerSystem - 27_define_suspend_errs.py: PASS 
> ComputerSystem - 32_start_reboot.py: SKIP 
> ComputerSystem - 33_suspend_reboot.py: SKIP 
> ComputerSystem - 35_start_reset.py: SKIP 
> ComputerSystem - 40_RSC_start.py: SKIP 
> ComputerSystem - 41_cs_to_settingdefinestate.py: SKIP 
> ComputerSystem - 42_cs_gi_errs.py: PASS 
> ComputerSystemIndication - 01_created_indication.py: SKIP 
> ElementAllocatedFromPool - 01_forward.py: PASS 
> ElementAllocatedFromPool - 02_reverse.py: PASS 
> ElementAllocatedFromPool - 03_reverse_errs.py: SKIP 
> ElementAllocatedFromPool - 04_forward_errs.py: SKIP 
> ElementCapabilities - 01_forward.py: PASS 
> 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: PASS 
> 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: PASS 
> HostSystem - 04_hs_to_EAPF.py: PASS 
> 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: SKIP 
> 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: SKIP 
> LogicalDisk - 02_nodevs.py: PASS 
> LogicalDisk - 03_ld_gi_errs.py: SKIP 
> Memory - 01_memory.py: PASS 
> Memory - 02_defgetmem.py: PASS 
> Memory - 03_mem_gi_errs.py: PASS 
> NetworkPort - 01_netport.py: SKIP 
> NetworkPort - 02_np_gi_errors.py: PASS 
> NetworkPort - 03_user_netport.py: SKIP 
> Processor - 01_processor.py: SKIP 
> Processor - 02_definesys_get_procs.py: SKIP 
> Processor - 03_proc_gi_errs.py: SKIP 
> Profile - 01_enum.py: PASS 
> Profile - 02_profile_to_elec.py: SKIP 
> Profile - 03_rprofile_gi_errs.py: PASS 
> RASD - 01_verify_rasd_fields.py: PASS 
> RASD - 02_enum.py: PASS 
> RASD - 03_rasd_errs.py: PASS 
> RASD - 04_disk_rasd_size.py: SKIP 
> 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: SKIP 
> 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: SKIP 
> ResourcePoolConfigurationService - 04_CreateChildResourcePool.py: SKIP 
> ResourcePoolConfigurationService - 05_AddResourcesToResourcePool.py: 
SKIP 
> ResourcePoolConfigurationService - 
06_RemoveResourcesFromResourcePool.py: SKIP
> ResourcePoolConfigurationService - 07_DeleteResourcePool.py: SKIP 
> SettingsDefine - 01_forward.py: PASS 
> SettingsDefine - 02_reverse.py: PASS 
> SettingsDefine - 03_sds_fwd_errs.py: PASS 
> SettingsDefine - 04_sds_rev_errs.py: PASS 
> SettingsDefineCapabilities - 01_forward.py: PASS 
> SettingsDefineCapabilities - 03_forward_errs.py: XFAIL  Bug: Test 
> error: returned XFAIL without a valid bug string. 
> ERROR   - 'LXC_SettingsDefineCapabilities' association failed to 
> generate an exception and 'WrongClassName' passed. 
> ERROR   - ------ FAILED: Invalid CCName Key Name.------ 
> Bug:<> 
> 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 - 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: PASS 
> VirtualSystemManagementService - 02_destroysystem.py: PASS 
> VirtualSystemManagementService - 03_definesystem_ess.py: PASS 
> VirtualSystemManagementService - 04_definesystem_ers.py: PASS 
> VirtualSystemManagementService - 05_destroysystem_neg.py: PASS 
> VirtualSystemManagementService - 06_addresource.py: SKIP 
> VirtualSystemManagementService - 07_addresource_neg.py: PASS 
> VirtualSystemManagementService - 08_modifyresource.py: SKIP 
> VirtualSystemManagementService - 09_procrasd_persist.py: SKIP 
> VirtualSystemManagementService - 10_hv_version.py: FAIL 
> ERROR   - CIM says version is `%s', but libvirt says `%s' 
> VirtualSystemManagementService - 11_define_memrasdunits.py: SKIP 
> VirtualSystemManagementService - 12_referenced_config.py: FAIL 
> ERROR   - EnabledState is 3 instead of 2. 
> ERROR   - Try to increase the timeout and run the test again 
> ERROR   - Unable to start rstest_domain 
> ERROR   - Unable to start rstest_domain 
> 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: PASS 
> VirtualSystemSettingDataComponent - 02_reverse.py: PASS 
> VirtualSystemSettingDataComponent - 03_vssdc_fwd_errs.py: PASS 
> VirtualSystemSettingDataComponent - 04_vssdc_rev_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
> 
> 
> Best,
> Regards
> 
> Daisy (运国莲)
> VSM Team, China Systems & Technology Labs (CSTL)
> E-mail: yunguol at cn.ibm.com
> TEL: (86)-21-60922403
> Building 10, 399 Ke Yuan Rd, Pudong Shanghai, 201203
> _______________________________________________
> Libvirt-cim mailing list
> Libvirt-cim at redhat.com
> https://www.redhat.com/mailman/listinfo/libvirt-cim
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/libvirt-cim/attachments/20080813/508665c8/attachment.htm>


More information about the Libvirt-cim mailing list