curl tests
The standard test in the suite is the "curl test". They all invoke a curlcommand line and verifies that everything it sends, gets back and returns areexactly as expected. Any mismatch and the test is considered a fail and thescript shows details about the error.
What the test features in the<client><command>
section is what is used inthe command line, verbatim.
Thetests/log/commands.log
is handy to look at after a run, as it containsthe full command line that was run in the test.
If you want to make a test that does not invoke the curl command line tool,then you should consider thelibcurl tests orunit tests instead.