diff options
author | jan.hradil <jan.hradil@pantheon.tech> | 2017-05-04 10:28:43 +0200 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2017-05-10 11:24:41 +0000 |
commit | 043b2564cd0bfbcb3b00c782fb8d317e752ac210 (patch) | |
tree | 95da4a1927d04882160a9ff40883e2f57f1011bd /docs | |
parent | 49197759c5107700ce470202b3650e9eabde53c9 (diff) |
CSIT-573: Split SNAT scale tests to multiple files
split file with many test cases into mutliple files based on
users and ports
added SRC_USER tags
removed empty lines at EOF
Change-Id: I19c79cdf8d7de4147c98bc061559af1fde10ab8c
Signed-off-by: jan.hradil <jan.hradil@pantheon.tech>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/tag_documentation.rst | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/docs/tag_documentation.rst b/docs/tag_documentation.rst index 4c0e628450..1e00ea7ef3 100644 --- a/docs/tag_documentation.rst +++ b/docs/tag_documentation.rst @@ -81,6 +81,26 @@ Scaling TAGs 2x1,000,000 entries in single fib table +.. topic:: SRC_USER_10 + + Traffic flow with 10 unique IPs (users) in one direction. + +.. topic:: SRC_USER_100 + + Traffic flow with 100 unique IPs (users) in one direction. + +.. topic:: SRC_USER_1000 + + Traffic flow with 1000 unique IPs (users) in one direction. + +.. topic:: SRC_USER_2000 + + Traffic flow with 2000 unique IPs (users) in one direction. + +.. topic:: SRC_USER_4000 + + Traffic flow with 4000 unique IPs (users) in one direction. + Tags marking functional vs. performance of tests ------------------------------------------------ |