Add full support to the DPDK packet generator 27/4327/3
authorVincenzo Riccobene <vincenzox.m.riccobene@intel.com>
Fri, 11 Dec 2015 10:09:00 +0000 (10:09 +0000)
committerVincenzo Riccobene <vincenzox.m.riccobene@intel.com>
Fri, 11 Dec 2015 10:43:20 +0000 (10:43 +0000)
commit1726d94d699fbdba292822f840c5cd5afb94b578
treebd5b2a9cf15a80fbf411e89faff8a19f41707e6b
parent25e75985c846cb39c54148f4b233315f6bcff4a4
Add full support to the DPDK packet generator

Add packet generator base class (to support extensions of packet generators
Add the DPDK packet gen python wrapper and tests

JIRA: YARDSTICK-35

Change-Id: I2072801bcf077586b6abb45c5d452a346e2efe70
Signed-off-by: Vincenzo Riccobene <vincenzox.m.riccobene@intel.com>
yardstick/vTC/apexlake/experimental_framework/packet_generators/base_packet_generator.py [new file with mode: 0644]
yardstick/vTC/apexlake/experimental_framework/packet_generators/dpdk_packet_generator.py [new file with mode: 0644]
yardstick/vTC/apexlake/tests/base_packet_generator_test.py [new file with mode: 0644]
yardstick/vTC/apexlake/tests/dpdk_packet_generator_test.py [new file with mode: 0644]