Send openlmi-reviews mailing list submissions to
        [email protected]

To subscribe or unsubscribe via the World Wide Web, visit
        https://lists.fedorahosted.org/mailman/listinfo/openlmi-reviews
or, via email, send a message with subject or body 'help' to
        [email protected]

You can reach the person managing the list at
        [email protected]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of openlmi-reviews digest..."
Today's Topics:

   1. Re: Review Request 1915: lmishell,        allow LMIInstanceNames to
      call CIMMethods (Peter Hatina)
   2. Re: Review Request 1915: lmishell,        allow LMIInstanceNames to
      call CIMMethods (Michal Minar)
   3. Re: Review Request 1915: lmishell,        allow LMIInstanceNames to
      call CIMMethods (Peter Hatina)
   4. Re: Review Request 1896: tools - shell: better handle job
      output    parameters (Peter Hatina)
   5. buildbot failure in OpenLMI on providers-rhel6
      ([email protected])
   6. buildbot failure in OpenLMI on storage-rhel6
      ([email protected])
   7. buildbot failure in OpenLMI on networking-rhel6
      ([email protected])
   8. buildbot failure in OpenLMI on storage-rhel7stable
      ([email protected])
   9. buildbot failure in OpenLMI on storage-rhel7
      ([email protected])
  10. buildbot success in OpenLMI on networking-rhel7
      ([email protected])
  11. buildbot failure in OpenLMI on providers-rhel7stable
      ([email protected])
  12. buildbot failure in OpenLMI on storage-rawhide
      ([email protected])
  13. buildbot failure in OpenLMI on networking-rawhide
      ([email protected])
--- Begin Message ---
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://reviewboard-openlmi.rhcloud.com/r/1915/
-----------------------------------------------------------

(Updated July 21, 2014, noon)


Review request for OpenLMI Developers.


Changes
-------

updated patch


Repository: openlmi-tools


Description
-------

SSIA


Diffs (updated)
-----

  cli/lmi/shell/LMICompleter.py b5a117b6097a8899af5ca9c36ad59269c192da6b 
  cli/lmi/shell/LMIDecorators.py f35db2b8561a23a8b097d3055cb90939b14a9ac8 
  cli/lmi/shell/LMIInstanceName.py db344dd1587016f096b6c145c0af97fb82a9cbf0 
  cli/lmi/shell/LMIMethod.py 3aea5d6e7cdc0744b9c1b0f35f15565d97f22a94 

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


Testing
-------

> c = connect(...)
> cups_iname = c.root.cimv2.LMI_Service.first_instance_name({"Name": 
> "cups.service"})
> cups_iname.RestartService()                              
LMIReturnValue(rval=0, rparams=NocaseDict({}), errorstr='')


Thanks,

Peter Hatina


--- End Message ---
--- Begin Message ---
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://reviewboard-openlmi.rhcloud.com/r/1915/#review3133
-----------------------------------------------------------

Ship it!


Thanks fot his! Really handy feature.

- Michal Minar


On Čec. 21, 2014, poledne, Peter Hatina wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> http://reviewboard-openlmi.rhcloud.com/r/1915/
> -----------------------------------------------------------
> 
> (Updated Čec. 21, 2014, poledne)
> 
> 
> Review request for OpenLMI Developers.
> 
> 
> Repository: openlmi-tools
> 
> 
> Description
> -------
> 
> SSIA
> 
> 
> Diffs
> -----
> 
>   cli/lmi/shell/LMICompleter.py b5a117b6097a8899af5ca9c36ad59269c192da6b 
>   cli/lmi/shell/LMIDecorators.py f35db2b8561a23a8b097d3055cb90939b14a9ac8 
>   cli/lmi/shell/LMIInstanceName.py db344dd1587016f096b6c145c0af97fb82a9cbf0 
>   cli/lmi/shell/LMIMethod.py 3aea5d6e7cdc0744b9c1b0f35f15565d97f22a94 
> 
> Diff: http://reviewboard-openlmi.rhcloud.com/r/1915/diff/
> 
> 
> Testing
> -------
> 
> > c = connect(...)
> > cups_iname = c.root.cimv2.LMI_Service.first_instance_name({"Name": 
> > "cups.service"})
> > cups_iname.RestartService()                              
> LMIReturnValue(rval=0, rparams=NocaseDict({}), errorstr='')
> 
> 
> Thanks,
> 
> Peter Hatina
> 
>


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

