Add the DPDK l2fwd performance test cases. 61/3961/23
authorFangyin Hu <fangyinx.hu@intel.com>
Fri, 25 Nov 2016 11:52:22 +0000 (03:52 -0800)
committerPeter Mikus <pmikus@cisco.com>
Wed, 11 Jan 2017 13:21:52 +0000 (13:21 +0000)
commitb633f4ebf7878ae968e27b71da69b6cde0265904
treec7b8949f4fe5e56ae15e177afd0b2051266ba881
parent6858eef6792e7fae60c7fe2587721e2873bd5fc3
Add the DPDK l2fwd performance test cases.

Change-Id: I996847a4871ed994cd9b5edb459fb079ff39c86d
Signed-off-by: Fangyin Hu <fangyinx.hu@intel.com>
13 files changed:
bootstrap-verify-perf-DPDK.sh
dpdk-tests/dpdk_scripts/cleanup_dpdk.sh [new file with mode: 0755]
dpdk-tests/dpdk_scripts/init_dpdk.sh [new file with mode: 0755]
dpdk-tests/dpdk_scripts/install_dpdk.sh [new file with mode: 0755]
dpdk-tests/dpdk_scripts/run_l2fwd.sh [new file with mode: 0755]
dpdk-tests/perf/10ge2p1x520-eth-l2xcbase-ndrdisc.robot [new file with mode: 0644]
dpdk-tests/perf/__init__.robot [new file with mode: 0644]
resources/libraries/python/DPDK/DPDKTools.py [new file with mode: 0644]
resources/libraries/python/DPDK/L2fwdTest.py [new file with mode: 0644]
resources/libraries/python/DPDK/SetupDPDKTest.py [new file with mode: 0644]
resources/libraries/python/DPDK/__init__.py [new file with mode: 0644]
resources/libraries/robot/DPDK/default.robot [new file with mode: 0644]
resources/libraries/robot/performance.robot