diff options
author | Radek Zetik <radekx.zetik@intel.com> | 2015-06-26 02:38:59 +0100 |
---|---|---|
committer | Maryam Tahhan <maryam.tahhan@intel.com> | 2015-07-17 08:50:48 +0000 |
commit | 613cea4f9a4765c0ca3ff56ba75492488772c7a3 (patch) | |
tree | 4b4932ca02546c4ac1f023f9b644fbdb1949d3c8 /conf/01_testcases.conf | |
parent | d9c1a522d6a77eb4a61b674e65065b32c3d09b5b (diff) |
Add new biDirectional parameter for particular testcase
This change introduces new parameter which sets the communication
between ports either uni-directional or bi-directional.
JIRA: VSPERF-27
Change-Id: I4eb06f5c91ef42147878cb68cbad24e69eb002c1
Signed-off-by: Radek Zetik <radekx.zetik@intel.com>
Reviewed-by: Maryam Tahhan <maryam.tahhan@intel.com>
Reviewed-by: Meghan Halton <meghan.halton@intel.com>
Reviewed-by: Billy O Mahony <billy.o.mahony@intel.com>
Reviewed-by: Martin Klozik <martinx.klozik@intel.com>
Reviewed-by: Dino Simeon Madarang <dino.simeonx.madarang@intel.com>
Diffstat (limited to 'conf/01_testcases.conf')
-rwxr-xr-x | conf/01_testcases.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/01_testcases.conf b/conf/01_testcases.conf index 32c51e70..53d63e78 100755 --- a/conf/01_testcases.conf +++ b/conf/01_testcases.conf @@ -36,6 +36,7 @@ PERFORMANCE_TESTS = [ "Collector": "cpu", "Deployment": "p2p", "Description": "RFC2544 Throughput Phy2Phy Loopback", + "biDirectional": "True", }, { "Name": "back2back", @@ -43,5 +44,6 @@ PERFORMANCE_TESTS = [ "Collector": "cpu", "Deployment": "p2p", "Description": "RFC 2544 Back To Back Frames Test", + "biDirectional": "True", }, ] |