]> git.proxmox.com Git - mirror_ovs.git/commit - NEWS
tests: Add system-dpdk-testsuite
authorMarcin Rybka <marcinx.rybka@intel.com>
Fri, 20 Apr 2018 13:46:27 +0000 (14:46 +0100)
committerIan Stokes <ian.stokes@intel.com>
Sat, 21 Apr 2018 17:29:57 +0000 (18:29 +0100)
commita7e4849ef0096f4396cc17afeb5325af8d1b4e3b
treebc83d456e897c70c7a639ac0a895c9c7fa6c85ae
parenta1e539885dc40ab3217a6c56237fd9971a653dbf
tests: Add system-dpdk-testsuite

New OVS-DPDK testsuite, which can be launched via `make check-dpdk`,
tests OVS using a DPDK datapath. The testsuite contains already
initial tests:
 1. EAL init
 2. Add standard DPDK PHY port
 3. Add vhost-user-client port

Signed-off-by: Marcin Rybka <marcinx.rybka@intel.com>
Signed-off-by: Ian Stokes <ian.stokes@intel.com>
Documentation/topics/testing.rst
NEWS
tests/automake.mk
tests/system-dpdk-macros.at [new file with mode: 0644]
tests/system-dpdk-testsuite.at [new file with mode: 0644]
tests/system-dpdk.at [new file with mode: 0644]