summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2012-04-25 19:26:57 +0100
committerRichard W.M. Jones <rjones@redhat.com>2012-05-01 14:45:19 +0100
commita5deda163641d9cc4c8fcee009f27958a0912d14 (patch)
tree08096f9664f8f03ce97e68d346732eb7bc773fb4
parentced94cc4504ddb24867cf95af007eff1ba633fab (diff)
downloadlibguestfs-a5deda163641d9cc4c8fcee009f27958a0912d14.tar.gz
libguestfs-a5deda163641d9cc4c8fcee009f27958a0912d14.tar.xz
libguestfs-a5deda163641d9cc4c8fcee009f27958a0912d14.zip
tests: Add some more substantial test data.
The two tarballs: 8252 bytes tests/data/filesanddirs-10M.tar.xz 41152 bytes tests/data/filesanddirs-100M.tar.xz contain, as their names suggest, highly compressed files and directories, with unpacked size respectively around 10M and 100M (the precise size after unpacking depends on the filesystem). These can be used for testing purposes. (cherry picked from commit 12c5394d4cb379890c9c69c16d1d735674a2e80d)
-rw-r--r--tests/data/Makefile.am2
-rw-r--r--tests/data/filesanddirs-100M.tar.xzbin0 -> 41152 bytes
-rw-r--r--tests/data/filesanddirs-10M.tar.xzbin0 -> 8252 bytes
3 files changed, 2 insertions, 0 deletions
diff --git a/tests/data/Makefile.am b/tests/data/Makefile.am
index 885b9959..85e1f392 100644
--- a/tests/data/Makefile.am
+++ b/tests/data/Makefile.am
@@ -21,6 +21,8 @@ include $(top_srcdir)/subdir-rules.mk
builddir ?= $(top_builddir)/tests/data
EXTRA_DIST = \
+ filesanddirs-10M.tar.xz \
+ filesanddirs-100M.tar.xz \
helloworld.tar \
helloworld.tar.gz \
helloworld.tar.xz \
diff --git a/tests/data/filesanddirs-100M.tar.xz b/tests/data/filesanddirs-100M.tar.xz
new file mode 100644
index 00000000..04d42d14
--- /dev/null
+++ b/tests/data/filesanddirs-100M.tar.xz
Binary files differ
diff --git a/tests/data/filesanddirs-10M.tar.xz b/tests/data/filesanddirs-10M.tar.xz
new file mode 100644
index 00000000..4e557e97
--- /dev/null
+++ b/tests/data/filesanddirs-10M.tar.xz
Binary files differ