RHEL 8: Remove libguestfs live (RHBZ#798980).

This isn't supported in RHEL 8.

Disable daemon tests that require the 'unix' backend.
This commit is contained in:
Richard W.M. Jones
2012-12-21 15:50:11 +00:00
parent de9a5e59f1
commit 5b6d2b05fe
2 changed files with 8 additions and 3 deletions

View File

@@ -37,6 +37,12 @@
static int
launch_unix (guestfs_h *g, void *datav, const char *sockpath)
{
error (g,
"launch: In RHEL, only the 'libvirt' or 'direct' method is supported.\n"
"In particular, \"libguestfs live\" is not supported.");
return -1;
#if 0
int r, daemon_sock = -1;
struct sockaddr_un addr;
uint32_t size;
@@ -106,6 +112,7 @@ launch_unix (guestfs_h *g, void *datav, const char *sockpath)
g->conn = NULL;
}
return -1;
#endif
}
static int

View File

@@ -23,9 +23,7 @@ include $(top_srcdir)/subdir-rules.mk
check_DATA = captive-daemon.pm
TESTS = \
test-daemon-start.pl \
test-btrfs.pl
TESTS =
TESTS_ENVIRONMENT = $(top_builddir)/run --test