[Pkg-libvirt-commits] [libguestfs] 88/156: tests: Remove tests/protocol/test-qemudie-launchfail.sh
Hilko Bengen
bengen at moszumanska.debian.org
Sat Aug 30 08:26:01 UTC 2014
This is an automated email from the git hooks/post-receive script.
bengen pushed a commit to branch master
in repository libguestfs.
commit 24aef0c7986cd37b272cf4eb039a67f38e29eb2d
Author: Richard W.M. Jones <rjones at redhat.com>
Date: Thu Jul 17 09:43:45 2014 +0100
tests: Remove tests/protocol/test-qemudie-launchfail.sh
This test has not been run since 2012 as it depends on specifics of
how supermin and new-style appliances work (see
commit 2d89aef897e633bffba1dffd600b122eacd88fc8).
This commit removes the test entirely.
(cherry picked from commit 00c94d808b0abc825c379ea1f0f2d44827ad120a)
---
tests/protocol/Makefile.am | 3 +--
tests/protocol/test-qemudie-launchfail.sh | 33 -------------------------------
2 files changed, 1 insertion(+), 35 deletions(-)
diff --git a/tests/protocol/Makefile.am b/tests/protocol/Makefile.am
index ffc7fcb..f336e85 100644
--- a/tests/protocol/Makefile.am
+++ b/tests/protocol/Makefile.am
@@ -29,5 +29,4 @@ TESTS = \
TESTS_ENVIRONMENT = $(top_builddir)/run --test
EXTRA_DIST = \
- $(TESTS) \
- test-qemudie-launchfail.sh
+ $(TESTS)
diff --git a/tests/protocol/test-qemudie-launchfail.sh b/tests/protocol/test-qemudie-launchfail.sh
deleted file mode 100755
index 0abeedc..0000000
--- a/tests/protocol/test-qemudie-launchfail.sh
+++ /dev/null
@@ -1,33 +0,0 @@
-#!/bin/bash -
-# libguestfs
-# Copyright (C) 2009 Red Hat Inc.
-#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
-
-# Test if we can handle qemu failure during launch.
-
-set -e
-
-../../fish/guestfish <<'EOF'
-scratch 100M
-
-append "root=/dev/null"
--run
-
-# We should now be able to rerun the subprocess.
-append ""
-run
-ping-daemon
-EOF
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libguestfs.git
More information about the Pkg-libvirt-commits
mailing list