summaryrefslogtreecommitdiff
path: root/test_plans
AgeCommit message (Collapse)Author
2016-06-21test_plan cloud_filter: change cloud filter rule to use inner ipRami Rosen
This patch fixes Cloud Filter rule to use inner ip and not inner mac. Signed-off-by: Rami Rosen <rami.rosen@intel.com>
2016-05-24test_plans: add VLAN ethertype configYulong Pei
Signed-off-by: Yulong Pei <yulong.pei@intel.com>
2016-05-24tests userspace_ethtool: support fortville nicyufengmx
change vlan packet check number when doing vlan testing. Add process to resize linux ethtool eeprom dump data size as the size dump by dpdk ethtool. Ignore auto test link connect status on FVL. update related test cases' test plan, add testing configuration and requirements. Signed-off-by: yufengmx <yufengx.mo@intel.com>
2016-05-05test_plans dynamic_config: add mutlicast and broadcast test casexu,huilong
Signed-off-by: xu,huilong <huilongx.xu@intel.com>
2016-05-05add test plan for rxtx_callbacks samplexu,gang
Signed-off-by: xu,gang <gangx.xu@intel.com>
2016-05-05add test plan for sample netmap_compatxu,gang
Signed-off-by: xu,gang <gangx.xu@intel.com>
2016-05-05add test plan for skeleton samplexu,gang
Signed-off-by: xu,gang <gangx.xu@intel.com>
2016-04-30add link status interrupt test planxu,gang
Signed-off-by: xu,gang <gangx.xu@intel.com>
2016-04-22add vhost tso test planQian Xu
This test plan is for vhost tso, and it has been reviewed with developers. It has 2 test cases: 1. VM to NIC vhost TSO(HW NIC TSO) 2. VM2VM vhost TSO(SW TSO) Signed-off-by: Qian Xu <qian.q.xu@intel.com>
2016-04-22add test plan of veb switch for fortvilleQian Xu
The test plan covered 2 feature tests: 1. VEB switch: vf->vf and pf->vf switch within NIC. 2. Floating VEB: vf->vf and no traffic will be out of the port. Signed-off-by: Qian Xu <qian.q.xu@intel.com>
2016-04-22test_plans: add test plan for Sageville etag featureMarvin Liu
Signed-off-by: Marvin Liu <yong.liu@intel.com>
2016-04-22test_plans: add test plan for cloud filter featureMarvin Liu
Cloud filter feature allow XL710 support classify VxLan/Geneve packets and put those into a specified queue in VF for further processing from virtual switch. Signed-off-by: Marvin Liu <yong.liu@intel.com>
2016-04-22add plan and suite for Quota and watermark sampleyufengmx
The Quota and Watermark sample application performs forwarding for each packet that is received on a given port, Internally, packets are pulled from the ports by the master logical core and put on a variable length processing pipeline, each stage of which being connected by rings. This suite include functional test case for basic work flow testing. Signed-off-by: yufengmx <yufengx.mo@intel.com>
2016-03-22tests: add l3fwd exact match performance suiteQian Xu
Add l3fwd exact match perf test script and plan. 1. Separate l3fwd lpm and exact match performance test script and plan because they have different ways. Previous l3fwd perf test is l3fwd lpm perf test. Add new exact match perf test. 2. Update the test plan and script for l3fwd exact match, remove 4port case and added the hash-entry-number for perf check. Updated the traffic, sample command for 2 ports. Signed-off-by: Qian Xu <qian.q.xu@intel.com>
2016-03-18test_plans dual_vlan: update tpid commandxu,huilong
Signed-off-by: xu,huilong <huilongx.xu@intel.com>
2016-03-11tests&test_plans: support VF checksum offload and tsoLijuan Tu
Add checksum offload and tso test scripts, test plan, config file Signed-off-by: Lijuan Tu <lijuanx.a.tu@intel.com>
2016-02-06test_plan: add vf jumbo frame test planYong Liu
Signed-off-by: Marvin Liu <yong.liu@intel.com>
2016-02-03fix cmdline unit case command changedJingguo Fu
Signed-off-by: Jingguo Fu <jingguox.fu@intel.com>
2016-02-03virt: vf to vf nic bridge test planJingguo Fu
1) Add vf to vf bridge test plan, totally has three cases. 2) fix the confused description 3) fix the description for pkt-gen prepare Signed-off-by: Jingguo Fu <jingguox.fu@intel.com>
2016-02-01test_plans: add test plan for userspace ethtool sampleYong Liu
This sample is designed to demo the rte_ethtool shim layer based on rte_ethdev API. Signed-off-by: Marvin Liu <yong.liu@intel.com>
2016-01-22unit test ringpmd: remove create/attach optionhaifeng
Not need for create and attach ring device from commandline. These devices will be generated in test process. Signed-off-by: haifeng <haifengx.tang@intel.com>
2016-01-19tests: add short live test suiteMichael Qiu
DPDK has a two features in dpdk 16.04. 1) reduce start up time 2) signal handler when will be killed and do some clean up This patch is to enable automation for the features. Signed-off-by: Michael Qiu <michael.qiu@intel.com>
2016-01-19tests: Add VF port start/stop testLijuan Tu
Send packets from tester ,at the same time, vf prot start/stop several time and check if it running right. Three files added in the patch: 1, vf_port_start_stop.cfg: vm setting and qemu parameters. 2, vf_port_start_stop_test_plan.rst: test plan, describe 1 case. 3, TestSuite_vf_port_start_stop.py: implement one case according to the tes plan. Signed-off-by: Lijuan Tu <lijuanx.a.tu@intel.com>
2016-01-19tests vf_vlan: add VF vlan test planYong Liu
Signed-off-by: Marvin Liu <yong.liu@intel.com>
2016-01-19add test plan for virtio 1.0.Qian Xu
Virtio 1.0 is a new version of virtio. And the virtio 1.0 spec link is at http://docs.oasis-open.org/virtio/virtio/v1.0/virtio-v1.0.pdf. The major difference is at PCI layout. For testing virtio 1.0 pmd, we need test the basic RX/TX, different path(txqflags), mergeable on/off, and also test with virtio0.95 to ensure they can co-exist. Besides, we need test virtio 1.0's performance to ensure it has similar performance as virtio0.95. Signed-off-by: Qian Xu <qian.q.xu@intel.com>
2016-01-19test_plans: add vf rss test planxu,huilong
2016-01-19tests: add vf mac filter test automation script and planQian Xu
This patch will add vf test plan,script and config file. VF MAC filter test case is as below: 1. Kernel PF using ip link set command to set VF MAC address, then check mac filter works or not. Also check negative case that sending packets with wrong MAC to ensure mac filter works. 2. Kernel PF will not set MAC address for VF, VF MAC address is randomly generated. Sending packets to the VF mac address to ensure mac filter works. Also using mac_addr add command in testpmd to add a new mac address, then check if the packets with this new mac address can be RX/TX. Also check traffic with wrong MAC address will not be RXed. Signed-off-by: Qian Xu <qian.q.xu@intel.com>
2015-12-23Add basic packet rxtx test case for sriov VFYulong Pei
basic test case for sriov VFs, based on kernel PF drivver and dpdk VF driver. Signed-off-by: Yulong Pei <yulong.pei@intel.com>
2015-11-05tests: rename whitelist suite to mac_filter suiteGu yongjie
Signed-off-by: Gu yongjie <yongjiex.gu@intel.com>
2015-10-23add coremask test planGu yongjie
Signed-off-by: Gu yongjie <yongjiex.gu@intel.com>
2015-09-24add TestSuite_pmdpcap rst into dtshaifeng
Signed-off-by: haifeng <haifengx.tang@intel.com>
2015-09-23fix some issue of the test plan for unified packet typeyufengmx
Signed-off-by: yufengmx <yufengx.mo@intel.com>
2015-09-16Update vmdq test plan to align with scripts.Qian Xu
v2: no changes. Minor changes at script. v1: update test plan to align with the scripts, and can support FVL and Niantic. Signed-off-by: Qian Xu <qian.q.xu@intel.com>
2015-09-07add kni test planhuilongx,xu
2015-07-23Enhance unified packet type feature test planMarvin Liu
Enhance i350 and niantic packet type detect case. Forville l2 type named changed from "MAC" to "Ether". Signed-off-by: Marvin Liu <yong.liu@intel.com>
2015-07-10Add test plan for vm power management featureMarvin Liu
Signed-off-by: Marvin Liu <yong.liu@intel.com>
2015-07-03Add test plan for unified packet typeMarvin Liu
Unified packet type flag is supposed to recognize packet types and support all possible PMDs. Signed-off-by: Marvin Liu <yong.liu@intel.com>
2015-06-16add nvgre test planhuilong xu
Signed-off-by: huilong xu <huilongx.xu@intel.com>
2015-06-10add tso test planhuilong xu
Signed-off-by: huilong xu <huilongx.xu@intel.com>
2015-06-10Add vxlan sample performance test caseMarvin Liu
This case will measure decap/encap/chkcsum performance of vxlan sample. Signed-off-by: Marvin Liu <yong.liu@intel.com>
2015-06-09Enhance vxlan checksum offload performance test case.Marvin Liu
Add mutli queue performance meansure in checksum offload case. Optimize test plan for checksum command change in DPDK2.1. Signed-off-by: Marvin Liu <yong.liu@intel.com>
2015-06-08Add vxlan test plan.Marvin Liu
In this suite, we will verify checksum and tunnel filter feature on vxlan. This suite also contain performance test of checksum and tunnel filter. Signed-off-by: Marvin Liu <yong.liu@intel.com>
2015-06-04Add vxlan sample test plan.Marvin Liu
Vxlan sample simulates a VXLAN Tunnel Endpoint (VTEP) termination in DPDK. It is used to demonstrate the offload and filtering capabilities of i40 NIC for VXLAN packet. Signed-off-by: Marvin Liu <yong.liu@intel.com>
2015-06-01pmd rss reta: add rss reta test planJingguo Fu
Signed-off-by: Jingguo Fu <jingguox.fu@intel.com>
2015-06-01add queue start stop test planhuilong xu
Signed-off-by: huilong xu <huilongx.xu@intel.com>
2015-06-01pmd rss hash: add test planJingguo Fu
Signed-off-by: Jingguo Fu <jingguox.fu@intel.com>
2015-06-01add shutdown api test planhuilong xu
Signed-off-by: huilong xu <huilongx.xu@intel.com>
2015-06-01scatter: add scatter test planJingguo Fu
Signed-off-by: Jingguo Fu <jingguox.fu@intel.com>
2015-06-01Support IP reassemblyZhangxiaonan
Add IPV4 reassembly test case and test plan Signed-off-by: TangHaifeng <haifengx.tang@intel.com>
2015-06-01add dual vlan test planhuilong xu
Signed-off-by: huilong xu <huilongx.xu@intel.com>