Review Request 848: lmishell, unify method call arguments with instance filtering

Peter Hatina reviewboard at gallagherhome.com
Thu Sep 19 13:17:54 UTC 2013


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

(Updated Sept. 19, 2013, 1:17 p.m.)


Status
------

This change has been marked as submitted.


Review request for OpenLMI Developers.


Repository: openlmi-tools


Description
-------

This patch unifies the means of passing arguments to method call and instance filtering.

Example:
> instance.MethodCall({"Param1" : val1, "Param2" : val2, ...})

compared to:

> instance.MethodCall(Param1=val1, Param2=val2, ...)

NOTE: The previous way, how to pass parameters to the method call still works.


Diffs
-----

  cli/lmi/shell/LMIMethod.py 8168ca406df98ba4da49ff31ba7b4188195593b7 

Diff: http://reviewboard-openlmi.rhcloud.com/r/848/diff/


Testing
-------


Thanks,

Peter Hatina

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.fedorahosted.org/pipermail/openlmi-devel/attachments/20130919/908b42fa/attachment-0001.html>
-------------- next part --------------
_______________________________________________
openlmi-reviews mailing list
openlmi-reviews at lists.fedorahosted.org
https://lists.fedorahosted.org/mailman/listinfo/openlmi-reviews


More information about the openlmi-devel mailing list