Adding generic traffic profiles for trex traffic generator 23/26623/4
authorDeepak S <deepak.s@linux.intel.com>
Fri, 30 Dec 2016 17:22:51 +0000 (09:22 -0800)
committerDeepak S <deepak.s@linux.intel.com>
Thu, 19 Jan 2017 02:58:32 +0000 (08:28 +0530)
commitc1d6fd53c49a2cc5c0a7eab82e15dcf1a08f4e32
tree9a4b38b668a106130d7485750147a3df4cd3d035
parentddb76faa5841997bd3eec4ed2f3d33f56e66d0c3
Adding generic traffic profiles for trex traffic generator

This patch defines Generic traffic profiles
 - rfc2544, http etc

JiRA: YARDSTICK-489
Change-Id:I0d8270b4d5f5f2d3415b98182990d8649099dbe3
Signed-off-by: Deepak S <deepak.s@linux.intel.com>
run_tests.sh
tests/unit/benchmark/scenarios/networking/test_vnf_generic.py
tests/unit/network_services/traffic_profile/test_http.py [new file with mode: 0644]
tests/unit/network_services/traffic_profile/test_rfc2544.py [new file with mode: 0644]
tests/unit/network_services/traffic_profile/test_traffic_profile.py [new file with mode: 0644]
yardstick/network_services/traffic_profile/http.py [new file with mode: 0644]
yardstick/network_services/traffic_profile/rfc2544.py [new file with mode: 0644]
yardstick/network_services/traffic_profile/traffic_profile.py [new file with mode: 0644]