Add support to the test case required by YARDSTICK-35 83/4383/4
authorVincenzo Riccobene <vincenzox.m.riccobene@intel.com>
Fri, 11 Dec 2015 21:20:40 +0000 (21:20 +0000)
committerJörgen Karlsson <jorgen.w.karlsson@ericsson.com>
Mon, 14 Dec 2015 22:56:54 +0000 (22:56 +0000)
commitd2749a4348130ce6c8fbfbd26e59e8de08a527ae
treed97aca980e910cf4420da77743ca7a63b27a6418
parent62bc5f5a7b3b0e0878428e2a8e57235d8a47dcd0
Add support to the test case required by YARDSTICK-35

Add to ApexLake the support to the calculation of the throughput for the vTC using DPDK pktgen.

JIRA: YARDSTICK-35

Change-Id: I2ead9522648d6955f64fd18c543dabf7f26e2490
Signed-off-by: Vincenzo Riccobene <vincenzo.m.riccobene@intel.com>
Signed-off-by: Vincenzo Riccobene <vincenzox.m.riccobene@intel.com>
yardstick/vTC/apexlake/experimental_framework/benchmarks/benchmark_base_class.py [new file with mode: 0644]
yardstick/vTC/apexlake/experimental_framework/benchmarks/rfc2544_throughput_benchmark.py [new file with mode: 0644]
yardstick/vTC/apexlake/experimental_framework/benchmarks/test_benchmark.py [new file with mode: 0644]
yardstick/vTC/apexlake/tests/benchmark_base_class_test.py [new file with mode: 0644]
yardstick/vTC/apexlake/tests/rfc2544_throughput_benchmark_test.py [new file with mode: 0644]