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

Ship it!

Ship It!


- Peter Hatina


On August 21st, 2014, 1:16 p.m. UTC, Michal Minar wrote:

Review request for OpenLMI Developers.
By Michal Minar.

Updated Aug. 21, 2014, 1:16 p.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 (885f251e4dd64de5261f32e7c538f02a0c55fd17)

View Diff