Hi Deepti
I tried wbemcli ei
'http://root:password@localhost:5988/root/virt:Xen_VirtualSystemSettingData'
-nl . It seems behaves well:
[root@dhcp-66-70-64 libcmpiutil]# wbemcli ei
'http://root:redhat@localhost:5988/root/virt:Xen_VirtualSystemSettingData'
-nl
localhost:5988/root/virt:Xen_VirtualSystemSettingData.InstanceID="Xen:Domain-0"
-Caption="Virtual System"
-Description="Virtual System"
-Generation=
-InstanceID="Xen:Domain-0"
-ElementName="Domain-0"
-ConfigurationName=
-ChangeableType=
-VirtualSystemIdentifier="Domain-0"
-VirtualSystemType="Xen"
-Notes=
-CreationTime=
-ConfigurationID=
-ConfigurationDataRoot=
-ConfigurationFile=
-SnapshotDataRoot=
-SuspendDataRoot=
-SwapFileDataRoot=
-LogDataRoot=
-AutomaticStartupAction=
-AutomaticStartupActionDelay=
-AutomaticStartupActionSequenceNumber=
-AutomaticRecoveryAction=3
-RecoveryFile=
-ClockOffset=0
-AutomaticShutdownAction=2
-UUID="00000000-0000-0000-0000-000000000000"
-EnableACPI=FALSE
-EnableAPIC=FALSE
-EnablePAE=FALSE
-IsFullVirt=FALSE
-Bootloader=
-BootloaderArgs=
-Kernel=
-Ramdisk=
-CommandLine=
-BootDevices=
-Emulator=
Then I get the newest libcmpiutil from
, build and
install it.
but it doesn't work, the testing result is same as previous attachment.
BTW: there should be some problem of the Makefile of
:
[root@dhcp-66-70-64 libcmpiutil]# make clean && make
Making clean in tools
make[1]: Entering directory `/root/libcmpiutil/tools'
rm -rf .libs _libs
rm -f *.lo
make[1]: Leaving directory `/root/libcmpiutil/tools'
Making clean in .
make[1]: Entering directory `/root/libcmpiutil'
test -z "libcueoparser.la libcmpiutil.la " || rm -f libcueoparser.la
libcmpiutil.la
rm -f "./so_locations"
rm -f "./so_locations"
rm -rf .libs _libs
rm -f eo_util_lexer.c eo_util_parser.c eo_util_parser.h *~
rm -f *.o
rm -f *.lo
make[1]: Leaving directory `/root/libcmpiutil'
: -Peo_parse_ eo_util_lexer.l
sed '/^#/ s|lex.eo_parse_\.c|eo_util_lexer.c|' lex.eo_parse_.c
sed: can't read lex.eo_parse_.c: No such
file or directory
make: *** [eo_util_lexer.c] Error 2
But with type another "make" in the command line after above "make clean
&& make", no error happens.
Thanks and Regards
osier
Deepti B Kalakeri wrote:
Hi Osier,
Thanks for using cimtest. Most of the failures are because of the
"Unable to parse embedded object" error.
This does not seem to be test case issue. I have seen this error with
the old libcmpiutil, but this error seems to go with latest libcmpiutil.
I have not used RHEL5.5 for testing so not sure if the packages being
used are all up to date.
Will you be able to build and install the libcmpiutil [from hg clone
http://libvirt.org/hg/libcmpiutil ] or better you can use the latest
one available @
ftp://libvirt.org/libvirt-cim/libcmpiutil-snapshot.tar.gz to build and
install it.
The build and setup instructions are given @
http://wiki.libvirt.org/page/Libvirt-cim_setup [ Check the Install
from Source topic]
Also, can you see if you can execute the following command without any
error:
wbemcli ei
'http://root:password@localhost:5988/root/virt:Xen_VirtualSystemSettingData'
-nl
Thanks and Regards,
Deepti.
Osier Yang wrote:
> Hi Sharad
> sorry for missing the attachment, here it is now, see the
> attachment.
>
> Thanks and Regards
> osier
>
> Sharad Mishra wrote:
>>
>> Hi Osier,
>>
>> I don't see any test result attachment with your email. Can you send
>> your test results?
>>
>> Regards
>> Sharad Mishra
>> System x Enablement
>> Linux Technology Center
>> IBM
>>
>> Inactive hide details for Osier Yang ---01/04/2010 05:48:36 AM---Hi
>> allOsier Yang ---01/04/2010 05:48:36 AM---Hi all
>>
>> *Osier Yang <jyang(a)redhat.com>*
>> Sent by: libvirt-cim-bounces(a)redhat.com
>>
>> 01/04/2010 05:40 AM
>> Please respond to
>> List for discussion and development of libvirt
>> CIM <libvirt-cim(a)redhat.com>
>>
>>
>> To
>> libvirt-cim(a)redhat.com, Guan Nan Ren <gren(a)redhat.com>
>>
>> cc
>>
>> Subject
>> [Libvirt-cim] question about libvirt-cim testing.
>>
>>
>>
>> Hi all
>> I got a testing result (see the attachment) that seems not
>> reasonable with cimtest --- with just 50 about cases passed. And I
>> just
>> want to known if it's caused by my testing enviroment or the
>> problem of
>> libvirt-cim self. Tried find out myself, but because not very
>> farmiliar
>> with CIM, so didn't helps. Any suggestion will be appreciatec.
>> The steps of setting up testing enviroment is as follows:
>>
>> 1> install an RHEL5.5-Server, (x86_64)
>>
>> 2> updated the related packages to the newest version:
>> [root@dhcp-66-70-64 ~]# rpm -qa | grep xen
>> kernel-xen-2.6.18-183.el5
>> xen-devel-3.0.3-102.el5
>> xen-libs-3.0.3-102.el5
>>
>> [root@dhcp-66-70-64 ~]# rpm -qa | grep libvirt
>> libvirt-devel-0.6.3-28.el5
>> libvirt-debuginfo-0.6.3-28.el5
>> libvirt-cim-0.5.8-2.el5
>> libvirt-python-0.6.3-28.el5
>> libvirt-0.6.3-28.el5
>> libvirt-0.6.3-28.el5
>> libvirt-cim-debuginfo-0.5.8-2.el5
>>
>> [root@dhcp-66-70-64 ~]# rpm -qa | grep cmpi
>> libcmpiutil-0.5-1.el5
>> libcmpiutil-0.5-1.el5
>> libcmpiutil-devel-0.5-1.el5
>> libcmpiutil-debuginfo-0.5-1.el5
>>
>> [root@dhcp-66-70-64 ~]# rpm -qa | grep pega
>> tog-pegasus-devel-2.9.1-1.el5
>> tog-pegasus-devel-2.9.1-1.el5
>> tog-pegasus-2.9.1-1.el5
>>
>> 3> install sblim-wbemcli
>> # yum install sblim-wbemcli -y
>>
>> 4> config CIM server (tog-pegasus)
>> # cimconfig -p -s enableHttpConnection=true
>> # cimconfig -p -s repositoryIsDefaultInstanceProvider=true
>>
>> 5> restart CIM server
>> # service tog-pegasus restart
>>
>> 6> get the providers list (verify)
>> [root@dhcp-66-70-64 ~]# wbemcli ecn
>>
http://root:redhat@localhost:5988 | grep -i xen
>> localhost:5988/root/cimv2:Xen_RegisteredProfile
>> localhost:5988/root/cimv2:Xen_HostedAccessPoint
>> localhost:5988/root/cimv2:Xen_HostedResourcePool
>> localhost:5988/root/cimv2:Xen_HostedService
>> localhost:5988/root/cimv2:Xen_HostedDependency
>> localhost:5988/root/cimv2:Xen_ComputerSystem
>> localhost:5988/root/cimv2:Xen_ElementConformsToProfile
>> localhost:5988/root/cimv2:Xen_ElementCapabilities
>>
>> 7> download cimtest snapshot and extract it
>> # wget -c
ftp://libvirt.org/libvirt-cim/cimtest-snapshot.tar.gz
>> # tar xvzf cimtest-snapshot.tar.gz
>> 8> execute the case
>> # CIM_NS=root/virt CIM_USER=root CIM_PASS=redhat ./runtests
>> libvirt-cim -i localhost
>>
>>
>>
>> Thanks and Regards
>> osier
>> _______________________________________________
>> Libvirt-cim mailing list
>> Libvirt-cim(a)redhat.com
>>
https://www.redhat.com/mailman/listinfo/libvirt-cim
>>
>> ------------------------------------------------------------------------
>>
>>
>> _______________________________________________
>> Libvirt-cim mailing list
>> Libvirt-cim(a)redhat.com
>>
https://www.redhat.com/mailman/listinfo/libvirt-cim
> ------------------------------------------------------------------------
>
> =================================================
> Test Run Summary (Jan 05 2010): Xen on Red Hat Enterprise Linux
> Server release 5.4 (Tikanga) with Pegasus
> =================================================
> Distro: Red Hat Enterprise Linux Server release 5.4 (Tikanga)
> Kernel: 2.6.18-183.el5xen
> libvirt: 0.6.3
> Hypervisor: Xen 3.1.0
> CIMOM: Pegasus 2.9.1
> Libvirt-cim revision: 1018
> Libvirt-cim changeset: 2ba30fae43e7
> Cimtest revision: Cimtest changeset: Total test execution: Unknown
> =================================================
> FAIL : 120
> XFAIL : 0
> SKIP : 5
> PASS : 54
> -----------------
> Total : 179
> =================================================
> FAIL Test Summary:
> ComputerSystem - 03_defineVS.py: FAIL
> ComputerSystem - 04_defineStartVS.py: FAIL
> ComputerSystem - 05_activate_defined_start.py: FAIL
> ComputerSystem - 06_paused_active_suspend.py: FAIL
> ComputerSystem - 22_define_suspend.py: FAIL
> ComputerSystem - 23_pause_pause.py: FAIL
> ComputerSystem - 32_start_reboot.py: FAIL
> ComputerSystem - 33_suspend_reboot.py: FAIL
> ComputerSystem - 34_start_disable.py: FAIL
> ComputerSystem - 35_start_reset.py: FAIL
> ComputerSystem - 40_RSC_start.py: FAIL
> ComputerSystem - 41_cs_to_settingdefinestate.py: FAIL
> ComputerSystem - 42_cs_gi_errs.py: FAIL
> ComputerSystemIndication - 01_created_indication.py: FAIL
> ComputerSystemMigrationJobIndication -
> 01_csmig_ind_for_offline_mig.py: FAIL
> ElementAllocatedFromPool - 01_forward.py: FAIL
> ElementAllocatedFromPool - 02_reverse.py: FAIL
> ElementAllocatedFromPool - 03_reverse_errs.py: FAIL
> ElementAllocatedFromPool - 04_forward_errs.py: FAIL
> ElementCapabilities - 01_forward.py: FAIL
> ElementCapabilities - 02_reverse.py: FAIL
> ElementConforms - 01_forward.py: FAIL
> ElementConforms - 02_reverse.py: FAIL
> ElementConforms - 04_ectp_rev_errs.py: FAIL
> ElementSettingData - 01_forward.py: FAIL
> ElementSettingData - 03_esd_assoc_with_rasd_errs.py: FAIL
> EnabledLogicalElementCapabilities - 02_elecap_gi_errs.py: FAIL
> HostedAccessPoint - 01_forward.py: FAIL
> HostedAccessPoint - 02_reverse.py: FAIL
> HostedDependency - 01_forward.py: FAIL
> HostedDependency - 02_reverse.py: FAIL
> HostedDependency - 03_enabledstate.py: FAIL
> HostedDependency - 04_reverse_errs.py: FAIL
> HostSystem - 02_hostsystem_to_rasd.py: FAIL
> HostSystem - 03_hs_to_settdefcap.py: FAIL
> HostSystem - 04_hs_to_EAPF.py: FAIL
> KVMRedirectionSAP - 01_enum_KVMredSAP.py: FAIL
> KVMRedirectionSAP - 02_ipv6_support.py: FAIL
> LogicalDisk - 01_disk.py: FAIL
> LogicalDisk - 03_ld_gi_errs.py: FAIL
> Memory - 01_memory.py: FAIL
> Memory - 02_defgetmem.py: FAIL
> Memory - 03_mem_gi_errs.py: FAIL
> NetworkPort - 01_netport.py: FAIL
> NetworkPort - 02_np_gi_errors.py: FAIL
> Processor - 01_processor.py: FAIL
> Processor - 02_definesys_get_procs.py: FAIL
> Processor - 03_proc_gi_errs.py: FAIL
> Profile - 02_profile_to_elec.py: FAIL
> RASD - 01_verify_rasd_fields.py: FAIL
> RASD - 02_enum.py: FAIL
> RASD - 03_rasd_errs.py: FAIL
> RASD - 04_disk_rasd_size.py: FAIL
> RASD - 05_disk_rasd_emu_type.py: FAIL
> RASD - 06_parent_net_pool.py: FAIL
> RASD - 07_parent_disk_pool.py: FAIL
> RASDIndications - 01_guest_states_rasd_ind.py: FAIL
> RASDIndications - 02_guest_add_mod_rem_rasd_ind.py: FAIL
> RedirectionService - 03_RedirectionSAP_errs.py: FAIL
> ResourceAllocationFromPool - 01_forward.py: FAIL
> ResourceAllocationFromPool - 02_reverse.py: FAIL
> ResourceAllocationFromPool - 04_reverse_errs.py: FAIL
> ResourceAllocationFromPool - 05_RAPF_err.py: FAIL
> ResourcePoolConfigurationService - 04_CreateChildResourcePool.py: FAIL
> ResourcePoolConfigurationService - 07_DeleteResourcePool.py: FAIL
> ResourcePoolConfigurationService - 08_CreateDiskResourcePool.py: FAIL
> ResourcePoolConfigurationService - 09_DeleteDiskPool.py: FAIL
> ResourcePoolConfigurationService - 10_create_storagevolume.py: FAIL
> ResourcePoolConfigurationService -
> 11_create_dir_storagevolume_errs.py: FAIL
> ResourcePoolConfigurationService -
> 12_create_netfs_storagevolume_errs.py: FAIL
> ResourcePoolConfigurationService - 13_delete_storagevolume.py: FAIL
> ResourcePoolConfigurationService - 14_delete_storagevolume_errs.py: FAIL
> ServiceAccessBySAP - 01_forward.py: FAIL
> ServiceAccessBySAP - 02_reverse.py: FAIL
> ServiceAffectsElement - 01_forward.py: FAIL
> ServiceAffectsElement - 02_reverse.py: FAIL
> SettingsDefine - 01_forward.py: FAIL
> SettingsDefine - 02_reverse.py: FAIL
> SettingsDefine - 03_sds_fwd_errs.py: FAIL
> SettingsDefine - 04_sds_rev_errs.py: FAIL
> SettingsDefineCapabilities - 01_forward.py: FAIL
> SystemDevice - 01_forward.py: FAIL
> SystemDevice - 02_reverse.py: FAIL
> SystemDevice - 03_fwderrs.py: FAIL
> VirtualSystemManagementService - 01_definesystem_name.py: FAIL
> VirtualSystemManagementService - 02_destroysystem.py: FAIL
> VirtualSystemManagementService - 06_addresource.py: FAIL
> VirtualSystemManagementService - 08_modifyresource.py: FAIL
> VirtualSystemManagementService - 09_procrasd_persist.py: FAIL
> VirtualSystemManagementService - 11_define_memrasdunits.py: FAIL
> VirtualSystemManagementService - 12_referenced_config.py: FAIL
> VirtualSystemManagementService - 13_refconfig_additional_devs.py: FAIL
> VirtualSystemManagementService - 14_define_sys_disk.py: FAIL
> VirtualSystemManagementService - 15_mod_system_settings.py: FAIL
> VirtualSystemManagementService - 16_removeresource.py: FAIL
> VirtualSystemManagementService - 17_removeresource_neg.py: FAIL
> VirtualSystemManagementService - 18_define_sys_bridge.py: FAIL
> VirtualSystemManagementService - 19_definenetwork_ers.py: FAIL
> VirtualSystemManagementService - 20_verify_vnc_password.py: FAIL
> VirtualSystemManagementService - 21_createVS_verifyMAC.py: FAIL
> VirtualSystemManagementService - 22_addmulti_brg_interface.py: FAIL
> VirtualSystemManagementService - 23_verify_duplicate_mac_err.py: FAIL
> VirtualSystemManagementService - 24_verify_modifyres_output.py: FAIL
> VirtualSystemMigrationService - 01_migratable_host.py: FAIL
> VirtualSystemMigrationService - 02_host_migrate_type.py: FAIL
> VirtualSystemMigrationService - 05_migratable_host_errs.py: FAIL
> VirtualSystemMigrationService - 06_remote_live_migration.py: FAIL
> VirtualSystemMigrationService - 07_remote_offline_migration.py: FAIL
> VirtualSystemMigrationService -
> 08_remote_restart_resume_migration.py: FAIL
> VirtualSystemSettingDataComponent - 01_forward.py: FAIL
> VirtualSystemSettingDataComponent - 02_reverse.py: FAIL
> VirtualSystemSettingDataComponent - 03_vssdc_fwd_errs.py: FAIL
> VirtualSystemSettingDataComponent - 04_vssdc_rev_errs.py: FAIL
> VirtualSystemSnapshotService - 03_create_snapshot.py: FAIL
> VSSD - 01_enum.py: FAIL
> VSSD - 02_bootldr.py: FAIL
> VSSD - 03_vssd_gi_errs.py: FAIL
> VSSD - 04_vssd_to_rasd.py: FAIL
> VSSD - 05_set_uuid.py: FAIL
> VSSD - 06_duplicate_uuid.py: FAIL
>
> =================================================
> SKIP Test Summary:
> ComputerSystem - 02_nosystems.py: SKIP
> LogicalDisk - 02_nodevs.py: SKIP
> NetworkPort - 03_user_netport.py: SKIP
> Profile - 04_verify_libvirt_cim_slp_profiles.py: SKIP
> VirtualSystemManagementService - 24_define_sys_features.py: SKIP
>
> =================================================
> Full report:
> --------------------------------------------------------------------
> AllocationCapabilities - 01_enum.py: PASS
> --------------------------------------------------------------------
> AllocationCapabilities - 02_alloccap_gi_errs.py: PASS
> --------------------------------------------------------------------
> ComputerSystem - 01_enum.py: PASS
> --------------------------------------------------------------------
> ComputerSystem - 02_nosystems.py: SKIP
> --------------------------------------------------------------------
> ComputerSystem - 03_defineVS.py: FAIL
> ERROR - Got CIM error CIM_ERR_FAILED: Unable to parse embedded
> object with return code 1
> ERROR - Failed to define a domain with the name domU1 from virsh
> InvokeMethod(DefineSystem): CIM_ERR_FAILED: Unable to parse embedded
> object
> --------------------------------------------------------------------
> ComputerSystem - 04_defineStartVS.py: FAIL
> ERROR - Got CIM error CIM_ERR_FAILED: Unable to parse embedded
> object with return code 1
> ERROR - Unable to define domguest
> InvokeMethod(DefineSystem): CIM_ERR_FAILED: Unable to parse embedded
> object
> --------------------------------------------------------------------
> ComputerSystem - 05_activate_defined_start.py: FAIL
> ERROR - Got CIM error CIM_ERR_FAILED: Unable to parse embedded
> object with return code 1
> ERROR - ERROR: VS 'DomST1' was not defined
> InvokeMethod(DefineSystem): CIM_ERR_FAILED: Unable to parse embedded
> object
> --------------------------------------------------------------------
> ComputerSystem - 06_paused_active_suspend.py: FAIL
> ERROR - Got CIM error CIM_ERR_FAILED: Unable to parse embedded
> object with return code 1
> ERROR - Exception variable: VS 'DomST1' was not defined
> InvokeMethod(DefineSystem): CIM_ERR_FAILED: Unable to parse embedded
> object
> --------------------------------------------------------------------
> ComputerSystem - 22_define_suspend.py: FAIL
> ERROR - Got CIM error CIM_ERR_FAILED: Unable to parse embedded
> object with return code 1
> ERROR - Error: Unable to define domgst
> InvokeMethod(DefineSystem): CIM_ERR_FAILED: Unable to parse embedded
> object
> --------------------------------------------------------------------
> ComputerSystem - 23_pause_pause.py: FAIL
> ERROR - Got CIM error CIM_ERR_FAILED: Unable to parse embedded
> object with return code 1
> ERROR - Exception: 'Failed to define the guest: cs_test_domain'
> ERROR - Got CIM error CIM_ERR_NOT_FOUND: Referenced domain
> `cs_test_domain' does not exist: Domain not found:
> xenUnifiedDomainLookupByName with return code 6
> InvokeMethod(DefineSystem): CIM_ERR_FAILED: Unable to parse embedded
> object
> InvokeMethod(DestroySystem): CIM_ERR_NOT_FOUND: Referenced domain
> `cs_test_domain' does not exist: Domain not found:
> xenUnifiedDomainLookupByName
> --------------------------------------------------------------------
> ComputerSystem - 27_define_pause_errs.py: PASS
> --------------------------------------------------------------------
> ComputerSystem - 32_start_reboot.py: FAIL
> ERROR - Got CIM error CIM_ERR_FAILED: Unable to parse embedded
> object with return code 1
> ERROR - Exception: Failed to define the guest: cs_test_domain
> ERROR - Got CIM error CIM_ERR_NOT_FOUND: Referenced domain
> `cs_test_domain' does not exist: Domain not found:
> xenUnifiedDomainLookupByName with return code 6
> InvokeMethod(DefineSystem): CIM_ERR_FAILED: Unable to parse embedded
> object
> InvokeMethod(DestroySystem): CIM_ERR_NOT_FOUND: Referenced domain
> `cs_test_domain' does not exist: Domain not found:
> xenUnifiedDomainLookupByName
> --------------------------------------------------------------------
> ComputerSystem - 33_suspend_reboot.py: FAIL
> ERROR - Got CIM error CIM_ERR_FAILED: Unable to parse embedded
> object with return code 1
> ERROR - Exception: Failed to define the guest: test_domain
> ERROR - Got CIM error CIM_ERR_NOT_FOUND: Referenced domain
> `test_domain' does not exist: Domain not found:
> xenUnifiedDomainLookupByName with return code 6
> InvokeMethod(DefineSystem): CIM_ERR_FAILED: Unable to parse embedded
> object
> InvokeMethod(DestroySystem): CIM_ERR_NOT_FOUND: Referenced domain
> `test_domain' does not exist: Domain not found:
> xenUnifiedDomainLookupByName
> --------------------------------------------------------------------
> ComputerSystem - 34_start_disable.py: FAIL
> ERROR - Got CIM error CIM_ERR_FAILED: Unable to parse embedded
> object with return code 1
> ERROR - Exception: Failed to define the guest: cs_test_domain
> ERROR - Got CIM error CIM_ERR_NOT_FOUND: Referenced domain
> `cs_test_domain' does not exist: Domain not found:
> xenUnifiedDomainLookupByName with return code 6
> InvokeMethod(DefineSystem): CIM_ERR_FAILED: Unable to parse embedded
> object
> InvokeMethod(DestroySystem): CIM_ERR_NOT_FOUND: Referenced domain
> `cs_test_domain' does not exist: Domain not found:
> xenUnifiedDomainLookupByName
> --------------------------------------------------------------------
> ComputerSystem - 35_start_reset.py: FAIL
> ERROR - Got CIM error CIM_ERR_FAILED: Unable to parse embedded
> object with return code 1
> ERROR - Exception: Failed to define the guest: cs_test_domain
> ERROR - Got CIM error CIM_ERR_NOT_FOUND: Referenced domain
> `cs_test_domain' does not exist: Domain not found:
> xenUnifiedDomainLookupByName with return code 6
> InvokeMethod(DefineSystem): CIM_ERR_FAILED: Unable to parse embedded
> object
> InvokeMethod(DestroySystem): CIM_ERR_NOT_FOUND: Referenced domain
> `cs_test_domain' does not exist: Domain not found:
> xenUnifiedDomainLookupByName
> --------------------------------------------------------------------
> ComputerSystem - 40_RSC_start.py: FAIL
> ERROR - Got CIM error CIM_ERR_FAILED: Unable to parse embedded
> object with return code 1
> ERROR - Exception: Failed to define the guest: cs_test_domain
> ERROR - Got CIM error CIM_ERR_NOT_FOUND: Referenced domain
> `cs_test_domain' does not exist: Domain not found:
> xenUnifiedDomainLookupByName with return code 6
> InvokeMethod(DefineSystem): CIM_ERR_FAILED: Unable to parse embedded
> object
> InvokeMethod(DestroySystem): CIM_ERR_NOT_FOUND: Referenced domain
> `cs_test_domain' does not exist: Domain not found:
> xenUnifiedDomainLookupByName
> --------------------------------------------------------------------
> ComputerSystem - 41_cs_to_settingdefinestate.py: FAIL
> ERROR - Got CIM error CIM_ERR_FAILED: Unable to parse embedded
> object with return code 1
> ERROR - Failed to define the dom: CrossClass_GuestDom
> InvokeMethod(DefineSystem): CIM_ERR_FAILED: Unable to parse embedded
> object
> --------------------------------------------------------------------
> ComputerSystem - 42_cs_gi_errs.py: FAIL
> ERROR - Got CIM error CIM_ERR_FAILED: Unable to parse embedded
> object with return code 1
> ERROR - Unable to define guest ETdomain
> InvokeMethod(DefineSystem): CIM_ERR_FAILED: Unable to parse embedded
> object
> --------------------------------------------------------------------
> ComputerSystemIndication - 01_created_indication.py: FAIL
> ERROR - Got CIM error CIM_ERR_FAILED: Unable to parse embedded
> object with return code 1
> ERROR - Exception: Unable to generate indication
> ERROR - Failed to start domain: domU
> ERROR - Exception: Unable to generate indication
> ERROR - Got CIM error CIM_ERR_NOT_FOUND: Referenced domain `domU'
> does not exist: Domain not found: xenUnifiedDomainLookupByName with
> return code 6
> ERROR - Unable to destroy domU
> ERROR - Exception: Unable to generate indication
> InvokeMethod(DefineSystem): CIM_ERR_FAILED: Unable to parse embedded
> object
> CIM_ERR_NOT_FOUND: Referenced domain `domU' does not exist: Domain
> not found: xenUnifiedDomainLookupByName
> InvokeMethod(DestroySystem): CIM_ERR_NOT_FOUND: Referenced domain
> `domU' does not exist: Domain not found: xenUnifiedDomainLookupByName
> --------------------------------------------------------------------
> ComputerSystemMigrationJobIndication -
> 01_csmig_ind_for_offline_mig.py: FAIL
> ERROR - Got CIM error CIM_ERR_FAILED: Unable to parse embedded
> object with return code 1
> ERROR - Error define domain
VM_frm_dhcp-66-70-64.nay.redhat.com
> ERROR - Error setting up the guest
> ERROR - Exception: Unable to generate indication
> InvokeMethod(DefineSystem): CIM_ERR_FAILED: Unable to parse embedded
> object
> --------------------------------------------------------------------
> ElementAllocatedFromPool - 01_forward.py: FAIL
> ERROR - Got CIM error CIM_ERR_FAILED: Unable to parse embedded
> object with return code 1
> ERROR - Failed to define the dom: 'hd_domain'
> InvokeMethod(DefineSystem): CIM_ERR_FAILED: Unable to parse embedded
> object
> --------------------------------------------------------------------
> ElementAllocatedFromPool - 02_reverse.py: FAIL
> ERROR - Got CIM error CIM_ERR_FAILED: Unable to parse embedded
> object with return code 1
> ERROR - Failed to define the dom: 'eafp_domain'
> InvokeMethod(DefineSystem): CIM_ERR_FAILED: Unable to parse embedded
> object
> --------------------------------------------------------------------
> ElementAllocatedFromPool - 03_reverse_errs.py: FAIL
> ERROR - Got CIM error CIM_ERR_FAILED: Unable to parse embedded
> object with return code 1
> ERROR - Failed to define the dom: hd_domain
> InvokeMethod(DefineSystem): CIM_ERR_FAILED: Unable to parse embedded
> object
> --------------------------------------------------------------------
> ElementAllocatedFromPool - 04_forward_errs.py: FAIL
> ERROR - Got CIM error CIM_ERR_FAILED: Unable to parse embedded
> object with return code 1
> ERROR - Failed to define the dom: hd_domain
> InvokeMethod(DefineSystem): CIM_ERR_FAILED: Unable to parse embedded
> object
> --------------------------------------------------------------------
> ElementCapabilities - 01_forward.py: FAIL
> ERROR - Got CIM error CIM_ERR_FAILED: Unable to parse embedded
> object with return code 1
> ERROR - Failed to define the dom: dom_elecap
> CIM_ERR_INVALID_CLASS: Linux_ComputerSystem
> InvokeMethod(DefineSystem): CIM_ERR_FAILED: Unable to parse embedded
> object
> --------------------------------------------------------------------
> ElementCapabilities - 02_reverse.py: FAIL
> ERROR - Got CIM error CIM_ERR_FAILED: Unable to parse embedded
> object with return code 1
> ERROR - Failed to define the dom: dom_elecap
> CIM_ERR_INVALID_CLASS: Linux_ComputerSystem
> InvokeMethod(DefineSystem): CIM_ERR_FAILED: Unable to parse embedded
> object
> --------------------------------------------------------------------
> ElementCapabilities - 03_forward_errs.py: PASS
> --------------------------------------------------------------------
> ElementCapabilities - 04_reverse_errs.py: PASS
> --------------------------------------------------------------------
> ElementCapabilities - 05_hostsystem_cap.py: PASS
> --------------------------------------------------------------------
> ElementConforms - 01_forward.py: FAIL
> ERROR - Got CIM error CIM_ERR_FAILED: Unable to parse embedded
> object with return code 1
> ERROR - Unable to define domain domU
> InvokeMethod(DefineSystem): CIM_ERR_FAILED: Unable to parse embedded
> object
> --------------------------------------------------------------------
> ElementConforms - 02_reverse.py: FAIL
> ERROR - Got CIM error CIM_ERR_FAILED: Unable to parse embedded
> object with return code 1
> ERROR - ERROR: Failed to Define the dom: domgst
> InvokeMethod(DefineSystem): CIM_ERR_FAILED: Unable to parse embedded
> object
> --------------------------------------------------------------------
> ElementConforms - 03_ectp_fwd_errs.py: PASS
> --------------------------------------------------------------------
> ElementConforms - 04_ectp_rev_errs.py: FAIL
> ERROR - Got CIM error CIM_ERR_FAILED: Unable to parse embedded
> object with return code 1
> ERROR - Unable to define domain domU
> InvokeMethod(DefineSystem): CIM_ERR_FAILED: Unable to parse embedded
> object
> --------------------------------------------------------------------
> ElementSettingData - 01_forward.py: FAIL
> ERROR - Got CIM error CIM_ERR_FAILED: Unable to parse embedded
> object with return code 1
> ERROR - Failed to define the dom: esd_dom
> InvokeMethod(DefineSystem): CIM_ERR_FAILED: Unable to parse embedded
> object
> --------------------------------------------------------------------
> ElementSettingData - 03_esd_assoc_with_rasd_errs.py: FAIL
> ERROR - Got CIM error CIM_ERR_FAILED: Unable to parse embedded
> object with return code 1
> ERROR - Failed to define the dom: hd_domain1
> InvokeMethod(DefineSystem): CIM_ERR_FAILED: Unable to parse embedded
> object
> --------------------------------------------------------------------
> EnabledLogicalElementCapabilities - 01_enum.py: PASS
> --------------------------------------------------------------------
> EnabledLogicalElementCapabilities - 02_elecap_gi_errs.py: FAIL
> ERROR - Got CIM error CIM_ERR_FAILED: Unable to parse embedded
> object with return code 1
> ERROR - Failed to Define the dom: qemu
> InvokeMethod(DefineSystem): CIM_ERR_FAILED: Unable to parse embedded
> object
> --------------------------------------------------------------------
> HostedAccessPoint - 01_forward.py: FAIL
> ERROR - Got CIM error CIM_ERR_FAILED: Unable to parse embedded
> object with return code 1
> ERROR - Failed to define the dom: domu1
> InvokeMethod(DefineSystem): CIM_ERR_FAILED: Unable to parse embedded
> object
> --------------------------------------------------------------------
> HostedAccessPoint - 02_reverse.py: FAIL
> ERROR - Got CIM error CIM_ERR_FAILED: Unable to parse embedded
> object with return code 1
> ERROR - Failed to define the dom: domu1
> InvokeMethod(DefineSystem): CIM_ERR_FAILED: Unable to parse embedded
> object
> --------------------------------------------------------------------
> HostedDependency - 01_forward.py: FAIL
> ERROR - Got CIM error CIM_ERR_FAILED: Unable to parse embedded
> object with return code 1
> ERROR - Failed to define the dom: hd_domain
> InvokeMethod(DefineSystem): CIM_ERR_FAILED: Unable to parse embedded
> object
> --------------------------------------------------------------------
> HostedDependency - 02_reverse.py: FAIL
> ERROR - Got CIM error CIM_ERR_FAILED: Unable to parse embedded
> object with return code 1
> ERROR - Failed to define the dom: hd_domain
> InvokeMethod(DefineSystem): CIM_ERR_FAILED: Unable to parse embedded
> object
> --------------------------------------------------------------------
> HostedDependency - 03_enabledstate.py: FAIL
> ERROR - Got CIM error CIM_ERR_FAILED: Unable to parse embedded
> object with return code 1
> ERROR - Failed to define the dom: hd_domain1
> InvokeMethod(DefineSystem): CIM_ERR_FAILED: Unable to parse embedded
> object
> --------------------------------------------------------------------
> HostedDependency - 04_reverse_errs.py: FAIL
> ERROR - Got CIM error CIM_ERR_FAILED: Unable to parse embedded
> object with return code 1
> ERROR - Failed to define the dom: hd_domain1
> InvokeMethod(DefineSystem): CIM_ERR_FAILED: Unable to parse embedded
> object
> --------------------------------------------------------------------
> 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
> --------------------------------------------------------------------
> HostSystem - 01_enum.py: PASS
> --------------------------------------------------------------------
> HostSystem - 02_hostsystem_to_rasd.py: FAIL
> ERROR - Got CIM error CIM_ERR_FAILED: Unable to parse embedded
> object with return code 1
> ERROR - Failed to define the dom: CrossClass_GuestDom
> CIM_ERR_INVALID_CLASS: Linux_ComputerSystem
> InvokeMethod(DefineSystem): CIM_ERR_FAILED: Unable to parse embedded
> object
> --------------------------------------------------------------------
> HostSystem - 03_hs_to_settdefcap.py: FAIL
> ERROR - Got CIM error CIM_ERR_FAILED: Unable to parse embedded
> object with return code 1
> ERROR - Failed to define the dom: domgst_test
> InvokeMethod(DefineSystem): CIM_ERR_FAILED: Unable to parse embedded
> object
> --------------------------------------------------------------------
> HostSystem - 04_hs_to_EAPF.py: FAIL
> ERROR - Got CIM error CIM_ERR_FAILED: Unable to parse embedded
> object with return code 1
> ERROR - Failed to define the dom: 'CrossClass_GuestDom'
> CIM_ERR_INVALID_CLASS: Linux_ComputerSystem
> InvokeMethod(DefineSystem): CIM_ERR_FAILED: Unable to parse embedded
> object
> --------------------------------------------------------------------
> HostSystem - 05_hs_gi_errs.py: PASS
> --------------------------------------------------------------------
> HostSystem - 06_hs_to_vsms.py: PASS
> --------------------------------------------------------------------
> KVMRedirectionSAP - 01_enum_KVMredSAP.py: FAIL
> ERROR - Got CIM error CIM_ERR_FAILED: Unable to parse embedded
> object with return code 1
> ERROR - Exception: Failed to define the dom: test_kvmredsap_dom
> InvokeMethod(DefineSystem): CIM_ERR_FAILED: Unable to parse embedded
> object
> --------------------------------------------------------------------
> KVMRedirectionSAP - 02_ipv6_support.py: FAIL
> ERROR - Got CIM error CIM_ERR_FAILED: Unable to parse embedded
> object with return code 1
> ERROR - Exception: Failed to define the dom: test_ipv6_dom
> InvokeMethod(DefineSystem): CIM_ERR_FAILED: Unable to parse embedded
> object
> --------------------------------------------------------------------
> LogicalDisk - 01_disk.py: FAIL
> ERROR - Got CIM error CIM_ERR_FAILED: Unable to parse embedded
> object with return code 1
> ERROR - AttributeError : 'NoneType' object has no attribute
'Name'
> Traceback (most recent call last):
> File "./lib/XenKvmLib/const.py", line 140, in do_try
> File "01_disk.py", line 60, in main
> if dev.Name != test_dev:
> AttributeError: 'NoneType' object has no attribute 'Name'
> ERROR - None
> InvokeMethod(DefineSystem): CIM_ERR_FAILED: Unable to parse embedded
> object
> CIM_ERR_NOT_FOUND: No such instance (no domain for test_domain/xvda):
> Domain not found: xenUnifiedDomainLookupByName
> --------------------------------------------------------------------
> LogicalDisk - 02_nodevs.py: SKIP
> ERROR - System has defined domains; unable to run
> --------------------------------------------------------------------
> LogicalDisk - 03_ld_gi_errs.py: FAIL
> ERROR - Got CIM error CIM_ERR_FAILED: Unable to parse embedded
> object with return code 1
> ERROR - Failed to Define the dom: hd_domain
> InvokeMethod(DefineSystem): CIM_ERR_FAILED: Unable to parse embedded
> object
> --------------------------------------------------------------------
> Memory - 01_memory.py: FAIL
> ERROR - Got CIM error CIM_ERR_FAILED: Unable to parse embedded
> object with return code 1
> ERROR - AttributeError : 'NoneType' object has no attribute
> 'ConsumableBlocks'
> Traceback (most recent call last):
> File "./lib/XenKvmLib/const.py", line 140, in do_try
> File "01_memory.py", line 59, in main
> if dev.ConsumableBlocks > dev.NumberOfBlocks:
> AttributeError: 'NoneType' object has no attribute
'ConsumableBlocks'
> ERROR - None
> InvokeMethod(DefineSystem): CIM_ERR_FAILED: Unable to parse embedded
> object
> CIM_ERR_NOT_FOUND: No such instance (no domain for test_domain/mem):
> Domain not found: xenUnifiedDomainLookupByName
> --------------------------------------------------------------------
> Memory - 02_defgetmem.py: FAIL
> ERROR - Got CIM error CIM_ERR_FAILED: Unable to parse embedded
> object with return code 1
> ERROR - Exception: Failed to define the guest: domu
> InvokeMethod(DefineSystem): CIM_ERR_FAILED: Unable to parse embedded
> object
> --------------------------------------------------------------------
> Memory - 03_mem_gi_errs.py: FAIL
> ERROR - Got CIM error CIM_ERR_FAILED: Unable to parse embedded
> object with return code 1
> ERROR - Failed to Create the dom: domU
> InvokeMethod(DefineSystem): CIM_ERR_FAILED: Unable to parse embedded
> object
> --------------------------------------------------------------------
> NetworkPort - 01_netport.py: FAIL
> ERROR - Got CIM error CIM_ERR_FAILED: Unable to parse embedded
> object with return code 1
> ERROR - AttributeError : 'NoneType' object has no attribute
> 'DeviceID'
> Traceback (most recent call last):
> File "./lib/XenKvmLib/const.py", line 140, in do_try
> File "01_netport.py", line 86, in main
> if dev.DeviceID == None:
> AttributeError: 'NoneType' object has no attribute 'DeviceID'
> ERROR - None
> InvokeMethod(DefineSystem): CIM_ERR_FAILED: Unable to parse embedded
> object
> CIM_ERR_NOT_FOUND: No such instance (no domain for
> test_domain/00:11:22:33:44:55): Domain not found:
> xenUnifiedDomainLookupByName
> --------------------------------------------------------------------
> NetworkPort - 02_np_gi_errors.py: FAIL
> ERROR - Got CIM error CIM_ERR_FAILED: Unable to parse embedded
> object with return code 1
> ERROR - Define domain failed!
> InvokeMethod(DefineSystem): CIM_ERR_FAILED: Unable to parse embedded
> object
> --------------------------------------------------------------------
> NetworkPort - 03_user_netport.py: SKIP
> --------------------------------------------------------------------
> Processor - 01_processor.py: FAIL
> ERROR - Got CIM error CIM_ERR_FAILED: Unable to parse embedded
> object with return code 1
> ERROR - Domain not started, we're not able to check vcpu
> InvokeMethod(DefineSystem): CIM_ERR_FAILED: Unable to parse embedded
> object
> --------------------------------------------------------------------
> Processor - 02_definesys_get_procs.py: FAIL
> ERROR - Got CIM error CIM_ERR_FAILED: Unable to parse embedded
> object with return code 1
> ERROR - Exception: Failed to define the guest: test_domain
> InvokeMethod(DefineSystem): CIM_ERR_FAILED: Unable to parse embedded
> object
> --------------------------------------------------------------------
> Processor - 03_proc_gi_errs.py: FAIL
> ERROR - Got CIM error CIM_ERR_FAILED: Unable to parse embedded
> object with return code 1
> ERROR - Failed to define the guest: proc_domain
> InvokeMethod(DefineSystem): CIM_ERR_FAILED: Unable to parse embedded
> object
> --------------------------------------------------------------------
> Profile - 01_enum.py: PASS
> --------------------------------------------------------------------
> Profile - 02_profile_to_elec.py: FAIL
> ERROR - Got CIM error CIM_ERR_FAILED: Unable to parse embedded
> object with return code 1
> ERROR - Unable define domain domguest using DefineSystem()
> InvokeMethod(DefineSystem): CIM_ERR_FAILED: Unable to parse embedded
> object
> --------------------------------------------------------------------
> Profile - 03_rprofile_gi_errs.py: PASS
> --------------------------------------------------------------------
> Profile - 04_verify_libvirt_cim_slp_profiles.py: SKIP
> ERROR - SLP tool does not exist on the machine
> --------------------------------------------------------------------
> RASD - 01_verify_rasd_fields.py: FAIL
> ERROR - Got CIM error CIM_ERR_FAILED: Unable to parse embedded
> object with return code 1
> ERROR - Unable to define the domain VSSDC_dom
> InvokeMethod(DefineSystem): CIM_ERR_FAILED: Unable to parse embedded
> object
> --------------------------------------------------------------------
> RASD - 02_enum.py: FAIL
> ERROR - Got CIM error CIM_ERR_FAILED: Unable to parse embedded
> object with return code 1
> ERROR - Failed to Define the domain: VSSDC_dom
> InvokeMethod(DefineSystem): CIM_ERR_FAILED: Unable to parse embedded
> object
> --------------------------------------------------------------------
> RASD - 03_rasd_errs.py: FAIL
> ERROR - Got CIM error CIM_ERR_FAILED: Unable to parse embedded
> object with return code 1
> ERROR - Failed to Define the domain: VSSDC_dom
> InvokeMethod(DefineSystem): CIM_ERR_FAILED: Unable to parse embedded
> object
> --------------------------------------------------------------------
> RASD - 04_disk_rasd_size.py: FAIL
> ERROR - Got CIM error CIM_ERR_FAILED: Unable to parse embedded
> object with return code 1
> ERROR - Failed to test RASD: Failed to define the dom: diskrasd_test
> InvokeMethod(DefineSystem): CIM_ERR_FAILED: Unable to parse embedded
> object
> --------------------------------------------------------------------
> RASD - 05_disk_rasd_emu_type.py: FAIL
> ERROR - Got CIM error CIM_ERR_FAILED: Unable to parse embedded
> object with return code 1
> ERROR - Failed to call DefineSystem()
> InvokeMethod(DefineSystem): CIM_ERR_FAILED: Unable to parse embedded
> object
> --------------------------------------------------------------------
> RASD - 06_parent_net_pool.py: FAIL
> ERROR - Exception details: Got 0 recs instead of 5
> CIM_ERR_FAILED: Unable to create instance of type
> NetPoolResourceAllocationSettingData
> --------------------------------------------------------------------
> RASD - 07_parent_disk_pool.py: FAIL
> ERROR - Exception details: Got 0 recs instead of 7
> CIM_ERR_FAILED: Unable to create instance of type
> DiskPoolResourceAllocationSettingData
> --------------------------------------------------------------------
> RASDIndications - 01_guest_states_rasd_ind.py: FAIL
> ERROR - Got CIM error CIM_ERR_FAILED: Unable to parse embedded
> object with return code 1
> ERROR - Exception details: Failed to define domain
>
VM_dhcp-66-70-64.nay.redhat.com
> ERROR - Exception details :Error setting up the guest
> 'VM_dhcp-66-70-64.nay.redhat.com'
> ERROR - Exception: Unable to generate indication
> InvokeMethod(DefineSystem): CIM_ERR_FAILED: Unable to parse embedded
> object
> --------------------------------------------------------------------
> RASDIndications - 02_guest_add_mod_rem_rasd_ind.py: FAIL
> ERROR - Got CIM error CIM_ERR_FAILED: Unable to parse embedded
> object with return code 1
> ERROR - Exception details: Failed to define domain
>
VM_dhcp-66-70-64.nay.redhat.com
> ERROR - Error setting up the guest 'VM_dhcp-66-70-64.nay.redhat.com'
> InvokeMethod(DefineSystem): CIM_ERR_FAILED: Unable to parse embedded
> object
> --------------------------------------------------------------------
> RedirectionService - 01_enum_crs.py: PASS
> --------------------------------------------------------------------
> RedirectionService - 02_enum_crscap.py: PASS
> --------------------------------------------------------------------
> RedirectionService - 03_RedirectionSAP_errs.py: FAIL
> ERROR - Got CIM error CIM_ERR_FAILED: Unable to parse embedded
> object with return code 1
> ERROR - ERROR: VS 'demo' is not defined
> InvokeMethod(DefineSystem): CIM_ERR_FAILED: Unable to parse embedded
> object
> --------------------------------------------------------------------
> ReferencedProfile - 01_verify_refprof.py: PASS
> --------------------------------------------------------------------
> ReferencedProfile - 02_refprofile_errs.py: PASS
> --------------------------------------------------------------------
> ResourceAllocationFromPool - 01_forward.py: FAIL
> ERROR - Got CIM error CIM_ERR_FAILED: Unable to parse embedded
> object with return code 1
> ERROR - Failed to Define the domain: RAFP_dom
> InvokeMethod(DefineSystem): CIM_ERR_FAILED: Unable to parse embedded
> object
> --------------------------------------------------------------------
> ResourceAllocationFromPool - 02_reverse.py: FAIL
> ERROR - Got CIM error CIM_ERR_FAILED: Unable to parse embedded
> object with return code 1
> ERROR - Failed to Define the domain: RAFP_dom
> InvokeMethod(DefineSystem): CIM_ERR_FAILED: Unable to parse embedded
> object
> --------------------------------------------------------------------
> ResourceAllocationFromPool - 03_forward_errs.py: PASS
> --------------------------------------------------------------------
> ResourceAllocationFromPool - 04_reverse_errs.py: FAIL
> ERROR - Unexpected rc code 4 and description
> CIM_ERR_INVALID_PARAMETER:
> Xen_ProcResourceAllocationSettingData.InstanceID="wrong"
>
> --------------------------------------------------------------------
> ResourceAllocationFromPool - 05_RAPF_err.py: FAIL
> ERROR - Got CIM error CIM_ERR_FAILED: Unable to parse embedded
> object with return code 1
> ERROR - Failed to define the dom 'RAPF_domain' for 'network' type
> interface
> ERROR - Failed to setup the domain
> InvokeMethod(DefineSystem): CIM_ERR_FAILED: Unable to parse embedded
> object
> --------------------------------------------------------------------
> 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: FAIL
> ERROR - Failed to get 'NetworkPoolRASD'
> ERROR - Error in networkpool creation
> CIM_ERR_FAILED: Unable to create instance of type
> NetPoolResourceAllocationSettingData
> --------------------------------------------------------------------
> ResourcePoolConfigurationService - 05_AddResourcesToResourcePool.py:
> PASS
> --------------------------------------------------------------------
> ResourcePoolConfigurationService -
> 06_RemoveResourcesFromResourcePool.py: PASS
> --------------------------------------------------------------------
> ResourcePoolConfigurationService - 07_DeleteResourcePool.py: FAIL
> ERROR - Failed to get 'NetworkPoolRASD'
> ERROR - Error in networkpool creation
> CIM_ERR_FAILED: Unable to create instance of type
> NetPoolResourceAllocationSettingData
> --------------------------------------------------------------------
> ResourcePoolConfigurationService - 08_CreateDiskResourcePool.py: FAIL
> ERROR - Failed to get 'DiskPoolRASD'
> ERROR - Exception details: Failed to create 'DISK_POOL_NETFS'
> type diskpool 'DISK_POOL_NETFS'
> ERROR - Failed to get 'DiskPoolRASD'
> ERROR - Exception details: Failed to create 'DISK_POOL_DIR' type
> diskpool 'DISK_POOL_DIR'
> CIM_ERR_FAILED: Unable to create instance of type
> DiskPoolResourceAllocationSettingData
> CIM_ERR_FAILED: Unable to create instance of type
> DiskPoolResourceAllocationSettingData
> --------------------------------------------------------------------
> ResourcePoolConfigurationService - 09_DeleteDiskPool.py: FAIL
> ERROR - Failed to get 'DiskPoolRASD'
> ERROR - Failed to create diskpool 'dp_pool'
> CIM_ERR_FAILED: Unable to create instance of type
> DiskPoolResourceAllocationSettingData
> --------------------------------------------------------------------
> ResourcePoolConfigurationService - 10_create_storagevolume.py: FAIL
> ERROR - Exception details: local variable 'dpool_rasd' referenced
> before assignment
> CIM_ERR_FAILED: Unable to create instance of type
> StorageVolumeResourceAllocationSettingData
> --------------------------------------------------------------------
> ResourcePoolConfigurationService -
> 11_create_dir_storagevolume_errs.py: FAIL
> ERROR - Exception: Failed to get default StorageVolRASD ,
> Expected atleast 4, Got '0'
> ERROR - Failed to get the StorageVol RASD's
> ERROR - In get_inputs() Exception details: Failed to get the
> defualt StorageVolRASD info
> ERROR - In main() Exception details: Failed to verify the Invlaid
> 'DUP_VOL_PATH'
> CIM_ERR_FAILED: Unable to create instance of type
> StorageVolumeResourceAllocationSettingData
> --------------------------------------------------------------------
> ResourcePoolConfigurationService -
> 12_create_netfs_storagevolume_errs.py: FAIL
> ERROR - Failed to get 'DiskPoolRASD'
> ERROR - Failed to create pool 'NETFS_POOL'
> CIM_ERR_FAILED: Unable to create instance of type
> DiskPoolResourceAllocationSettingData
> --------------------------------------------------------------------
> ResourcePoolConfigurationService - 13_delete_storagevolume.py: FAIL
> ERROR - Exception: Failed to get default StorageVolRASD ,
> Expected atleast 4, Got '0'
> ERROR - Failed to get the StorageVol RASD's
> ERROR - Exception details: Failed to get the defualt
> StorageVolRASD info
> CIM_ERR_FAILED: Unable to create instance of type
> StorageVolumeResourceAllocationSettingData
> --------------------------------------------------------------------
> ResourcePoolConfigurationService - 14_delete_storagevolume_errs.py: FAIL
> ERROR - Exception: Failed to get default StorageVolRASD ,
> Expected atleast 4, Got '0'
> ERROR - Failed to get the StorageVol RASD's
> ERROR - Exception details: Failed to get the defualt
> StorageVolRASD info
> CIM_ERR_FAILED: Unable to create instance of type
> StorageVolumeResourceAllocationSettingData
> --------------------------------------------------------------------
> ServiceAccessBySAP - 01_forward.py: FAIL
> ERROR - Got CIM error CIM_ERR_FAILED: Unable to parse embedded
> object with return code 1
> ERROR - Failed to define the dom: domu1
> InvokeMethod(DefineSystem): CIM_ERR_FAILED: Unable to parse embedded
> object
> --------------------------------------------------------------------
> ServiceAccessBySAP - 02_reverse.py: FAIL
> ERROR - Got CIM error CIM_ERR_FAILED: Unable to parse embedded
> object with return code 1
> ERROR - Failed to define the dom: domu1
> InvokeMethod(DefineSystem): CIM_ERR_FAILED: Unable to parse embedded
> object
> --------------------------------------------------------------------
> ServiceAffectsElement - 01_forward.py: FAIL
> ERROR - Got CIM error CIM_ERR_FAILED: Unable to parse embedded
> object with return code 1
> ERROR - Failed to define the dom: SAE_dom
> InvokeMethod(DefineSystem): CIM_ERR_FAILED: Unable to parse embedded
> object
> --------------------------------------------------------------------
> ServiceAffectsElement - 02_reverse.py: FAIL
> ERROR - Got CIM error CIM_ERR_FAILED: Unable to parse embedded
> object with return code 1
> ERROR - Failed to define the dom: SAE_dom
> InvokeMethod(DefineSystem): CIM_ERR_FAILED: Unable to parse embedded
> object
> --------------------------------------------------------------------
> SettingsDefine - 01_forward.py: FAIL
> ERROR - Got CIM error CIM_ERR_FAILED: Unable to parse embedded
> object with return code 1
> ERROR - Failed to Create the dom: domu1
> ERROR - NameError : global name 'cmxl' is not defined
> Traceback (most recent call last):
> File "./lib/XenKvmLib/const.py", line 140, in do_try
> File "01_forward.py", line 144, in main
> status, cxml = setup_env(options.ip, options.virt)
> File "01_forward.py", line 58, in setup_env
> return FAIL, cmxl
> NameError: global name 'cmxl' is not defined
> ERROR - None
> InvokeMethod(DefineSystem): CIM_ERR_FAILED: Unable to parse embedded
> object
> --------------------------------------------------------------------
> SettingsDefine - 02_reverse.py: FAIL
> ERROR - Got CIM error CIM_ERR_FAILED: Unable to parse embedded
> object with return code 1
> ERROR - Failed to Create the dom: virtgst
> InvokeMethod(DefineSystem): CIM_ERR_FAILED: Unable to parse embedded
> object
> --------------------------------------------------------------------
> SettingsDefine - 03_sds_fwd_errs.py: FAIL
> ERROR - Got CIM error CIM_ERR_FAILED: Unable to parse embedded
> object with return code 1
> ERROR - Failed to define the dom: domu1
> InvokeMethod(DefineSystem): CIM_ERR_FAILED: Unable to parse embedded
> object
> --------------------------------------------------------------------
> SettingsDefine - 04_sds_rev_errs.py: FAIL
> ERROR - Got CIM error CIM_ERR_FAILED: Unable to parse embedded
> object with return code 1
> ERROR - Failed to define the dom: domu1
> InvokeMethod(DefineSystem): CIM_ERR_FAILED: Unable to parse embedded
> object
> --------------------------------------------------------------------
> SettingsDefineCapabilities - 01_forward.py: FAIL
> ERROR - Xen_SettingsDefineCapabilities returned 0 ResourcePool
> objects instead of 68
> CIM_ERR_FAILED: Unable to create instance of type
> StorageVolumeResourceAllocationSettingData
> --------------------------------------------------------------------
> SettingsDefineCapabilities - 03_forward_errs.py: PASS
> --------------------------------------------------------------------
> SettingsDefineCapabilities - 04_forward_vsmsdata.py: PASS
> --------------------------------------------------------------------
> SettingsDefineCapabilities - 05_reverse_vsmcap.py: PASS
> --------------------------------------------------------------------
> SystemDevice - 01_forward.py: FAIL
> ERROR - Got CIM error CIM_ERR_FAILED: Unable to parse embedded
> object with return code 1
> ERROR - Unable to define domain test_domain
> InvokeMethod(DefineSystem): CIM_ERR_FAILED: Unable to parse embedded
> object
> --------------------------------------------------------------------
> SystemDevice - 02_reverse.py: FAIL
> ERROR - Got CIM error CIM_ERR_FAILED: Unable to parse embedded
> object with return code 1
> ERROR - Unable to define domain test_domain
> InvokeMethod(DefineSystem): CIM_ERR_FAILED: Unable to parse embedded
> object
> --------------------------------------------------------------------
> SystemDevice - 03_fwderrs.py: FAIL
> ERROR - Got CIM error CIM_ERR_FAILED: Unable to parse embedded
> object with return code 1
> ERROR - Failed to define the domain 'virt1'
> InvokeMethod(DefineSystem): CIM_ERR_FAILED: Unable to parse embedded
> object
> --------------------------------------------------------------------
> VirtualSystemManagementCapabilities - 01_enum.py: PASS
> --------------------------------------------------------------------
> VirtualSystemManagementCapabilities - 02_vsmcap_gi_errs.py: PASS
> --------------------------------------------------------------------
> VirtualSystemManagementService - 01_definesystem_name.py: FAIL
> ERROR - Got CIM error CIM_ERR_FAILED: Unable to parse embedded
> object with return code 1
> ERROR - Unable to define test_domain
> InvokeMethod(DefineSystem): CIM_ERR_FAILED: Unable to parse embedded
> object
> --------------------------------------------------------------------
> VirtualSystemManagementService - 02_destroysystem.py: FAIL
> ERROR - Got CIM error CIM_ERR_FAILED: Unable to parse embedded
> object with return code 1
> ERROR - Failed to define the domain 'test_domain'
> InvokeMethod(DefineSystem): CIM_ERR_FAILED: Unable to parse embedded
> object
> --------------------------------------------------------------------
> VirtualSystemManagementService - 03_definesystem_ess.py: PASS
> --------------------------------------------------------------------
> VirtualSystemManagementService - 04_definesystem_ers.py: PASS
> --------------------------------------------------------------------
> VirtualSystemManagementService - 05_destroysystem_neg.py: PASS
> --------------------------------------------------------------------
> VirtualSystemManagementService - 06_addresource.py: FAIL
> ERROR - Got CIM error CIM_ERR_FAILED: Unable to parse embedded
> object with return code 1
> ERROR - Failed to define the dom: rstest_domain
> InvokeMethod(DefineSystem): CIM_ERR_FAILED: Unable to parse embedded
> object
> --------------------------------------------------------------------
> VirtualSystemManagementService - 07_addresource_neg.py: PASS
> --------------------------------------------------------------------
> VirtualSystemManagementService - 08_modifyresource.py: FAIL
> ERROR - Got CIM error CIM_ERR_FAILED: Unable to parse embedded
> object with return code 1
> ERROR - Failed to define the dom: rstest_domain
> InvokeMethod(DefineSystem): CIM_ERR_FAILED: Unable to parse embedded
> object
> --------------------------------------------------------------------
> VirtualSystemManagementService - 09_procrasd_persist.py: FAIL
> ERROR - Unable to set template ProcRASD
> CIM_ERR_FAILED: Unable to create instance of type
> MemResourceAllocationSettingData
> --------------------------------------------------------------------
> VirtualSystemManagementService - 10_hv_version.py: PASS
> --------------------------------------------------------------------
> VirtualSystemManagementService - 11_define_memrasdunits.py: FAIL
> ERROR - KeyError : 'Xen_MemResourceAllocationSettingData'
> Traceback (most recent call last):
> File "./lib/XenKvmLib/const.py", line 140, in do_try
> File "11_define_memrasdunits.py", line 120, in main
> status = try_define(options, units, value, cxml)
> File "11_define_memrasdunits.py", line 61, in try_define
> if rasd_list[mrasd_cn] is None:
> KeyError: 'Xen_MemResourceAllocationSettingData'
> ERROR - None
> CIM_ERR_FAILED: Unable to create instance of type
> MemResourceAllocationSettingData
> --------------------------------------------------------------------
> VirtualSystemManagementService - 12_referenced_config.py: FAIL
> ERROR - Got CIM error CIM_ERR_FAILED: Unable to parse embedded
> object with return code 1
> ERROR - Unable to define rstest_domain using DefineSystem()
> ERROR - Unable to start rstest_domain
> InvokeMethod(DefineSystem): CIM_ERR_FAILED: Unable to parse embedded
> object
> --------------------------------------------------------------------
> VirtualSystemManagementService - 13_refconfig_additional_devs.py: FAIL
> ERROR - Got CIM error CIM_ERR_FAILED: Unable to parse embedded
> object with return code 1
> ERROR - Unable define domain rstest_domain
> ERROR - Unable to define domain rstest_domain
> InvokeMethod(DefineSystem): CIM_ERR_FAILED: Unable to parse embedded
> object
> --------------------------------------------------------------------
> VirtualSystemManagementService - 14_define_sys_disk.py: FAIL
> ERROR - Unable to get template RASDs for rstest_disk_domain
> CIM_ERR_FAILED: Unable to create instance of type
> MemResourceAllocationSettingData
> --------------------------------------------------------------------
> VirtualSystemManagementService - 15_mod_system_settings.py: FAIL
> ERROR - Got CIM error CIM_ERR_FAILED: Unable to parse embedded
> object with return code 1
> ERROR - Failed to define the dom: rstest_domain
> InvokeMethod(DefineSystem): CIM_ERR_FAILED: Unable to parse embedded
> object
> --------------------------------------------------------------------
> VirtualSystemManagementService - 16_removeresource.py: FAIL
> ERROR - Got CIM error CIM_ERR_FAILED: Unable to parse embedded
> object with return code 1
> ERROR - Failed to define the dom: domain
> InvokeMethod(DefineSystem): CIM_ERR_FAILED: Unable to parse embedded
> object
> --------------------------------------------------------------------
> VirtualSystemManagementService - 17_removeresource_neg.py: FAIL
> ERROR - Got CIM error CIM_ERR_FAILED: Unable to parse embedded
> object with return code 1
> ERROR - Failed to define the dom: domain
> InvokeMethod(DefineSystem): CIM_ERR_FAILED: Unable to parse embedded
> object
> --------------------------------------------------------------------
> VirtualSystemManagementService - 18_define_sys_bridge.py: FAIL
> ERROR - Got CIM error CIM_ERR_FAILED: Unable to parse embedded
> object with return code 1
> ERROR - Failed to define the dom: brgtest_domain
> InvokeMethod(DefineSystem): CIM_ERR_FAILED: Unable to parse embedded
> object
> --------------------------------------------------------------------
> VirtualSystemManagementService - 19_definenetwork_ers.py: FAIL
> ERROR - DEBUG nettype is network, field is None, tc is none
> ERROR - Got CIM error CIM_ERR_FAILED: Unable to parse embedded
> object with return code 1
> ERROR - Desc Mismatch, Got desc: 'CIM_ERR_FAILED: Unable to parse
> embedded object', exp 'Valid param '
> ERROR - Defing domain with invalid network name None gave
> unexpected rc code 1 and description:
> CIM_ERR_FAILED: Unable to parse embedded object
> InvokeMethod(DefineSystem): CIM_ERR_FAILED: Unable to parse embedded
> object
> --------------------------------------------------------------------
> VirtualSystemManagementService - 20_verify_vnc_password.py: FAIL
> ERROR - Got CIM error CIM_ERR_FAILED: Unable to parse embedded
> object with return code 1
> ERROR - Failed to define the dom: vncpasswd_domain
> ERROR - Got CIM error CIM_ERR_NOT_FOUND: Referenced domain
> `vncpasswd_domain' does not exist: Domain not found:
> xenUnifiedDomainLookupByName with return code 6
> InvokeMethod(DefineSystem): CIM_ERR_FAILED: Unable to parse embedded
> object
> InvokeMethod(DestroySystem): CIM_ERR_NOT_FOUND: Referenced domain
> `vncpasswd_domain' does not exist: Domain not found:
> xenUnifiedDomainLookupByName
> --------------------------------------------------------------------
> VirtualSystemManagementService - 21_createVS_verifyMAC.py: FAIL
> ERROR - Got CIM error CIM_ERR_FAILED: Unable to parse embedded
> object with return code 1
> ERROR - Exception details: Unable to define dom_mac_notspecified
> InvokeMethod(DefineSystem): CIM_ERR_FAILED: Unable to parse embedded
> object
> --------------------------------------------------------------------
> VirtualSystemManagementService - 22_addmulti_brg_interface.py: FAIL
> ERROR - Got CIM error CIM_ERR_FAILED: Unable to parse embedded
> object with return code 1
> ERROR - global name 'default_dom' is not defined
> ERROR - Got CIM error CIM_ERR_NOT_FOUND: Referenced domain
> `my_domain1' does not exist: Domain not found:
> xenUnifiedDomainLookupByName with return code 6
> InvokeMethod(DefineSystem): CIM_ERR_FAILED: Unable to parse embedded
> object
> InvokeMethod(DestroySystem): CIM_ERR_NOT_FOUND: Referenced domain
> `my_domain1' does not exist: Domain not found:
> xenUnifiedDomainLookupByName
> --------------------------------------------------------------------
> VirtualSystemManagementService - 23_verify_duplicate_mac_err.py: FAIL
> ERROR - Got CIM error CIM_ERR_FAILED: Unable to parse embedded
> object with return code 1
> ERROR - Desc Mismatch, Got desc: 'CIM_ERR_FAILED: Unable to parse
> embedded object', exp 'Conflicting MAC Addresses'
> ERROR - Got unexpected rc code 1 and description CIM_ERR_FAILED:
> Unable to parse embedded object
> InvokeMethod(DefineSystem): CIM_ERR_FAILED: Unable to parse embedded
> object
> --------------------------------------------------------------------
> VirtualSystemManagementService - 24_define_sys_features.py: SKIP
> --------------------------------------------------------------------
> VirtualSystemManagementService - 24_verify_modifyres_output.py: FAIL
> ERROR - Got CIM error CIM_ERR_FAILED: Unable to parse embedded
> object with return code 1
> ERROR - Failed to define the dom: rstest_domain
> InvokeMethod(DefineSystem): CIM_ERR_FAILED: Unable to parse embedded
> object
> --------------------------------------------------------------------
> VirtualSystemMigrationCapabilities - 01_enum.py: PASS
> --------------------------------------------------------------------
> VirtualSystemMigrationCapabilities - 02_vsmc_gi_errs.py: PASS
> --------------------------------------------------------------------
> VirtualSystemMigrationService - 01_migratable_host.py: FAIL
> ERROR - Error invoke 'CheckVirtualSystemIsMigratableToHost'.
> ERROR - (1, u'CIM_ERR_FAILED: Failed to connect to remote host
> (xen+ssh://localhost/system)')
>
Xen_ComputerSystem.CreationClassName="Xen_ComputerSystem",Name="dom_migrate"
>
> InvokeMethod(CheckVirtualSystemIsMigratableToHost): CIM_ERR_FAILED:
> Failed to connect to remote host (xen+ssh://localhost/system)
> --------------------------------------------------------------------
> VirtualSystemMigrationService - 02_host_migrate_type.py: FAIL
> ERROR - Got CIM error CIM_ERR_FAILED: Unable to parse embedded
> object with return code 1
> ERROR - CS instance not returned for dom_migrate.
> ERROR - Error start domain dom_migrate
> InvokeMethod(DefineSystem): CIM_ERR_FAILED: Unable to parse embedded
> object
> CIM_ERR_NOT_FOUND: Referenced domain `dom_migrate' does not exist:
> Domain not found: xenUnifiedDomainLookupByName
> CIM_ERR_NOT_FOUND: Referenced domain `dom_migrate' does not exist:
> Domain not found: xenUnifiedDomainLookupByName
> CIM_ERR_NOT_FOUND: Referenced domain `dom_migrate' does not exist:
> Domain not found: xenUnifiedDomainLookupByName
> CIM_ERR_NOT_FOUND: Referenced domain `dom_migrate' does not exist:
> Domain not found: xenUnifiedDomainLookupByName
> CIM_ERR_NOT_FOUND: Referenced domain `dom_migrate' does not exist:
> Domain not found: xenUnifiedDomainLookupByName
> CIM_ERR_NOT_FOUND: Referenced domain `dom_migrate' does not exist:
> Domain not found: xenUnifiedDomainLookupByName
> CIM_ERR_NOT_FOUND: Referenced domain `dom_migrate' does not exist:
> Domain not found: xenUnifiedDomainLookupByName
> CIM_ERR_NOT_FOUND: Referenced domain `dom_migrate' does not exist:
> Domain not found: xenUnifiedDomainLookupByName
> CIM_ERR_NOT_FOUND: Referenced domain `dom_migrate' does not exist:
> Domain not found: xenUnifiedDomainLookupByName
> CIM_ERR_NOT_FOUND: Referenced domain `dom_migrate' does not exist:
> Domain not found: xenUnifiedDomainLookupByName
> CIM_ERR_NOT_FOUND: Referenced domain `dom_migrate' does not exist:
> Domain not found: xenUnifiedDomainLookupByName
> CIM_ERR_NOT_FOUND: Referenced domain `dom_migrate' does not exist:
> Domain not found: xenUnifiedDomainLookupByName
> CIM_ERR_NOT_FOUND: Referenced domain `dom_migrate' does not exist:
> Domain not found: xenUnifiedDomainLookupByName
> CIM_ERR_NOT_FOUND: Referenced domain `dom_migrate' does not exist:
> Domain not found: xenUnifiedDomainLookupByName
> CIM_ERR_NOT_FOUND: Referenced domain `dom_migrate' does not exist:
> Domain not found: xenUnifiedDomainLookupByName
> CIM_ERR_NOT_FOUND: Referenced domain `dom_migrate' does not exist:
> Domain not found: xenUnifiedDomainLookupByName
> CIM_ERR_NOT_FOUND: Referenced domain `dom_migrate' does not exist:
> Domain not found: xenUnifiedDomainLookupByName
> CIM_ERR_NOT_FOUND: Referenced domain `dom_migrate' does not exist:
> Domain not found: xenUnifiedDomainLookupByName
> CIM_ERR_NOT_FOUND: Referenced domain `dom_migrate' does not exist:
> Domain not found: xenUnifiedDomainLookupByName
> CIM_ERR_NOT_FOUND: Referenced domain `dom_migrate' does not exist:
> Domain not found: xenUnifiedDomainLookupByName
> CIM_ERR_NOT_FOUND: Referenced domain `dom_migrate' does not exist:
> Domain not found: xenUnifiedDomainLookupByName
> CIM_ERR_NOT_FOUND: Referenced domain `dom_migrate' does not exist:
> Domain not found: xenUnifiedDomainLookupByName
> CIM_ERR_NOT_FOUND: Referenced domain `dom_migrate' does not exist:
> Domain not found: xenUnifiedDomainLookupByName
> CIM_ERR_NOT_FOUND: Referenced domain `dom_migrate' does not exist:
> Domain not found: xenUnifiedDomainLookupByName
> CIM_ERR_NOT_FOUND: Referenced domain `dom_migrate' does not exist:
> Domain not found: xenUnifiedDomainLookupByName
> CIM_ERR_NOT_FOUND: Referenced domain `dom_migrate' does not exist:
> Domain not found: xenUnifiedDomainLookupByName
> CIM_ERR_NOT_FOUND: Referenced domain `dom_migrate' does not exist:
> Domain not found: xenUnifiedDomainLookupByName
> CIM_ERR_NOT_FOUND: Referenced domain `dom_migrate' does not exist:
> Domain not found: xenUnifiedDomainLookupByName
> CIM_ERR_NOT_FOUND: Referenced domain `dom_migrate' does not exist:
> Domain not found: xenUnifiedDomainLookupByName
> CIM_ERR_NOT_FOUND: Referenced domain `dom_migrate' does not exist:
> Domain not found: xenUnifiedDomainLookupByName
> --------------------------------------------------------------------
> VirtualSystemMigrationService - 05_migratable_host_errs.py: FAIL
> ERROR - Got CIM error CIM_ERR_FAILED: Unable to parse embedded
> object with return code 1
> ERROR - Error define domain dom_migration
> InvokeMethod(DefineSystem): CIM_ERR_FAILED: Unable to parse embedded
> object
> --------------------------------------------------------------------
> VirtualSystemMigrationService - 06_remote_live_migration.py: FAIL
> ERROR - Got CIM error CIM_ERR_FAILED: Unable to parse embedded
> object with return code 1
> ERROR - Error define domain
VM_frm_dhcp-66-70-64.nay.redhat.com
> ERROR - Error setting up the guest
> InvokeMethod(DefineSystem): CIM_ERR_FAILED: Unable to parse embedded
> object
> --------------------------------------------------------------------
> VirtualSystemMigrationService - 07_remote_offline_migration.py: FAIL
> ERROR - Got CIM error CIM_ERR_FAILED: Unable to parse embedded
> object with return code 1
> ERROR - Error define domain
VM_frm_dhcp-66-70-64.nay.redhat.com
> ERROR - Error setting up the guest
> InvokeMethod(DefineSystem): CIM_ERR_FAILED: Unable to parse embedded
> object
> --------------------------------------------------------------------
> VirtualSystemMigrationService -
> 08_remote_restart_resume_migration.py: FAIL
> ERROR - Got CIM error CIM_ERR_FAILED: Unable to parse embedded
> object with return code 1
> ERROR - Error define domain
VM_frm_dhcp-66-70-64.nay.redhat.com
> ERROR - Error setting up the guest
> InvokeMethod(DefineSystem): CIM_ERR_FAILED: Unable to parse embedded
> object
> --------------------------------------------------------------------
> VirtualSystemMigrationSettingData - 01_enum.py: PASS
> --------------------------------------------------------------------
> VirtualSystemMigrationSettingData - 02_vsmsd_gi_errs.py: PASS
> --------------------------------------------------------------------
> VirtualSystemSettingDataComponent - 01_forward.py: FAIL
> ERROR - Got CIM error CIM_ERR_FAILED: Unable to parse embedded
> object with return code 1
> ERROR - Failed to define the dom: VSSDC_dom
> InvokeMethod(DefineSystem): CIM_ERR_FAILED: Unable to parse embedded
> object
> --------------------------------------------------------------------
> VirtualSystemSettingDataComponent - 02_reverse.py: FAIL
> ERROR - Got CIM error CIM_ERR_FAILED: Unable to parse embedded
> object with return code 1
> ERROR - Failed to define the dom: VSSDC_dom
> InvokeMethod(DefineSystem): CIM_ERR_FAILED: Unable to parse embedded
> object
> --------------------------------------------------------------------
> VirtualSystemSettingDataComponent - 03_vssdc_fwd_errs.py: FAIL
> ERROR - Got CIM error CIM_ERR_FAILED: Unable to parse embedded
> object with return code 1
> ERROR - Unable to define domain domu1
> InvokeMethod(DefineSystem): CIM_ERR_FAILED: Unable to parse embedded
> object
> --------------------------------------------------------------------
> VirtualSystemSettingDataComponent - 04_vssdc_rev_errs.py: FAIL
> ERROR - Got CIM error CIM_ERR_FAILED: Unable to parse embedded
> object with return code 1
> ERROR - Unable to define domain domu1
> InvokeMethod(DefineSystem): CIM_ERR_FAILED: Unable to parse embedded
> object
> --------------------------------------------------------------------
> VirtualSystemSnapshotService - 01_enum.py: PASS
> --------------------------------------------------------------------
> VirtualSystemSnapshotService - 02_vs_sservice_gi_errs.py: PASS
> --------------------------------------------------------------------
> VirtualSystemSnapshotService - 03_create_snapshot.py: FAIL
> ERROR - Got CIM error CIM_ERR_FAILED: Unable to parse embedded
> object with return code 1
> ERROR - Exception: ('Unable to define %s', 'snapshot_vm')
> ERROR - Got CIM error CIM_ERR_NOT_FOUND: Referenced domain
> `snapshot_vm' does not exist: Domain not found:
> xenUnifiedDomainLookupByName with return code 6
> ERROR - Failed to remove snapshot file for snapshot_vm
> InvokeMethod(DefineSystem): CIM_ERR_FAILED: Unable to parse embedded
> object
> InvokeMethod(DestroySystem): CIM_ERR_NOT_FOUND: Referenced domain
> `snapshot_vm' does not exist: Domain not found:
> xenUnifiedDomainLookupByName
> --------------------------------------------------------------------
> VirtualSystemSnapshotServiceCapabilities - 01_enum.py: PASS
> --------------------------------------------------------------------
> VirtualSystemSnapshotServiceCapabilities -
> 02_vs_sservicecap_gi_errs.py: PASS
> --------------------------------------------------------------------
> VSSD - 01_enum.py: FAIL
> ERROR - Got CIM error CIM_ERR_FAILED: Unable to parse embedded
> object with return code 1
> ERROR - error while create of VS
> ERROR - Missing VSSD instance for the system VSSD_dom
> InvokeMethod(DefineSystem): CIM_ERR_FAILED: Unable to parse embedded
> object
> --------------------------------------------------------------------
> VSSD - 02_bootldr.py: FAIL
> ERROR - Got CIM error CIM_ERR_FAILED: Unable to parse embedded
> object with return code 1
> ERROR - error while 'define' of VS
> InvokeMethod(DefineSystem): CIM_ERR_FAILED: Unable to parse embedded
> object
> --------------------------------------------------------------------
> VSSD - 03_vssd_gi_errs.py: FAIL
> ERROR - Got CIM error CIM_ERR_FAILED: Unable to parse embedded
> object with return code 1
> ERROR - error while define of VS
> InvokeMethod(DefineSystem): CIM_ERR_FAILED: Unable to parse embedded
> object
> --------------------------------------------------------------------
> VSSD - 04_vssd_to_rasd.py: FAIL
> ERROR - Got CIM error CIM_ERR_FAILED: Unable to parse embedded
> object with return code 1
> ERROR - Failed to Define the domain: VSSDC_dom
> InvokeMethod(DefineSystem): CIM_ERR_FAILED: Unable to parse embedded
> object
> --------------------------------------------------------------------
> VSSD - 05_set_uuid.py: FAIL
> ERROR - Got CIM error CIM_ERR_FAILED: Unable to parse embedded
> object with return code 1
> ERROR - Failed to define the dom: uuid_domain
> InvokeMethod(DefineSystem): CIM_ERR_FAILED: Unable to parse embedded
> object
> --------------------------------------------------------------------
> VSSD - 06_duplicate_uuid.py: FAIL
> ERROR - Got CIM error CIM_ERR_FAILED: Unable to parse embedded
> object with return code 1
> ERROR - Failed to define the dom: uuid_domain
> InvokeMethod(DefineSystem): CIM_ERR_FAILED: Unable to parse embedded
> object
> --------------------------------------------------------------------
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> Libvirt-cim mailing list
> Libvirt-cim(a)redhat.com
>
https://www.redhat.com/mailman/listinfo/libvirt-cim