-
- 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(a)linux.vnet.ibm.com