(Updated July 21, 2014, 12:48 p.m.)


Status
------

This change has been marked as submitted.


Review request for OpenLMI Developers.


Repository: openlmi-tools


Description
-------

SSIA


Diffs
-----

  cli/lmi/shell/LMICompleter.py b5a117b6097a8899af5ca9c36ad59269c192da6b 
  cli/lmi/shell/LMIDecorators.py f35db2b8561a23a8b097d3055cb90939b14a9ac8 
  cli/lmi/shell/LMIInstanceName.py db344dd1587016f096b6c145c0af97fb82a9cbf0 
  cli/lmi/shell/LMIMethod.py 3aea5d6e7cdc0744b9c1b0f35f15565d97f22a94 

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


Testing
-------

> c = connect(...)
> cups_iname = c.root.cimv2.LMI_Service.first_instance_name({"Name": 
> "cups.service"})
> cups_iname.RestartService()                              
LMIReturnValue(rval=0, rparams=NocaseDict({}), errorstr='')


Thanks,

Peter Hatina


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



cli/lmi/shell/LMIMethod.py
<http://reviewboard-openlmi.rhcloud.com/r/1896/#comment1751>

    I am OK with the code; but please, don't use this style of indenting.


- Peter Hatina


On July 14, 2014, 7:37 a.m., Michal Minar wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> http://reviewboard-openlmi.rhcloud.com/r/1896/
> -----------------------------------------------------------
> 
> (Updated July 14, 2014, 7:37 a.m.)
> 
> 
> Review request for OpenLMI Developers.
> 
> 
> 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 
> 
> Diff: http://reviewboard-openlmi.rhcloud.com/r/1896/diff/
> 
> 
> Testing
> -------
> 
> 
> Thanks,
> 
> Michal Minar
> 
>


--- End Message ---
--- Begin Message ---
The Buildbot has detected a failed build on builder providers-rhel6 while 
building OpenLMI.
Full details are available at:
 http://openlmi-rnovacek.rhcloud.com/builders/providers-rhel6/builds/163

Buildbot URL: http://openlmi-rnovacek.rhcloud.com/

Buildslave for this Build: rhel6-slave

Build Reason: The Nightly scheduler named 'providers nightly' triggered this 
build
Build Source Stamp: [branch master] HEAD
Blamelist: 

BUILD FAILED: failed rpmbuilder

sincerely,
 -The Buildbot





--- End Message ---
--- Begin Message ---
The Buildbot has detected a failed build on builder storage-rhel6 while 
building OpenLMI.
Full details are available at:
 http://openlmi-rnovacek.rhcloud.com/builders/storage-rhel6/builds/78

Buildbot URL: http://openlmi-rnovacek.rhcloud.com/

Buildslave for this Build: rhel6-slave

Build Reason: The Nightly scheduler named 'storage nightly' triggered this build
Build Source Stamp: [branch master] HEAD
Blamelist: 

BUILD FAILED: failed rpmbuilder

sincerely,
 -The Buildbot





--- End Message ---
--- Begin Message ---
The Buildbot has detected a failed build on builder networking-rhel6 while 
building OpenLMI.
Full details are available at:
 http://openlmi-rnovacek.rhcloud.com/builders/networking-rhel6/builds/98

Buildbot URL: http://openlmi-rnovacek.rhcloud.com/

Buildslave for this Build: rhel6-slave

Build Reason: The Nightly scheduler named 'networking nightly' triggered this 
build
Build Source Stamp: [branch master] HEAD
Blamelist: 

BUILD FAILED: failed networking tests run networking scripts tests selinux check

sincerely,
 -The Buildbot





