summaryrefslogtreecommitdiff
path: root/tests/TestSuite_nvgre.py
AgeCommit message (Collapse)Author
2017-05-12tests nvgre&vxlan: add LLDP filter in sniff functionxu,huilong
Fortville nic will transmit LLDP packets when using dpdk driver. So add LLDP filter in nvgre and vxlan suites. Signed-off-by: xu,huilong <huilongx.xu@intel.com>
2016-11-22tests: update for packet outer layer type changexu,huilong
dpdk removed outer layer packet type prefix, so updated suites for this change. Signed-off-by: xu,huilong <huilongx.xu@intel.com>
2016-10-14tests checksum_offload: update for ip won't changexu,huilong
csum function will not increase outer ip src address from dpdk16.11. Signed-off-by: xu,huilong <huilongx.xu@intel.com>
2016-09-28Merge branch 'next'Marvin Liu
Signed-off-by: Marvin Liu <yong.liu@intel.com> Conflicts: tests/TestSuite_dynamic_config.py
2016-08-25tests nvgre: fix packet type detection failurexu,huilong
Tunnel packet type detection should disable vector pmd. Signed-off-by: xu,huilong <huilongx.xu@intel.com>
2016-08-04tests: remove dependence on dts moduleMarvin Liu
Remove dts module from every suite. Suites now only have dependences on some basic modules. Signed-off-by: Marvin Liu <yong.liu@intel.com>
2016-06-21tests: support for fortpark_TVL nicpengyuan
Support fortpartk_TLV in suites: vlan, dual vlan, fdir, generic_filter, nvgre, pmdrss_hash, pmdrss_reta, tso, uni_pkt, vf_vlan, vxlan, vxlan_sample. Signed-off-by: pengyuan <yuan.peng@intel.com>
2016-03-14tests nvgre: fix nvgre chksum detect issueYong Liu
NVGRE packet checksum detect process will be: 1. start testpmd and enable hardware chksum on forwarded port 2. create pcap file with increasement ip and strip reference chksum 3. create pcap file and forwarding it 4. capture packet and strip chksum value 5. compare with reference chksum and real chksum Remove ipv6+NVGRE case, NVGRE protocal not cover this kind of packet. Do not need to copy pcap file, because of DTS is running in tester. Signed-off-by: Marvin Liu <yong.liu@intel.com>
2015-11-20tests fdir, nvgre, vxlan: reduce cores to run testpmd on 32bit systemLijuan Tu
Signed-off-by: Lijuan Tu <lijuanx.a.tu@intel.com>
2015-11-19tests nvgre, vxlan, multiprocess: fix output message mixedLijuan Tu
Output message from main thread and datapath thread message may mixed. Separated operations between those threads and get message just from session output. Signed-off-by: Lijuan Tu <lijuanx.a.tu@intel.com>
2015-07-21fix bug that packet type detect failureMarvin Liu
Packet type value changed after unified packet type. So suite need modification as consequence. Signed-off-by: Marvin Liu <yong.liu@intel.com>
2015-06-16add nvgre test codehuilong xu
Signed-off-by: huilong xu <huilongx.xu@intel.com>