This is an automatically generated e-mail. To reply, visit: http://reviewboard-openlmi.rhcloud.com/r/809/

Review request for OpenLMI Developers.
By Michal Minar.
Repository: openlmi-tools

Description

use NocaseDict instead of dict where appropriate

NocaseDict should be used for properties of instances, instance names
and output parameters of method to allow for case-insesitive
comparisons.

This fixes a bug, where job was not found in output parameters of
asynchronous method, when treating it as a synchronoush one.

Diffs

  • cli/lmi/shell/LMIInstance.py (17646deedde5e39cd6dc129bae7b84d29c491a6e)
  • cli/lmi/shell/LMIInstanceName.py (b4dcc4235437923a392dd26262fdcdddc5db228d)
  • cli/lmi/shell/LMIMethod.py (a5bad8dfeb8047f60e6bcd4c7909fd4aa00d2106)
  • cli/lmi/shell/LMIReturnValue.py (92030409b4159a60ad4fbc776f3835e96dcdf0fa)
  • cli/lmi/shell/LMIUtil.py (9f34d21dba408a4a908495a68011c2faef35224b)

View Diff