| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
| |
This is being done to reduce ambiguity and to make the tests more portable
in the future to other locations in the source tree.
MFC after: 5 weeks
Sponsored by: Dell EMC Isilon
Notes:
svn path=/head/; revision=317291
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
#include below the stdio.h #include.
gctl_dump(3) needs stdio.h, per reasoning noted in r317289.
MFC after: 5 weeks
PR: 218809
Submitted by: Chang-Hsien Tsai <luke.tw@gmail.com>
Sponsored by: Dell EMC Isilon
Notes:
svn path=/head/; revision=317290
|
|
|
|
|
|
|
|
|
| |
Add support for read-write parameters. Allow an optional initializer
for read-write parameters. Print the value of those parameters on
success following the PASS.
Notes:
svn path=/head/; revision=157621
|
|
|
|
|
|
|
|
|
| |
mdconfig(8), because we need a disk to work on.
o Extend the number of tests now that we have a disk.
o Simplify the driver. All parameters are ASCII strings now.
Notes:
svn path=/head/; revision=150308
|
|
The testsuite is based on a simple driver program that builds a
request from the arguments passed to it and issues the request to
Geom. The driver emits FAIL with the error string or PASS depending
on whether the request completed with an error or not. A -v option
has been added to the driver and causes the request to be dumped.
The -v option to prove(1) controls the -v option to the driver.
The testsuite itself contains a hash of which the key constitutes
the arguments and the value is the expected result.
Notes:
svn path=/head/; revision=150305
|