diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/tag_documentation.rst | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/tag_documentation.rst b/docs/tag_documentation.rst index c6064c61a3..165feeec0a 100644 --- a/docs/tag_documentation.rst +++ b/docs/tag_documentation.rst @@ -235,6 +235,22 @@ Test type tags Functional test cases for TLDK. +.. topic:: TCP + + Tests which use TCP. + +.. topic:: TCP_CPS + + Performance tests which measure connections per second using http requests. + +.. topic:: TCP_RPS + + Performance tests which measure requests per second using http requests. + +.. topic:: HTTP + + Tests which use HTTP. + Forwarding mode tags -------------------- |