The full descriptions for all test cases included with CDRouter can be found a couple of different ways. From the Command-Line, use the Buddy -doc option to generate descriptions. For example, the following command will print documentation for each test to the console:
You can capture this to a file by redirecting stdout:
If you would like the output of a specific test case or module, simply specify them on the command-line along with the -doc flag:
You can also generate HTML output by adding the -web option. This produces output suitable for viewing in a web browser:
If you are using BuddyWeb, the test case descriptions are available in the Browse tab. Descriptions are also available by clicking on a test name in the Live Status view.