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/80
Buildbot URL: http://openlmi-rnovacek.rhcloud.com/
Buildslave for this Build: rhel6-slave
Build Reason: A build was forced by 'openlmi <openlmi@localhost>': force build
Build Source Stamp: HEAD
Blamelist:
BUILD FAILED: failed rpmbuilder
sincerely,
-The Buildbot
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/39
Buildbot URL: http://openlmi-rnovacek.rhcloud.com/
Buildslave for this Build: rhel6-slave
Build Reason: A build was forced by 'openlmi <openlmi@localhost>': force build
Build Source Stamp: HEAD
Blamelist:
BUILD FAILED: failed rpmbuilder
sincerely,
-The Buildbot
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/40
Buildbot URL: http://openlmi-rnovacek.rhcloud.com/
Buildslave for this Build: rhel6-slave
Build Reason: A build was forced by 'openlmi <openlmi@localhost>': force build
Build Source Stamp: HEAD
Blamelist:
BUILD FAILED: failed rpmbuilder
sincerely,
-The Buildbot
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://reviewboard-openlmi.rhcloud.com/r/1759/
-----------------------------------------------------------
Review request for OpenLMI Developers.
Repository: openlmi-providers
Description
-------
Basic set of tests with focus on this flow:
1. add set of subscriptions
2. add set of handlers
3. trigger sequence of "interesting" events
4. collect indications
5. and make assertions as needed
Currently the assertions are mostly that correct classes have been
delivered, reporting the events in correct order.
~~
This is followup to request #1741.
Since then:
* Rewrote old and added missing docstrings
* `TestIndicationEventStream` now inherits from
`IndicationStreamTestCase` instead using it as mixin
* fixed typos
* removed unnecessary CLASS_NAME and NEEDS_INDICATIONS
* made `handlers` option explicit instead of using
`default_driver_args`
* fixed `xtest*` typos
Diffs
-----
src/account/test/TestIndicationEventStream.py PRE-CREATION
Diff: http://reviewboard-openlmi.rhcloud.com/r/1759/diff/
Testing
-------
Thanks,
Alois Mahdal
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://reviewboard-openlmi.rhcloud.com/r/1775/
-----------------------------------------------------------
Review request for OpenLMI Developers.
Repository: openlmi-providers
Description
-------
support older versions of PackageKit api
Functions like:
pk_details_get_package_id
pk_details_get_description
are available since version 0.8.12. In RHEL7 we have 0.8.9. Let's avoid
using them.
Diffs
-----
src/software-dbus/sw-utils.c 6b1424d66e8a83f74db83157771b6f30d651e184
Diff: http://reviewboard-openlmi.rhcloud.com/r/1775/diff/
Testing
-------
Thanks,
Michal Minar
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://reviewboard-openlmi.rhcloud.com/r/1770/
-----------------------------------------------------------
Review request for OpenLMI Developers.
Repository: openlmi-providers
Description
-------
added cmake option to build software-dbus
It defaults to off - python implementation is preferred.
Diffs
-----
CMakeLists.txt c9f0ab1f1a96e735fd630240f318ccdd991cc147
src/CMakeLists.txt dbf6ed1e81e9d6659ab6854db31c428fa6f9c94e
Diff: http://reviewboard-openlmi.rhcloud.com/r/1770/diff/
Testing
-------
Thanks,
Michal Minar