summaryrefslogtreecommitdiffstats
path: root/tools/regression/geom_shsec
Commit message (Collapse)AuthorAgeFilesLines
* MFC r293821:ngie2016-03-143-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:ngie2016-03-133-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:ngie2016-01-151-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.pjd2005-12-075-36/+31
|
* Introduce a new GEOM class - SHSEC. It provides sharing secret betweenpjd2005-01-114-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
OpenPOWER on IntegriCloud