[PATCH] [TEST]Fixing 03_ectp_fwd_errs.py tc of ElementConforms

# HG changeset patch # User Deepti B. Kalakeri <deeptik@linux.vnet.ibm.com> # Date 1211373279 25200 # Node ID f8e46a162b44e421f2638035aa98f8861f846455 # Parent b2b2bb6cc8d87ba0eeddcf3d361d3085104d3492 [TEST]Fixing 03_ectp_fwd_errs.py tc of ElementConforms. Passing the missing virt parameter to try_invalid_assoc() the function call. Signed-off-by: Deepti B. Kalakeri <deeptik@linux.vnet.ibm.com> diff -r b2b2bb6cc8d8 -r f8e46a162b44 suites/libvirt-cim/cimtest/ElementConforms/03_ectp_fwd_errs.py --- a/suites/libvirt-cim/cimtest/ElementConforms/03_ectp_fwd_errs.py Mon May 19 10:43:33 2008 -0700 +++ b/suites/libvirt-cim/cimtest/ElementConforms/03_ectp_fwd_errs.py Wed May 21 05:34:39 2008 -0700 @@ -106,7 +106,7 @@ def main(): tc_scen = ['INVALID_InstID_Keyname', 'INVALID_InstID_Keyvalue'] for i in range(len(tc_scen)): - retval = try_invalid_assoc(sv_name_val, i, tc_scen[i]) + retval = try_invalid_assoc(sv_name_val, i, tc_scen[i], options.virt) if retval != PASS: status = retval

Deepti B. Kalakeri wrote:
# HG changeset patch # User Deepti B. Kalakeri <deeptik@linux.vnet.ibm.com> # Date 1211373279 25200 # Node ID f8e46a162b44e421f2638035aa98f8861f846455 # Parent b2b2bb6cc8d87ba0eeddcf3d361d3085104d3492 [TEST]Fixing 03_ectp_fwd_errs.py tc of ElementConforms.
Passing the missing virt parameter to try_invalid_assoc() the function call.
Signed-off-by: Deepti B. Kalakeri <deeptik@linux.vnet.ibm.com>
Excellent catch - thanks Deepti! -- Kaitlin Rupert IBM Linux Technology Center kaitlin@linux.vnet.ibm.com
participants (2)
-
Deepti B. Kalakeri
-
Kaitlin Rupert