summaryrefslogtreecommitdiff
path: root/tests/TestSuite_multiprocess.py
AgeCommit message (Collapse)Author
2017-01-18tests multiprocess: select lower-numbered cores for secondary processJianbo Liu
Reduce cores usage to make this case can run successfully on system with fewer cores. Signed-off-by: Jianbo Liu <jianbo.liu@linaro.org>
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-03-09tests: fix multiprocess test to set coremask through libraryGowrishankar
This patch removes fixed core mask values which break PMD to load on unavailable cpu with in this mask. Instead, use get_core_list and create_mask based on need. Signed-off-by: Gowrishankar <gowrishankar.m@linux.vnet.ibm.com>
2015-12-14tests multiprocess: fix commands failed to send to secondary processlijuan tu
Create a new session to run secondary process 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-11-09tests multiprocess: extend waiting time for test application startxu,huilong
Signed-off-by: xu,huilong <huilongx.xu@intel.com>
2015-09-23remove 1G nics & freebsd not support judgement from fdir, pmdrssreta, ↵GuYongjie
multiprocess Fdir & pmdreereta will verify the nic before the check of checklist. Also Fdir & multiprocess will verify whether the os is freebsd at set_up_all.And then the checklist will not work. Remove the verification. Signed-off-by: GuYongjie <yongjiex.gu@intel.com>
2015-07-08fix multi_process bugsTangHaifeng
Signed-off-by: TangHaifeng <haifengx.tang@intel.com>
2015-02-04suites: remove nic type check from testsuitesYong Liu
For all nic in execution file will be used for validation. There's no need to check nic type in test suites. Signed-off-by: Marvinliu <yong.liu@intel.com>
2014-11-24Multiple changes for offical release on dpdk.orgYong Liu
- change dcts(DPDK compliance test suite) to dts(DPDK test suite) - Add DTS getting started guide document - add IXIA Tcl scripts - Implement DTF framework class and function descriptions - Fix several issue in test suites - change pmd rxtx function by crbs config - support vfio-pci driver - support verbose output paramter
2014-09-10import dcts first versionYong Liu