summaryrefslogtreecommitdiff
path: root/tests/TestSuite_vf_rss.py
AgeCommit message (Collapse)Author
2017-05-15test vf_rss: remove crc-strip parameter and add check RSS config resultLijuan Tu
Signed-off-by: Lijuan Tu <lijuanx.a.tu@intel.com>
2017-02-23tests vf_rss: fix error when get VF socketLijuan Tu
VF socket should get from VM(guest), but not from host. Signed-off-by: Lijuan Tu <lijuanx.a.tu@intel.com>
2017-02-20tests: utilize vm cleanup function for stop vmLijuan Tu
and Fix grammatical & logic error Signed-off-by: Lijuan Tu <lijuanx.a.tu@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-07-07tests: fix testpmd quit with VF enabled crc-stripLijuan Tu
releated tests: vf_jumboframe, vf_macfilter, vf_packet_rxtx vf_port_start_stop, vf_rss, vf_to_vf_nic_bridge fortville VF can't disable HW crc-strip testpmd disable crc-strip by default dpdk 16.07 will quit when disable crc-strip failed. Signed-off-by: Lijuan Tu <lijuanx.a.tu@intel.com>
2016-02-26tests vf_rss: use get_port_mac function to get vf macLijuan Tu
Strip VF mac address from testpmd for VF mac may changed after start testpmd. Add ipv6 next header for sctp packet. Signed-off-by: Lijuan Tu <lijuanx.a.tu@intel.com>
2016-02-03tests: support Boulder RapidYong Liu
Signed-off-by: Marvin Liu <yong.liu@intel.com>
2016-01-19tests: add vf rss test scriptxu,huilong