Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MFC r293821: | ngie | 2016-03-14 | 8 | -393/+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 r293073: | ngie | 2016-01-24 | 8 | -107/+67 |
| | | | | | | | | | | - Use attach_md instead of hardcoding md(4) provider unit numbers - Implement a gmirror_test_cleanup function, which in turn calls geom_test_cleanup to clean up all md(4) providers allocated in the test run. - Remove duplicate logic in test scripts for removing md(4) providers. - Don't create files in /tmp (outside the kyua sandbox); use the current directory instead | ||||
* | 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" | ||||
* | - Make use of geom_subr.sh to improve regression tests. | pjd | 2005-12-07 | 8 | -49/+43 |
| | | | | - Keep class-specific data in conf.sh file. | ||||
* | Convert gmirror(8) regression tests to the new framework. | pjd | 2005-12-07 | 9 | -72/+82 |
| | |||||
* | Wait a bit after creating device. | pjd | 2004-12-21 | 7 | -7/+7 |
| | |||||
* | Add regression test for "prefer" balance algorithm in MIRROR class. | pjd | 2004-08-04 | 1 | -0/+68 |
| | |||||
* | Add GEOM_MIRROR class which provide RAID1 functionality and has many useful | pjd | 2004-07-30 | 8 | -0/+361 |
features. The gmirror(8) utility should be used for control of this class. There is no manual page yet, but I'm working on it with keramida@. Many useful tests provided by: simon (thank you!) Some ideas from: scottl, simon, phk |