Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MFC r293821: | ngie | 2016-03-14 | 3 | -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: | ngie | 2016-03-13 | 3 | -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: | ngie | 2016-01-15 | 1 | -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. | pjd | 2005-12-07 | 5 | -24/+22 |
| | |||||
* | Change naming scheme from /dev/<name>.stripe to /dev/stripe/<name>. | pjd | 2004-07-26 | 2 | -3/+3 |
| | |||||
* | Add regression tests for geom_stripe and geom_nop. | pjd | 2004-05-22 | 4 | -0/+75 |
Supported by: Wheel - Open Technologies - http://www.wheel.pl |