diff options
author | Peter Mikus <pmikus@cisco.com> | 2016-05-13 09:57:03 +0200 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2016-05-26 15:13:04 +0200 |
commit | f94e16167519c74707ec8b606da3f7b97c749c66 (patch) | |
tree | 91ac71037bce4bd1e0ce9a52e67802e2c0f808a7 /docs | |
parent | 52913516a16429a0ec6573260cf946223c84f34d (diff) |
Find PDR using binary search
- JIRA: CSIT-72
- modify libraries for PDR search evaluation
- write robot framework keywords for PDR search
- write Performance Test Cases using PDR
Change-Id: Id06a2a7f78fe8626c221afe4178c5c30cc599762
Signed-off-by: Peter Mikus <pmikus@cisco.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/tag_documentation.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/tag_documentation.rst b/docs/tag_documentation.rst index dd9e2ecc91..859972bb8b 100644 --- a/docs/tag_documentation.rst +++ b/docs/tag_documentation.rst @@ -84,3 +84,12 @@ PERFTEST_SHORT PERFTEST_LONG Find performance of DUT based on RFC2544 with linear/binary/combined search. Each test case run is executed for 60 seconds. + +PDR + Partial Drop Rate evaluation of single run result. Loss acceptance of + dropped packets from number of sent packet is set as variable in frames or + percentage. + +NDR + Non Drop Rate evaluation of results. Loss acceptance of dropped packets is + set to zero lost packets. |