Héctor Abreu
2015-Dec-03  11:06 UTC
[libvirt-users] FAIL: qemuxml2argvtest , FAIL: virsh-uriprecedence after make check
Hi there,
I'm new to libvirt and I'm trying to install it on a Debian Jessie
system.
My goal is to create and use VMs from the command line.
When I get to the $ make check (not as root) I am getting the message
below. I am not sure if those "failed" messages should be corrected
before
starting to use libvirt, not sure how important they are. I will appreciate
any hint or advise. Thanks.
========================================   libvirt 1.3.0: tests/test-suite.log
========================================
# TOTAL: 115
# PASS:  112
# SKIP:  1
# XFAIL: 0
# FAIL:  2
# XPASS: 0
# ERROR: 0
.. contents:: :depth: 2
FAIL: qemuxml2argvtest
=====================
TEST: qemuxml2argvtest
      ........................................ 40
      ........................................ 80
      ........................................ 120
      ...!.................................... 160
      ........................................ 200
      ........................................ 240
      ........................................ 280
      ........................................ 320
      ........................................ 360
      ........................................ 400
      ........................................ 440
      ........................................ 480
      ........................................ 520
      .............                            533 FAIL
FAIL: virsh-uriprecedence
========================
TEST: virsh-uriprecedence
      !!!!                                     4   FAILED
SKIP: virsh-all
==============
./virsh-all: skipping test:
This test is very expensive, so it is disabled by default.
To run it anyway, rerun: make check VIR_TEST_EXPENSIVE=1
Ján Tomko
2015-Dec-04  09:47 UTC
Re: [libvirt-users] FAIL: qemuxml2argvtest , FAIL: virsh-uriprecedence after make check
On Thu, Dec 03, 2015 at 06:06:22AM -0500, Héctor Abreu wrote:> Hi there, > > I'm new to libvirt and I'm trying to install it on a Debian Jessie system.Hi, do you have the latest libxml2 installed? It could be this bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=797450> My goal is to create and use VMs from the command line. > > When I get to the $ make check (not as root) I am getting the message > below. I am not sure if those "failed" messages should be corrected before > starting to use libvirt, not sure how important they are. I will appreciate > any hint or advise. Thanks.Running the failing tests with debug on should produce a better error: VIR_TEST_DEBUG=1 VIR_TEST_RANGE=124 ./qemuxml2argvtest Jan