Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src Add gpt tests
details: https://anonhg.NetBSD.org/src/rev/cee792a876fc
branches: trunk
changeset: 812213:cee792a876fc
user: christos <christos%NetBSD.org@localhost>
date: Fri Dec 04 17:19:33 2015 +0000
description:
Add gpt tests
diffstat:
distrib/sets/lists/tests/mi | 13 ++++++++++++-
etc/mtree/NetBSD.dist.tests | 3 ++-
tests/sbin/Makefile | 4 ++--
3 files changed, 16 insertions(+), 4 deletions(-)
diffs (60 lines):
diff -r 42076f144c76 -r cee792a876fc distrib/sets/lists/tests/mi
--- a/distrib/sets/lists/tests/mi Fri Dec 04 17:15:39 2015 +0000
+++ b/distrib/sets/lists/tests/mi Fri Dec 04 17:19:33 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.654 2015/11/18 18:36:53 christos Exp $
+# $NetBSD: mi,v 1.655 2015/12/04 17:19:33 christos Exp $
#
# Note: don't delete entries from here - mark them as "obsolete" instead.
#
@@ -3265,6 +3265,17 @@
./usr/tests/sbin/fsck_ffs/Kyuafile tests-sbin-tests compattestfile,atf,kyua
./usr/tests/sbin/fsck_ffs/t_check_quotas tests-sbin-tests compattestfile,atf
./usr/tests/sbin/fsck_ffs/t_enable_quotas tests-sbin-tests compattestfile,atf
+./usr/tests/sbin/gpt/Atffile tests-sbin-tests compattestfile,atf
+./usr/tests/sbin/gpt/Kyuafile tests-sbin-tests compattestfile,atf,kyua
+./usr/tests/sbin/gpt/t_gpt tests-sbin-tests compattestfile,atf
+./usr/tests/sbin/gpt/gpt.2part.show.label tests-sbin-tests compattestfile,atf
+./usr/tests/sbin/gpt/gpt.2part.show.normal tests-sbin-tests compattestfile,atf
+./usr/tests/sbin/gpt/gpt.2part.show.uuid tests-sbin-tests compattestfile,atf
+./usr/tests/sbin/gpt/gpt.backup tests-sbin-tests compattestfile,atf
+./usr/tests/sbin/gpt/gpt.empty.show.normal tests-sbin-tests compattestfile,atf
+./usr/tests/sbin/gpt/gpt.removepart.show.normal tests-sbin-tests compattestfile,atf
+./usr/tests/sbin/gpt/gpt.resizedisk.show.normal tests-sbin-tests compattestfile,atf
+./usr/tests/sbin/gpt/gpt.resizepart.show.normal tests-sbin-tests compattestfile,atf
./usr/tests/sbin/ifconfig tests-sbin-tests compattestfile,atf
./usr/tests/sbin/ifconfig/Atffile tests-sbin-tests compattestfile,atf
./usr/tests/sbin/ifconfig/Kyuafile tests-sbin-tests compattestfile,atf,kyua
diff -r 42076f144c76 -r cee792a876fc etc/mtree/NetBSD.dist.tests
--- a/etc/mtree/NetBSD.dist.tests Fri Dec 04 17:15:39 2015 +0000
+++ b/etc/mtree/NetBSD.dist.tests Fri Dec 04 17:19:33 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: NetBSD.dist.tests,v 1.121 2015/11/05 00:02:59 knakahara Exp $
+# $NetBSD: NetBSD.dist.tests,v 1.122 2015/12/04 17:20:12 christos Exp $
./usr/libdata/debug/usr/tests
./usr/libdata/debug/usr/tests/atf
@@ -337,6 +337,7 @@
./usr/tests/rump/rumpvfs
./usr/tests/sbin
./usr/tests/sbin/fsck_ffs
+./usr/tests/sbin/gpt
./usr/tests/sbin/ifconfig
./usr/tests/sbin/newfs
./usr/tests/sbin/newfs_msdos
diff -r 42076f144c76 -r cee792a876fc tests/sbin/Makefile
--- a/tests/sbin/Makefile Fri Dec 04 17:15:39 2015 +0000
+++ b/tests/sbin/Makefile Fri Dec 04 17:19:33 2015 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.6 2012/07/28 16:08:40 njoly Exp $
+# $NetBSD: Makefile,v 1.7 2015/12/04 17:20:38 christos Exp $
#
.include <bsd.own.mk>
TESTSDIR= ${TESTSBASE}/sbin
-TESTS_SUBDIRS+= fsck_ffs ifconfig newfs newfs_msdos resize_ffs route sysctl
+TESTS_SUBDIRS+= fsck_ffs gpt ifconfig newfs newfs_msdos resize_ffs route sysctl
.include <bsd.test.mk>
Home |
Main Index |
Thread Index |
Old Index