<br>
<br><tt><font size=2>libvirt-cim-bounces@redhat.com wrote on 2008-07-21
22:30:23:<br>
<br>
> > LogicalDisk - 02_nodevs.py: FAIL<br>
> > ERROR   - LogicalDisk returned 1 instead of empty list<br>
> </font></tt>
<br><tt><font size=2>    It pass for me today. I will look into
it when it fails again.</font></tt>
<br><tt><font size=2><br>
> > Memory - 01_memory.py: FAIL<br>
> > ERROR   - Capacity should be 262144 MB instead of 131072
MB<br>
> </font></tt>
<br><tt><font size=2>    The same as above.</font></tt>
<br><tt><font size=2><br>
> > VirtualSystemManagementService - 09_procrasd_persist.py: FAIL<br>
> > ERROR   - limit is 0, expected 256<br>
> > ERROR   - rstest_domain CPU scheduling not set properly</font></tt>
<br>
<br><tt><font size=2> There is error report when I try to run  "virsh
-c %s schedinfo %s | awk '/%s/ { print \$3 }' manually.</font></tt>
<br>
<br><tt><font size=2> I define rstest_domain and test. Below is the
detail cmd and output.</font></tt>
<br><tt><font size=2>    </font></tt>
<br><tt><font size=2>[root@elm3b217 cimtest]#  virsh -c xen:/// schedinfo
rstest_domain | awk '/cap/ { print \$3 }'</font></tt>
<br><tt><font size=2>awk: /cap/ { print \$3 }</font></tt>
<br><tt><font size=2>awk:              
^ backslash not last character on line</font></tt>
<br>
<br>
<br><tt><font size=2>When I delete '\' before $3 and run again, it outputs
0.</font></tt>
<br>
<br><tt><font size=2>[root@elm3b217 cimtest]#  virsh -c xen:/// schedinfo
rstest_domain | awk '/cap/ { print $3 }'</font></tt>
<br><tt><font size=2>0</font></tt>
<br>
<br><tt><font size=2>These look like it doesn't fix the failure, the test
case still fails and log as follows:</font></tt>
<br>
<br><tt><font size=2>Tue, 22 Jul 2008 01:19:38:TEST LOG:INFO    
    -  ====09_procrasd_persist.py Log====</font></tt>
<br><tt><font size=2>Tue, 22 Jul 2008 01:19:41:TEST LOG:ERROR    
   -  rstest_domain CPU scheduling not set properly</font></tt>
<br>
<br><tt><font size=2>Below is cimmon debug info:</font></tt>
<br>
<br><tt><font size=2>foo:3: parser error : Extra content at the end of
the document</font></tt>
<br><tt><font size=2>o></font></tt>
<br><tt><font size=2>^<br>
> <br>
> Hi Daisy,<br>
> <br>
> These look like they failed for a reason other than the libvirt caching
<br>
> issue.  Can you look into why they failed?<br>
> <br>
> Thanks!<br>
> -- <br>
> Kaitlin Rupert<br>
> IBM Linux Technology Center<br>
> kaitlin@linux.vnet.ibm.com<br>
> <br>
> _______________________________________________<br>
> Libvirt-cim mailing list<br>
> Libvirt-cim@redhat.com<br>
> https://www.redhat.com/mailman/listinfo/libvirt-cim<br>
</font></tt>