--- End Message ---
--- Begin Message ---
The Buildbot has detected a failed build on builder storage-rhel7stable while 
building OpenLMI.
Full details are available at:
 http://openlmi-rnovacek.rhcloud.com/builders/storage-rhel7stable/builds/164

Buildbot URL: http://openlmi-rnovacek.rhcloud.com/

Buildslave for this Build: rhel7stable-slave

Build Reason: The Nightly scheduler named 'storage stable nightly' triggered 
this build
Build Source Stamp: [branch 0.7-fixes] HEAD
Blamelist: 

BUILD FAILED: failed run storage scripts tests selinux check

sincerely,
 -The Buildbot





--- End Message ---
--- Begin Message ---
The Buildbot has detected a failed build on builder storage-rhel7 while 
building OpenLMI.
Full details are available at:
 http://openlmi-rnovacek.rhcloud.com/builders/storage-rhel7/builds/448

Buildbot URL: http://openlmi-rnovacek.rhcloud.com/

Buildslave for this Build: rhel7-slave

Build Reason: The Nightly scheduler named 'storage nightly' triggered this build
Build Source Stamp: [branch master] HEAD
Blamelist: 

BUILD FAILED: failed run storage scripts tests selinux check

sincerely,
 -The Buildbot





--- End Message ---
--- Begin Message ---
The Buildbot has detected a passing build on builder networking-rhel7 while 
building OpenLMI.
Full details are available at:
 http://openlmi-rnovacek.rhcloud.com/builders/networking-rhel7/builds/433

Buildbot URL: http://openlmi-rnovacek.rhcloud.com/

Buildslave for this Build: rhel7-slave

Build Reason: The Nightly scheduler named 'networking nightly' triggered this 
build
Build Source Stamp: [branch master] HEAD
Blamelist: 

Build succeeded!

sincerely,
 -The Buildbot





--- End Message ---
--- Begin Message ---
The Buildbot has detected a failed build on builder providers-rhel7stable while 
building OpenLMI.
Full details are available at:
 http://openlmi-rnovacek.rhcloud.com/builders/providers-rhel7stable/builds/158

Buildbot URL: http://openlmi-rnovacek.rhcloud.com/

Buildslave for this Build: rhel7stable-slave

Build Reason: The Nightly scheduler named 'providers stable nightly' triggered 
this build
Build Source Stamp: [branch 0.4-fixes] HEAD
Blamelist: 

BUILD FAILED: failed python tests journald tests hardware tests selinux check

sincerely,
 -The Buildbot





--- End Message ---
--- Begin Message ---
The Buildbot has detected a failed build on builder storage-rawhide while 
building OpenLMI.
Full details are available at:
 http://openlmi-rnovacek.rhcloud.com/builders/storage-rawhide/builds/470

Buildbot URL: http://openlmi-rnovacek.rhcloud.com/

Buildslave for this Build: rawhide-slave

Build Reason: The Nightly scheduler named 'storage nightly' triggered this build
Build Source Stamp: [branch master] HEAD
Blamelist: 

BUILD FAILED: failed storage tests run storage scripts tests selinux check

sincerely,
 -The Buildbot





--- End Message ---
--- Begin Message ---
The Buildbot has detected a failed build on builder networking-rawhide while 
building OpenLMI.
Full details are available at:
 http://openlmi-rnovacek.rhcloud.com/builders/networking-rawhide/builds/464

Buildbot URL: http://openlmi-rnovacek.rhcloud.com/

Buildslave for this Build: rawhide-slave

Build Reason: The Nightly scheduler named 'networking nightly' triggered this 
build
Build Source Stamp: [branch master] HEAD
Blamelist: 

BUILD FAILED: failed run networking scripts tests

sincerely,
 -The Buildbot





--- End Message ---
_______________________________________________
openlmi-reviews mailing list
[email protected]
https://lists.fedorahosted.org/mailman/listinfo/openlmi-reviews
_______________________________________________
openlmi-devel mailing list
[email protected]
https://lists.fedorahosted.org/mailman/listinfo/openlmi-devel

Reply via email to