summaryrefslogtreecommitdiff
path: root/test_plans
AgeCommit message (Collapse)Author
2017-05-15test_plans: add ptype mapping test planXueqin Lin
2017-05-15tests pmdrss_hash: add link bonding rss dynamic config casexu,huilong
Add link bonding rss dynamic config case. Bonding device can support rss hash configuration now, but slave devices must be Fortville. Signed-off-by: xu,huilong <huilongx.xu@intel.com>
2017-05-15test_plan fdir: add ipv4&ipv6 options and ivlan casesxu,huilong
Add fdir ivlan/ipv4-tos,proto,ttl/ipv6-tc,nh,hl test cases for fortville. Signed-off-by: xu,huilong <huilongx.xu@intel.com>
2017-05-15test_plans vf&pf reset : fix a typo issueRami Rosen
This patch fixes a typo in vf_pf_reset_test_plan.rst. Signed-off-by: Rami Rosen <rami.rosen@intel.com>
2017-05-15test_plans userspace_ethtool: fix trivial typosRami Rosen
This patch fixes two trivial typos in userspace_ethtool_test_plan.rst. Signed-off-by: Rami Rosen <rami.rosen@intel.com>
2017-04-27test_plans: add test plan for MACSecPeng Yuan
Signed-off-by: Peng Yuan <yuan.peng@intel.com>
2017-04-20test_plans: add DDP and MPLS test planXueqin Lin
2017-04-20test_plans vf_daemon: add vlan filter test caseXueqin Lin
2017-04-20test_plans: add crc generation and computationPeng Yuan
Signed-off-by: Peng Yuan <yuan.peng@intel.com>
2017-04-20test_plans: add vf&pf reset test planPeng Yuan
Signed-off-by: Peng Yuan <yuan.peng@intel.com>
2017-03-27test_plans vlan_ethertype_config: update test planLijuan Tu
Previously, a single VLAN header is treated as inner VLAN, but generally, a single VLAN header is treated as the outer VLAN header. i40e refer to dpdk commit: 5b2d37858d32ec6aba78f15dc065f286108d6b4e ixgbe refer to dpdk commit: 2b84092427b1800cba7d3204b95703b1718fcd28 Signed-off-by: Lijuan Tu <lijuanx.a.tu@intel.com>
2017-03-23add crypto performance test plan and suitegangyanx
- add QAT pmd performance auto test - add AESNI_MB pmd performance auto test - add AESNI_GCM pmd performance auto test - add KASUMI pmd performance auto test - add SNOW3G pmd performance auto test - add ZUC pmd performance auto test - add openssl pmd performance auto test - add crypto performance test plan - update license date
2017-03-09tests: add cryptodev unit test suiteChen, Zhaoyan
v4: - Move the killall process to tear_down, managed by dts framework - Change the "print" to logger method v3: - Fix PEP8 issues v2: - Update copyright dates - Update coryright icon
2017-03-02test plan: add tx preparation test planXueqin Lin
2017-02-27test_plans checksum_offload: fix format errorPeng Yuan
Signed-off-by: Peng Yuan <yuan.peng@intel.com>
2017-02-23test_plans: add VF daemon test planXueqin Lin
2017-02-23test_plans checksum_offload: add rx checksum valid flags casePeng Yuan
Signed-off-by: Peng Yuan <yuan.peng@intel.com>
2017-02-20test_plans: add test plan for external mempool handlerMarvin Liu
Signed-off-by: Marvin Liu <yong.liu@intel.com>
2017-01-18test_plans userspace_ethtool: support firmware/bus-info queryyufengmx
Signed-off-by: yufengmx <yufengx.mo@intel.com>
2017-01-16test_plans: add floating VEB test plan planPeng Yuan
Signed-off-by: Peng Yuan <yuan.peng@intel.com>
2017-01-16test_plan: add interrupt_pmd test planxu,gang
Signed-off-by: xu,gang <gangx.xu@intel.com>
2017-01-11test_plans sriov_kvm: set max_vfs to 4 when creating 4 VFRami Rosen
When creating 4 VFs, we should set max_vfs to 4 and not to 2. This patch fixes this assignment. Signed-off-by: Rami Rosen <rami.rosen@intel.com>
2017-01-04test_plans veb switch: modify test plan formatpeng yuan
Signed-off-by: peng yuan <yuan.peng@intel.com>
2016-12-28test_plans: add test plan for vhost_pmd_xstatsxu,gang
Signed-off-by: xu,gang <gangx.xu@intel.com>
2016-12-14test_plans sriov_kvm_test_plan: use VM0 instead of VM1Rami Rosen
When mentioning "Similar for", the intention is: similar to the VM which was previously discussed, which is VM0 and not VM1. Signed-off-by: Rami Rosen <rami.rosen@intel.com>
2016-11-22tests vm_power_manager: merge to latest frameworkLijuan Tu
Signed-off-by: Lijuan Tu <lijuanx.a.tu@intel.com>
2016-10-27test_plans: add mempool external handler test planMarvin Liu
External Mempool Handler feature is an extension to the mempool API that allows users to add and use an alternative mempool handler. This test plan will cover internal defined mempoool handlers and stack mempool handler. Signed-off-by: Marvin Liu <yong.liu@intel.com>
2016-09-21test_plans unit_ringpmd: update virtual device namexu,huilong
Virtual ring device name changed from "eth_ring" to "net_ring". Signed-off-by: xu,huilong <huilongx.xu@intel.com>
2016-09-08remove ivshmem supportxu,huilong
Remove ivshmem test suite and plan for dpdk not support it since 16.07. Below patch remove the support. http://dpdk.org/dev/patchwork/patch/15051/ Signed-off-by: xu,huilong <huilongx.xu@intel.com>
2016-08-25test_plans ipgre: fix wrong filter type parameter test plan.Rami Rosen
The call to "tunnel_filter rm" should get oip and not iip as the filter type parameter, as the rule that was added immediately before has oip as the filter type parameter and not iip. Signed-off-by: Rami Rosen <rami.rosen@intel.com>
2016-08-25test_plans: add keep alive test planxu,gang
Signed-off-by: xu,gang <gangx.xu@intel.com>
2016-08-19tests: add IPGRE test plan and test suiteyufengmx
Generic Routing Encapsulation (GRE) is a tunneling protocol developed by Cisco Systems that can encapsulate a wide variety of network layer protocols inside virtual point-to-point links over an Internet Protocol network. Fortville support GRE packet detecting, checksum computing and filtering. Signed-off-by: yufengmx <yufengx.mo@intel.com>
2016-08-15test_plans vxlan: fix typosRami Rosen
This patch fixes trivial typos in test_plans/vxlan_test_plan.rst. Signed-off-by: Rami Rosen <rami.rosen@intel.com>
2016-08-15test_plans nvgre: fix typosRami Rosen
This patch fixes trivial typos in test_plans/nvgre_test_plan.rst. Signed-off-by: Rami Rosen <rami.rosen@intel.com>
2016-08-11test_plans: add fm10k ftag test planXueqin Lin
The case will validate packet forwarding function based on FTAG.
2016-08-10tests vhost_user_live_migration: backend application changed to testpmdQian Xu
Update vhost-user live migration script based on testpmd as vhost backend application and some minor changes. 1. Update the backend application from vhost-switch sample to testpmd since some switch will block VLAN packets. The command line and the output check has been updated according to testpmd application. 2. Remove VLAN tag in the traffic settings. 3. Check if the migration is failed or not. 4. Update the qemu monitor quit check part in qemu_kvm.py to avoid timeout issue on new kernel(e.g: 4.6.4). Update vhost-user live migration test plan and config file 1. Add more details about nfs settings. 2. Change the vhost-user backend application to testpmd and the launch step. 3. Add more details about VM access, such as telnet, ssh, scp. 4. Add the qemu path setting in the config file. Signed-off-by: Qian Xu <qian.q.xu@intel.com>
2016-08-03test_plans fortville_rss_granularity_config: fix a typo in test planRami Rosen
This patch fixes a typo in test_plans/fortville_rss_granularity_config_test_plan.rst. "should be" appears twice. Signed-off-by: Rami Rosen <rami.rosen@intel.com>
2016-08-03test_plans sriov_kvm: fix binding a VF with a wrong addressRami Rosen
This patch fixes usage of a wrong address in binding a VF in test_plans/sriov_kvm_test_plan.rst. Signed-off-by: Rami Rosen <rami.rosen@intel.com>
2016-08-03tests: add l2fwd_crypto test plan and suiteChen, Zhaoyan
This suite will verify the cryptodev library via dpdk l2fwd, tests will cover all supported PMDs and Algorithms.
2016-07-14test_plans: add test plan for vhost_user_live_migration suiteMarvin Liu
Signed-off-by: Marvin Liu <yong.liu@intel.com>
2016-07-14test_plans cloud filter: fix description for cloud filter testRami Rosen
The Cloud filter test uses TCP() as the inner packet and not UDP(). This patch fixes the description of the first test case in cloud_filter_test_plan.rst accordingly. Signed-off-by: Rami Rosen <rami.rosen@intel.com>
2016-07-07tests: add plan and suite for fortville rss granularitypengyuan
Signed-off-by: pengyuan <yuan.peng@intel.com>
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>