diff options
author | Martin Klozik <martinx.klozik@intel.com> | 2017-11-15 08:24:29 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-11-15 08:24:29 +0000 |
commit | 66a2773d89c689d1b8740aa2388164582e9ccb6c (patch) | |
tree | 6d427256960f314d8ac7152f7497f3f6ea033811 /docs/testing/developer/devguide | |
parent | 31770a64cd8a5c40ee3657ac97e87a900f7aeca5 (diff) | |
parent | b1534957e463b5e34957a8d48ce5c6b0552ffbb4 (diff) |
Merge "teststeps: Improvements and bugfixing of teststeps"
Diffstat (limited to 'docs/testing/developer/devguide')
-rw-r--r-- | docs/testing/developer/devguide/design/vswitchperf_design.rst | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/testing/developer/devguide/design/vswitchperf_design.rst b/docs/testing/developer/devguide/design/vswitchperf_design.rst index 55614d33..33051493 100644 --- a/docs/testing/developer/devguide/design/vswitchperf_design.rst +++ b/docs/testing/developer/devguide/design/vswitchperf_design.rst @@ -339,6 +339,18 @@ Detailed description of ``TRAFFIC`` dictionary items follows: "IP" - flow is defined by ingress ports and src and dst IP addresses Default value: "port" + 'flow_control' - Controls flow control support by traffic generator. + Supported values: + False - flow control is disabled + True - flow control is enabled + Default value: False + Note: Currently it is supported by IxNet only + 'learning_frames' - Controls learning frames support by traffic generator. + Supported values: + False - learning frames are disabled + True - learning frames are enabled + Default value: True + Note: Currently it is supported by IxNet only 'l2' - A dictionary with l2 network layer details. Supported values are: 'srcmac' - Specifies source MAC address filled by traffic generator. |