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

Looks sane to me.


- Jan Synacek


On July 14th, 2014, 9:37 a.m. CEST, Michal Minar wrote:

Review request for OpenLMI Developers.
By Michal Minar.

Updated July 14, 2014, 9:37 a.m.

Repository: openlmi-tools

Description

shell: better handle job output parameters

Due to openlmi's workaround of pegasus' shortcoming, JobOutParameters
property of job instance is something else then it should be. It's an
instance of __MethodParameters_<method_name>_Result class which derives
from __MethodParameters_<method_name> class. The latter contains input
parameters of asynchronous method. Therefor JobOutParameters may contain
input parameters as well. Let's filter them out because this may confuse
client scripts.

Diffs

  • cli/lmi/shell/LMIMethod.py (97b8cb66066ec968c0b05e72de0e7074482abdcb)

View Diff