Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MFC r293821: | ngie | 2016-03-14 | 3 | -95/+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 r293441: | ngie | 2016-03-13 | 3 | -29/+20 |
| | | | | | | | - Add a geom_shsec 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 gshsec(8) regression tests to the new framework. | pjd | 2005-12-07 | 5 | -36/+31 |
| | |||||
* | Introduce a new GEOM class - SHSEC. It provides sharing secret between | pjd | 2005-01-11 | 4 | -0/+109 |
the given providers. Without even one of the configured components there should be no way to get the secret. Supported by: WHEEL Sp. z o.o. http://www.wheel.pl |