
We should not hardcode CreationClassName to Xen_ComputerSystem.
+ + curr_cim_rev, changeset = get_provider_version(options.virt, options.ip) + if curr_cim_rev >= libvirt_ec_changes: + cs_exp_desc = "Referenced domain `wrong' does not exist:" + \ + " Domain not found"
you dont need a + sign here. \ will work.
This is not true in this case. You'll get the following error: ElementCapabilities/ - 03_forward_errs.py: FAIL File "03_forward_errs.py", line 92 cs_exp_desc = "Referenced domain `wrong' does not exist:" + ^ SyntaxError: invalid syntax The slash is needed here. -- Kaitlin Rupert IBM Linux Technology Center kaitlin@linux.vnet.ibm.com