Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/bouyer-quota2]: src Add quota tests



details:   https://anonhg.NetBSD.org/src/rev/07cc42e1091b
branches:  bouyer-quota2
changeset: 761138:07cc42e1091b
user:      bouyer <bouyer%NetBSD.org@localhost>
date:      Wed Feb 09 10:51:03 2011 +0000

description:
Add quota tests

diffstat:

 distrib/sets/lists/tests/mi |  24 +++++++++++++++++++++---
 etc/mtree/NetBSD.dist.tests |   3 ++-
 2 files changed, 23 insertions(+), 4 deletions(-)

diffs (66 lines):

diff -r 8a92d1279e73 -r 07cc42e1091b distrib/sets/lists/tests/mi
--- a/distrib/sets/lists/tests/mi       Wed Feb 09 10:44:11 2011 +0000
+++ b/distrib/sets/lists/tests/mi       Wed Feb 09 10:51:03 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.240.2.1 2011/02/08 16:18:39 bouyer Exp $
+# $NetBSD: mi,v 1.240.2.2 2011/02/09 10:51:03 bouyer Exp $
 #
 # Note: don't delete entries from here - mark them as "obsolete" instead.
 #
@@ -1171,12 +1171,23 @@
 ./usr/tests/fs/h_funcs.subr                    tests-fs-tests          atf
 ./usr/tests/fs/ffs                             tests-fs-tests
 ./usr/tests/fs/ffs/Atffile                     tests-fs-tests          atf
+./usr/tests/fs/ffs/h_quota2_server             tests-fs-tests          atf
+./usr/tests/fs/ffs/h_quota2_tests              tests-fs-tests          atf
+./usr/tests/fs/ffs/rump_edquota                        tests-fs-tests          atf
+./usr/tests/fs/ffs/rump_quota                  tests-fs-tests          atf
+./usr/tests/fs/ffs/rump_quotactl               tests-fs-tests          atf
+./usr/tests/fs/ffs/rump_repquota               tests-fs-tests          atf
 ./usr/tests/fs/ffs/t_fifos                     tests-fs-tests          atf
 ./usr/tests/fs/ffs/t_mount                     tests-fs-tests          atf
 ./usr/tests/fs/ffs/t_renamerace                        tests-obsolete          obsolete
 ./usr/tests/fs/ffs/t_snapshot                  tests-fs-tests          atf
-./usr/tests/fs/ffs/t_snapshot_log                      tests-fs-tests          atf
-./usr/tests/fs/ffs/t_snapshot_v2                       tests-fs-tests          atf
+./usr/tests/fs/ffs/t_snapshot_log              tests-fs-tests          atf
+./usr/tests/fs/ffs/t_snapshot_v2               tests-fs-tests          atf
+./usr/tests/fs/ffs/t_clearquota                        tests-fs-tests          atf
+./usr/tests/fs/ffs/t_getquota                  tests-fs-tests          atf
+./usr/tests/fs/ffs/t_quota2_1                  tests-fs-tests          atf
+./usr/tests/fs/ffs/t_quotalimit                        tests-fs-tests          atf
+./usr/tests/fs/ffs/t_setquota                  tests-fs-tests          atf
 ./usr/tests/fs/kernfs                          tests-fs-tests
 ./usr/tests/fs/kernfs/Atffile                  tests-fs-tests          atf
 ./usr/tests/fs/kernfs/t_basic                  tests-fs-tests          atf
@@ -1981,6 +1992,13 @@
 ./usr/tests/rump/rumpvfs/t_p2kifs              tests-rump-tests        atf
 ./usr/tests/sbin                               tests-sbin-tests
 ./usr/tests/sbin/Atffile                       tests-sbin-tests        atf
+./usr/tests/sbin/fsck_ffs                      tests-sbin-tests
+./usr/tests/sbin/fsck_ffs/Atffile              tests-sbin-tests        atf
+./usr/tests/sbin/fsck_ffs/t_check_quotas       tests-sbin-tests        atf
+./usr/tests/sbin/fsck_ffs/t_enable_quotas      tests-sbin-tests        atf
+./usr/tests/sbin/newfs                         tests-sbin-tests
+./usr/tests/sbin/newfs/Atffile                 tests-sbin-tests        atf
+./usr/tests/sbin/newfs/t_enable_quotas         tests-sbin-tests        atf
 ./usr/tests/sbin/resize_ffs                    tests-sbin-tests
 ./usr/tests/sbin/resize_ffs/Atffile            tests-sbin-tests        atf
 ./usr/tests/sbin/resize_ffs/t_grow             tests-sbin-tests        atf
diff -r 8a92d1279e73 -r 07cc42e1091b etc/mtree/NetBSD.dist.tests
--- a/etc/mtree/NetBSD.dist.tests       Wed Feb 09 10:44:11 2011 +0000
+++ b/etc/mtree/NetBSD.dist.tests       Wed Feb 09 10:51:03 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: NetBSD.dist.tests,v 1.23.2.2 2011/02/08 16:18:50 bouyer Exp $
+#      $NetBSD: NetBSD.dist.tests,v 1.23.2.3 2011/02/09 10:51:03 bouyer Exp $
 
 ./usr/libdata/debug/usr/tests
 ./usr/libdata/debug/usr/tests/atf
@@ -210,6 +210,7 @@
 ./usr/tests/rump/rumpvfs
 ./usr/tests/sbin
 ./usr/tests/sbin/fsck_ffs
+./usr/tests/sbin/newfs
 ./usr/tests/sbin/resize_ffs
 ./usr/tests/sys
 ./usr/tests/sys/rc



Home | Main Index | Thread Index | Old Index