[Kimchi-devel] [PATCH V2] [Kimchi 0/3] Issue #201: Handling libvirt connection failures.

Aline Manera alinefm at linux.vnet.ibm.com
Fri May 13 18:05:14 UTC 2016


Ops... 'make check' is also failing.

======================================================================
FAIL: test_capabilities (test_rest.HttpsRestTests)
----------------------------------------------------------------------
Traceback (most recent call last):
   File "test_rest.py", line 1329, in test_capabilities
     self.assertEquals(sorted(keys), sorted(conf.keys()))
AssertionError: Lists differ: [u'kernel_vfio', u'libvirt_str... != 
[u'kernel_vfio', u'libvirt_str...

First differing element 2:
mem_hotplug_support
libvirtd_running

Second list contains 1 additional elements.
First extra element 7:
screenshot

   [u'kernel_vfio',
    u'libvirt_stream_protocols',
+  u'libvirtd_running',
    u'mem_hotplug_support',
    u'nm_running',
    u'qemu_spice',
    u'qemu_stream',
    u'screenshot']



On 05/12/2016 06:32 PM, pvital at linux.vnet.ibm.com wrote:
> From: Paulo Vital <pvital at linux.vnet.ibm.com>
>
> V1 -> V2:
>      * Adapted to use the latest notifications changes from Wok
>      * Aesthetic changes
>
> V1:
> This is the backend part of the solution to solve issue #201. Frontend still
> needs some updates to provide more information to user.
>
> Paulo Vital (3):
>    Update Kimchi config file for Systemd service
>    Make Cheerypy up if not able to connect to libvirt
>    Add support to check if libvirtd is running.
>
>   contrib/kimchid.service.fedora |  3 ++-
>   contrib/kimchid.service.ubuntu |  3 ++-
>   i18n.py                        |  3 +++
>   model/config.py                | 17 +++++++++++++++--
>   model/libvirtconnection.py     | 13 +++++++++++--
>   model/templates.py             |  5 ++++-
>   utils.py                       | 16 +++++++++++++++-
>   7 files changed, 52 insertions(+), 8 deletions(-)
>
> --
> 2.5.5




More information about the Kimchi-devel mailing list