From: Wei Liu Date: Tue, 23 Jul 2013 00:11:54 +0000 (-0700) Subject: LU-3349 test: add b2_3/b2_4 image for conf-sanity test_32a X-Git-Tag: 2.5.0~34 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=95d136cc26b6200335c90d82d0e42df121589e16 LU-3349 test: add b2_3/b2_4 image for conf-sanity test_32a Add 2.3.0 and 2.4.0 ldiskfs filesystem test image for conf-sanity test_32a Change-Id: Ic7d130a5eb66ea4b1f57fe9b270ae0ed6bdd1f33 Signed-off-by: Wei Liu Reviewed-on: http://review.whamcloud.com/7091 Tested-by: Hudson Tested-by: Maloo Reviewed-by: Andreas Dilger Tested-by: Andreas Dilger Reviewed-by: Minh Diep --- diff --git a/lustre/tests/Makefile.am b/lustre/tests/Makefile.am index 3e29316..820ef34 100644 --- a/lustre/tests/Makefile.am +++ b/lustre/tests/Makefile.am @@ -9,6 +9,7 @@ AM_CFLAGS = $(LLCFLAGS) DIST_SUBDIRS = mpi noinst_DATA = disk1_8-ldiskfs.tar.bz2 disk2_1-ldiskfs.tar.bz2 +noinst_DATA += disk2_3-ldiskfs.tar.bz2 disk2_4-ldiskfs.tar.bz2 noinst_DATA += admin_quotafile_v2.usr admin_quotafile_v2.grp noinst_SCRIPTS = leak_finder.pl llmount.sh llmountcleanup.sh functions.sh noinst_SCRIPTS += test-framework.sh runvmstat runiozone runtests sanity.sh diff --git a/lustre/tests/disk2_3-ldiskfs.tar.bz2 b/lustre/tests/disk2_3-ldiskfs.tar.bz2 new file mode 100644 index 0000000..c0fab59e Binary files /dev/null and b/lustre/tests/disk2_3-ldiskfs.tar.bz2 differ diff --git a/lustre/tests/disk2_4-ldiskfs.tar.bz2 b/lustre/tests/disk2_4-ldiskfs.tar.bz2 new file mode 100644 index 0000000..b9fcf38 Binary files /dev/null and b/lustre/tests/disk2_4-ldiskfs.tar.bz2 differ