<html><body>
<p>Hi Osier,<br>
<br>
        I don't see any test result attachment with your email. Can you send your test results?<br>
<br>
Regards<br>
Sharad Mishra<br>
System x Enablement<br>
Linux Technology Center<br>
IBM<br>
<br>
<img width="16" height="16" src="cid:1__=07BBFC32DFF3E6478f9e8a93df938@us.ibm.com" border="0" alt="Inactive hide details for Osier Yang ---01/04/2010 05:48:36 AM---Hi all"><font color="#424282">Osier Yang ---01/04/2010 05:48:36 AM---Hi all</font><br>
<br>

<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr valign="top"><td style="background-image:url(cid:2__=07BBFC32DFF3E6478f9e8a93df938@us.ibm.com); background-repeat: no-repeat; " width="40%">
<ul>
<ul>
<ul>
<ul><b><font size="2">Osier Yang <jyang@redhat.com></font></b><font size="2"> </font><br>
<font size="2">Sent by: libvirt-cim-bounces@redhat.com</font>
<p><font size="2">01/04/2010 05:40 AM</font>
<table border="1">
<tr valign="top"><td width="168" bgcolor="#FFFFFF"><div align="center"><font size="2">Please respond to<br>
List for discussion and development of libvirt CIM      <libvirt-cim@redhat.com></font></div></td></tr>
</table>
</ul>
</ul>
</ul>
</ul>
</td><td width="60%">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr valign="top"><td width="1%"><img width="58" height="1" src="cid:3__=07BBFC32DFF3E6478f9e8a93df938@us.ibm.com" border="0" alt=""><br>
<div align="right"><font size="2">To</font></div></td><td width="100%"><img width="1" height="1" src="cid:3__=07BBFC32DFF3E6478f9e8a93df938@us.ibm.com" border="0" alt=""><br>
<font size="2">libvirt-cim@redhat.com, Guan Nan Ren <gren@redhat.com></font></td></tr>

<tr valign="top"><td width="1%"><img width="58" height="1" src="cid:3__=07BBFC32DFF3E6478f9e8a93df938@us.ibm.com" border="0" alt=""><br>
<div align="right"><font size="2">cc</font></div></td><td width="100%"><img width="1" height="1" src="cid:3__=07BBFC32DFF3E6478f9e8a93df938@us.ibm.com" border="0" alt=""><br>
</td></tr>

<tr valign="top"><td width="1%"><img width="58" height="1" src="cid:3__=07BBFC32DFF3E6478f9e8a93df938@us.ibm.com" border="0" alt=""><br>
<div align="right"><font size="2">Subject</font></div></td><td width="100%"><img width="1" height="1" src="cid:3__=07BBFC32DFF3E6478f9e8a93df938@us.ibm.com" border="0" alt=""><br>
<font size="2">[Libvirt-cim] question about libvirt-cim testing.</font></td></tr>
</table>

<table border="0" cellspacing="0" cellpadding="0">
<tr valign="top"><td width="58"><img width="1" height="1" src="cid:3__=07BBFC32DFF3E6478f9e8a93df938@us.ibm.com" border="0" alt=""></td><td width="336"><img width="1" height="1" src="cid:3__=07BBFC32DFF3E6478f9e8a93df938@us.ibm.com" border="0" alt=""></td></tr>
</table>
</td></tr>
</table>
<br>
<tt>Hi all<br>
    <br>
         I got a testing result (see the attachment) that seems not <br>
reasonable with cimtest --- with just 50 about cases passed.  And I just <br>
want to known if  it's caused by my testing enviroment or the problem of <br>
libvirt-cim self.  Tried find out myself, but because not very farmiliar <br>
with CIM,  so didn't helps.  Any suggestion will be appreciatec.<br>
       <br>
         The steps of setting up testing enviroment is as follows:<br>
<br>
         1> install an RHEL5.5-Server, (x86_64)<br>
<br>
         2> updated the related packages to the newest version:<br>
              [root@dhcp-66-70-64 ~]# rpm -qa | grep xen<br>
              kernel-xen-2.6.18-183.el5<br>
              xen-devel-3.0.3-102.el5<br>
              xen-libs-3.0.3-102.el5<br>
<br>
             [root@dhcp-66-70-64 ~]# rpm -qa | grep libvirt<br>
             libvirt-devel-0.6.3-28.el5<br>
             libvirt-debuginfo-0.6.3-28.el5<br>
             libvirt-cim-0.5.8-2.el5<br>
             libvirt-python-0.6.3-28.el5<br>
             libvirt-0.6.3-28.el5<br>
             libvirt-0.6.3-28.el5<br>
             libvirt-cim-debuginfo-0.5.8-2.el5<br>
<br>
             [root@dhcp-66-70-64 ~]# rpm -qa | grep cmpi<br>
             libcmpiutil-0.5-1.el5<br>
             libcmpiutil-0.5-1.el5<br>
             libcmpiutil-devel-0.5-1.el5<br>
             libcmpiutil-debuginfo-0.5-1.el5<br>
<br>
             [root@dhcp-66-70-64 ~]# rpm -qa | grep pega<br>
             tog-pegasus-devel-2.9.1-1.el5<br>
             tog-pegasus-devel-2.9.1-1.el5<br>
             tog-pegasus-2.9.1-1.el5<br>
<br>
      3> install sblim-wbemcli<br>
          # yum install sblim-wbemcli -y<br>
<br>
      4> config CIM server (tog-pegasus)<br>
         # cimconfig -p -s enableHttpConnection=true<br>
         # cimconfig -p -s repositoryIsDefaultInstanceProvider=true<br>
<br>
      5> restart CIM server<br>
         # service tog-pegasus restart<br>
<br>
      6> get the providers list (verify)<br>
         [root@dhcp-66-70-64 ~]# wbemcli ecn <br>
</tt><tt><a href="http://root:redhat@localhost:5988">http://root:redhat@localhost:5988</a></tt><tt> | grep -i xen<br>
         localhost:5988/root/cimv2:Xen_RegisteredProfile<br>
         localhost:5988/root/cimv2:Xen_HostedAccessPoint<br>
         localhost:5988/root/cimv2:Xen_HostedResourcePool<br>
         localhost:5988/root/cimv2:Xen_HostedService<br>
         localhost:5988/root/cimv2:Xen_HostedDependency<br>
         localhost:5988/root/cimv2:Xen_ComputerSystem<br>
         localhost:5988/root/cimv2:Xen_ElementConformsToProfile<br>
         localhost:5988/root/cimv2:Xen_ElementCapabilities<br>
<br>
     7> download cimtest snapshot and extract it<br>
        # wget -c </tt><tt><a href="ftp://libvirt.org/libvirt-cim/cimtest-snapshot.tar.gz">ftp://libvirt.org/libvirt-cim/cimtest-snapshot.tar.gz</a></tt><tt><br>
        # tar xvzf cimtest-snapshot.tar.gz<br>
    <br>
     8> execute the case<br>
       # CIM_NS=root/virt CIM_USER=root CIM_PASS=redhat ./runtests <br>
libvirt-cim -i localhost<br>
<br>
   <br>
<br>
Thanks and Regards<br>
osier<br>
             <br>
<br>
_______________________________________________<br>
Libvirt-cim mailing list<br>
Libvirt-cim@redhat.com<br>
</tt><tt><a href="https://www.redhat.com/mailman/listinfo/libvirt-cim">https://www.redhat.com/mailman/listinfo/libvirt-cim</a></tt><tt><br>
</tt><br>
</body></html>