aboutsummaryrefslogtreecommitdiffstats
path: root/testcases
diff options
context:
space:
mode:
authorDino Simeon Madarang <dino.simeonx.madarang@intel.com>2015-06-19 19:45:08 +0100
committerMaryam Tahhan <maryam.tahhan@intel.com>2015-07-07 09:50:45 +0000
commit8859f3b1b81bf2a980a319551300b127be9a0f45 (patch)
tree4ddef787ce19fcdf4d01295aeb042d07b984b07f /testcases
parentecc42f3b69e01289415f43ebf88b1f5dfde5e14c (diff)
Port RFC2544.BackToBackFrames test to vsperf
Add RFC2544.BackToBackFrames test and fix pylint errors. Remove irrelevant values of back to back test results. JIRA: VSPERF-46 Change-Id: I7a0dfd9494b509c3be7bffc0678228838d3059a1 Signed-off-by: Dino Simeon Madarang <dino.simeonx.madarang@intel.com> Reviewed-by: Billy O Mahony <billy.o.mahony@intel.com> Reviewed-by: Meghan Halton <meghan.halton@intel.com> Reviewed-by: Maryam Tahhan <maryam.tahhan@intel.com> Reviewed-by: Radek Zetik <radekx.zetik@intel.com> Reviewed-by: Martin Klozik<martinx.klozik@intel.com> Reviewed-by: Eugene Snider <Eugene.Snider@huawei.com> Reviewed-by: Gurpreet Singh <gurpreet.singh@spirent.com> Reviewed-by: Tv Rao <tv.rao@freescale.com>
Diffstat (limited to 'testcases')
-rw-r--r--testcases/testcase.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/testcases/testcase.py b/testcases/testcase.py
index 76758c8f..cc1e6e4a 100644
--- a/testcases/testcase.py
+++ b/testcases/testcase.py
@@ -68,8 +68,7 @@ class TestCase(object):
with vswitch_ctl:
if vnf_ctl:
vnf_ctl.start()
- #TODO 'traffic' is placeholder for traffic dict
- traffic = {'test': 'rfc2544'}
+ traffic = {'traffic_type': self._traffic_type}
with traffic_ctl:
traffic_ctl.send_traffic(traffic)