.\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . .TH "KDB\-TEST" "1" "2015-11-19" "" "" . .SH "NAME" \fBkdb\-test\fR \- Run test(s) on the key database . .SH "SYNOPSIS" \fBkdb test [ \.\.\.]\fR . .P Where \fBpath\fR is the path to key which the user wishes to perform the test under\. The option \fBtest\-name\fR argument is used to specify which test(s) to run\. To run multiple tests, each should be named with a trailing space\. . .br If no \fBtest\-name\fR is provided, all the tests will be run\. . .SH "DESCRIPTION" This command is used to run part or all of the key database test suite\. . .br These tests allow to user to verify that a backend is capable of storing and retrieving all kinds of configuration keys and values\. . .P The following tests are available: basic string umlauts binary naming meta . .SH "OPTIONS" . .TP \fB\-H\fR, \fB\-\-help\fR Show the man page\. . .TP \fB\-V\fR, \fB\-\-version\fR Print version info\. . .SH "EXAMPLES" To run all tests below the \fBuser/example/tests\fR key: . .br \fBkdb test user/example/tests\fR . .P To run the \fBbinary\fR and \fBnaming\fR tests: . .br \fBkdb test user/example/tests binary naming\fR