summaryrefslogtreecommitdiff
path: root/tests/TestSuite_dual_vlan.py
AgeCommit message (Collapse)Author
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-18tests dual_vlan: update tpid commandxu,huilong
Signed-off-by: xu,huilong <huilongx.xu@intel.com>
2015-11-18tests dual_vlan: reduce cores to run pmd on 32bit systemLijuan Tu
Signed-off-by: Lijuan Tu <lijuanx.a.tu@intel.com>
2015-07-20fix pep8 issue in vlan and dual vlan caseMarvin Liu
Signed-off-by: Marvin Liu <yong.liu@intel.com>
2015-07-20fix that tx_vlan command changed sequencechangru
Signed-off-by: changru <changrux.fan>
2015-06-01add dual vlan test casehuilong xu
change list: 1. add vlan filter test case different nic, this function are differernt. niantic used vlan set filter off|on port_id disadle or enable this function fortville the filter must on, and promisc must on for enable filter. you can't disable this function, you only used rx vlan table for disable filter 2. add vlan strip test case 3. add vlan stripq test case fortville not support this case, maybe dpdk2.1 will support 4. vlan inset test case fortville not suppoet this case, mabye dpdk2.1 will support 5. vlan qinq test case Signed-off-by: huilong xu <huilongx.xu@intel.com>