summaryrefslogtreecommitdiffstats
path: root/tools/regression/geom_stripe
Commit message (Collapse)AuthorAgeFilesLines
* MFC r293821:ngie2016-03-143-68/+0
| | | | | | | | | | | | | | | | | | Integrate tools/regression/geom_{concat,eli,gate,mirror,nop,raid3,shsec,stripe,uzip} in to the FreeBSD test suite as tests/sys/geom/class/{concat,eli,gate,mirror,nop,raid3,shsec,stripe,uzip} The tools/regression/geom and tools/regression/geom_part testcases are being left alone because both test sets are both currently broken. The majority of this work was done on ^/user/ngie/more-tests2 . The differences are as follows: - tests/sys/geom/class/Makefile.inc is not present; it was inlined into the class's Makefiles for explicitness. - The testcases officially require root via kyua - The geom_gate(4) tests don't use the pidfile changes proposed in https://reviews.freebsd.org/D4836 .
* MFC r293442:ngie2016-03-133-22/+17
| | | | | | | - Add a geom_stripe specific cleanup function and trap on that function at exit so things are cleaned up properly - Use attach_md for attaching md(4) devices - Don't hardcode /tmp for temporary files, which violates the kyua sandbox
* MFC r293032:ngie2016-01-151-1/+1
| | | | | Use randomly generated device names in testcases via mktemp -u instead of using the hardcoded device name, "test"
* Convert gstripe(8) regression tests to the new framework.pjd2005-12-075-24/+22
|
* Change naming scheme from /dev/<name>.stripe to /dev/stripe/<name>.pjd2004-07-262-3/+3
|
* Add regression tests for geom_stripe and geom_nop.pjd2004-05-224-0/+75
Supported by: Wheel - Open Technologies - http://www.wheel.pl
OpenPOWER on IntegriCloud