[Libvirt-cim] [PATCH] [TEST]Fix ElementConforms/04_ectp_rev_errs.py err message

Kaitlin Rupert kaitlin at linux.vnet.ibm.com
Thu Mar 5 19:18:42 UTC 2009


> @@ -169,8 +169,12 @@
>          retval = try_invalid_assoc(hs, host_name_val, i, tc_scen[i], options.virt)
>          if retval != PASS:
>              status = retval
> +    curr_cim_rev, changeset = get_provider_version(options.virt, options.ip)
> +    for i in range(len(tc_scen)):
> +        if i == 3 and curr_cim_rev >= 817:

Also, can you use a variable for the changeset revision number?

> +            cs_values[tc_scen[i]]['desc'] = "Referenced domain `INVALID_Name_Keyvalue' \
> +does not exist: Domain not found" 

    cs_values[tc_scen[i]]['desc'] = "Referenced domain" + \
                                    " `INVALID_Name_Keyvalue' does" + \
                                    " not exist: Domain not found"


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




More information about the Libvirt-cim mailing list