vtest: Document expect_pattern

parent e7817824
...@@ -373,6 +373,13 @@ cmd_http_expect(CMD_ARGS) ...@@ -373,6 +373,13 @@ cmd_http_expect(CMD_ARGS)
vtc_expect(vl, av[0], lhs, cmp, av[2], rhs); vtc_expect(vl, av[0], lhs, cmp, av[2], rhs);
} }
/* SECTION: client-server.spec.expect_pattern
*
* expect_pattern
*
* Expect as the http body the test pattern generated by chunkedlen ('0'..'7'
* repeating).
*/
static void static void
cmd_http_expect_pattern(CMD_ARGS) cmd_http_expect_pattern(CMD_ARGS)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment