[libguestfs/f21] Disable tests that use the network because of RHBZ#1148972.

Richard W.M. Jones rjones at fedoraproject.org
Fri Oct 3 16:04:50 UTC 2014


commit 87ff88ebfbbd1d108357759f244c5b6e9a4178a5
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Thu Oct 2 21:21:35 2014 +0100

    Disable tests that use the network because of RHBZ#1148972.
    
    (cherry picked from commit e9349b6fceb14d5ae5c3e662b175d66149098599)

 libguestfs.spec |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)
---
diff --git a/libguestfs.spec b/libguestfs.spec
index 8e82a1e..e57cf16 100644
--- a/libguestfs.spec
+++ b/libguestfs.spec
@@ -808,6 +808,13 @@ export LIBGUESTFS_TRACE=1
 # checksum at runtime.
 export SKIP_TEST_CHECKSUM_DEVICE=1
 
+# Disable tests that need or test the network.  These won't work with
+# the new libvirt network since virbr0 is not connected in Koji, so
+# libvirt fails with ENOTCONN 'Transport endpoint not connected'
+# (RHBZ#1148972).
+export SKIP_TEST_VIRT_BUILDER_SH=1
+export SKIP_TEST_NETWORK_SH=1
+
 # Disable virt-format test (RHBZ#872831).
 export SKIP_TEST_VIRT_FORMAT_SH=1
 


More information about the scm-commits mailing list