summaryrefslogtreecommitdiffstats
path: root/ObsoleteFiles.inc
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2014-11-27 06:04:00 +0000
committerngie <ngie@FreeBSD.org>2014-11-27 06:04:00 +0000
commit244d05e746bcbbd4e343d51a2ffa1d20cc7caf37 (patch)
tree61b165d0e844bc944e617733ca455ae890b2162c /ObsoleteFiles.inc
parent364f8a339bde9395cb0b747ec272f36cb97cfd0a (diff)
downloadFreeBSD-src-244d05e746bcbbd4e343d51a2ffa1d20cc7caf37.zip
FreeBSD-src-244d05e746bcbbd4e343d51a2ffa1d20cc7caf37.tar.gz
Convert sbin/mdconfig/tests from prove format tests to ATF format tests
As a side effect... 1. The tests now checks for the root user before continuing with kyua, which is more visible than the test being skipped with the TAP protocol 2. The tests work with devices that aren't /dev/md0 by caching the device attached during the test to a file, and later use the cached information to detach the device in the cleanup routine 3. The tests no longer require perl to run MFC after: 1 week PR: 191191 Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'ObsoleteFiles.inc')
-rw-r--r--ObsoleteFiles.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc
index 59a9aa2..0bd17c0 100644
--- a/ObsoleteFiles.inc
+++ b/ObsoleteFiles.inc
@@ -38,6 +38,10 @@
# xargs -n1 | sort | uniq -d;
# done
+# 20141126: convert sbin/mdconfig/tests to ATF format tests
+OLD_FILES+=usr/tests/sbin/mdconfig/legacy_test
+OLD_FILES+=usr/tests/sbin/mdconfig/mdconfig.test
+OLD_FILES+=usr/tests/sbin/mdconfig/run.pl
# 20141126: remove xform_ipip decapsulation fallback
OLD_FILES+=usr/include/netipsec/ipip_var.h
# 20141109: faith/faithd removal
OpenPOWER on IntegriCloud