[Libvirt-cim] [PATCH] [TEST] #4 Update VSSDC.01 for KVM/XenFV/LXC support

Kaitlin Rupert kaitlin at linux.vnet.ibm.com
Wed Jul 23 20:57:57 UTC 2008


> -
> -        return PASS
> -
> +        status = compare_all_prop(assoc_info[0], vssd)
> +        if status != PASS:
> +            logger.error("Verification error: got %s, expect %s" % \
> +                         (assoc_info[0], vssd))
> +            return FAIL

Hopefully last issue =)  Here, you're going to print out the entire 
instance, which dump a lot of text to the console / log.

Something like "Properties of inst returned by %s didn't match expected".

Thanks!

-- 
Kaitlin Rupert
IBM Linux Technology Center
kaitlin at linux.vnet.ibm.com




More information about the Libvirt-cim mailing list