[Pkg-libvirt-commits] [libguestfs] 122/165: tests: guests: Add a text syslog file to the phony Debian guest.

Hilko Bengen bengen at moszumanska.debian.org
Sat Aug 30 08:25:07 UTC 2014


This is an automated email from the git hooks/post-receive script.

bengen pushed a commit to branch experimental
in repository libguestfs.

commit 026342a7ee20cd31d4de6c212e848791f7099d5e
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Sat Jun 14 11:52:01 2014 +0100

    tests: guests: Add a text syslog file to the phony Debian guest.
---
 tests/guests/guest-aux/debian-syslog      | 5 +++++
 tests/guests/guest-aux/make-debian-img.sh | 3 +++
 2 files changed, 8 insertions(+)

diff --git a/tests/guests/guest-aux/debian-syslog b/tests/guests/guest-aux/debian-syslog
new file mode 100644
index 0000000..c4663fa
--- /dev/null
+++ b/tests/guests/guest-aux/debian-syslog
@@ -0,0 +1,5 @@
+Jun 14 11:48:55 debian.invalid NetworkManager[2392]: <info> Policy set 'Wired connection 1' (eth0) as default for IPv4 routing and DNS.
+Jun 14 11:48:55 debian.invalid NetworkManager[2392]: <info> Policy set 'Wired connection 1' (eth0) as default for IPv6 routing and DNS.
+Jun 14 11:48:55 debian.invalid NetworkManager[2392]: <info> Activation (eth0) Stage 5 of 5 (IPv6 Commit) complete.
+Jun 14 11:49:00 debian.invalid dbus[2367]: [system] Activating service name='org.freedesktop.ConsoleKit' (using servicehelper)
+Jun 14 11:49:00 debian.invalid dbus[2367]: [system] Successfully activated service 'org.freedesktop.ConsoleKit'
diff --git a/tests/guests/guest-aux/make-debian-img.sh b/tests/guests/guest-aux/make-debian-img.sh
index b5b0961..c3db56e 100755
--- a/tests/guests/guest-aux/make-debian-img.sh
+++ b/tests/guests/guest-aux/make-debian-img.sh
@@ -76,6 +76,7 @@ mkdir /bin
 mkdir /etc
 mkdir-p /var/lib/dpkg
 mkdir /var/lib/urandom
+mkdir /var/log
 
 upload fstab.tmp.$$ /etc/fstab
 write /etc/debian_version "5.0.1"
@@ -85,6 +86,8 @@ upload $SRCDIR/guest-aux/debian-packages /var/lib/dpkg/status
 
 upload $SRCDIR/../data/bin-x86_64-dynamic /bin/ls
 
+upload $SRCDIR/guest-aux/debian-syslog /var/log/syslog
+
 mkdir /boot/grub
 touch /boot/grub/grub.conf
 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