[PATCH] [TEST] undefine domain in ElementConforms.04

# HG changeset patch # User Zhengang Li <lizg@cn.ibm.com> # Date 1209437915 -28800 # Node ID eed8980e5dd7bfe8ebfffe891b4fc779a6028ce8 # Parent 45c4fad193746d9d971389758851d4858a5049d3 [TEST] undefine domain in ElementConforms.04 This is the reason to ElementSettingData.03 failure in bulk run. Signed-off-by: Zhengang Li <lizg@cn.ibm.com> diff -r 45c4fad19374 -r eed8980e5dd7 suites/libvirt-cim/cimtest/ElementConforms/04_ectp_rev_errs.py --- a/suites/libvirt-cim/cimtest/ElementConforms/04_ectp_rev_errs.py Tue Apr 29 09:42:19 2008 +0800 +++ b/suites/libvirt-cim/cimtest/ElementConforms/04_ectp_rev_errs.py Tue Apr 29 10:58:35 2008 +0800 @@ -173,6 +173,8 @@ def main(): retval = try_invalid_assoc(cs, comp_name_val, i, tc_scen[i], options.virt) if retval != PASS: status = retval + + cxml.undefine(options.ip) return status if __name__ == "__main__":
participants (1)
-
zli@linux.vnet.ibm.com