summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-07-26test_plans: add ptpclient test planLijuan Tu
Signed-off-by: Lijuan Tu <lijuanx.a.tu@intel.com>
2017-07-26framework tester: set rerun time for failed casexu,huilong
2017-07-26framework execl_reporter: update case result write functionxu,huilong
Update case result write function, all same case will only have one final result. If one of test results is passed, this result will passed and save in excel file. If all test results are failed, this result will failed and save in excel file.
2017-07-26framework test_case: update exec case functionxu,huilong
When test case run failed, failed case will re run some times. If one pass in the result, this case will be looked as passed.
2017-07-26framework dts: add re_run parameterxu,huilong
add a new re_run parameter for failed case re run time. the default value is 0.
2017-07-26tools setup: adapt to pci address format changeHerbert Guan
Signed-off-by: Herbert Guan <herbert.guan@arm.com>
2017-07-26tools setup: allow to select nic and target options for default execution ↵Herbert Guan
template It's necessary to allow user selecting the nic and target options after reading out the default execution templates. Signed-off-by: Herbert Guan <herbert.guan@arm.com>
2017-07-26tools setup: add the target selection support for ARM targetsHerbert Guan
Signed-off-by: Herbert Guan <herbert.guan@arm.com>
2017-07-26framework dut: do not exit when no network connection foundMarvin Liu
Some suites like unit suites still can work without network connection. So output warning message rather than raise exception when no network connection found. Signed-off-by: Marvin Liu <yong.liu@intel.com>
2017-07-26framework: execution file crbs match item changeMarvin Liu
CRBs name in execution file changed from DUT IP to Section name in crbs.conf. It will be helpful for creating multiple executions on same DUT. Signed-off-by: Marvin Liu <yong.liu@intel.com>
2017-07-26doc: use the rtd theme for the dts docsJohn McNamara
Use the dpdk.org style ReadTheDocs theme for the DTS user docs, when available. Signed-off-by: John McNamara <john.mcnamara@intel.com>
2017-07-26fix sphinx docs for some of the test plansJohn McNamara
Signed-off-by: John McNamara <john.mcnamara@intel.com>
2017-07-26add sphinx docs for the dts test plansJohn McNamara
Add sphinx build files to convert the DTS test plans into html documentation. Fix a number of sphinx/rst warnings and errors. Signed-off-by: John McNamara <john.mcnamara@intel.com>
2017-07-26test_plans interrupt_pmd: modified test planxu,gang
Merge PF interrupt pmd uio and vfio cases into one. Remove VF interrupt pmd case to VF interrupt pmd test plan. Signed-off-by: xu,gang <gangx.xu@intel.com>
2017-07-26test_plans: add VF interrupt pmd test planxu,gang
Signed-off-by: xu,gang <gangx.xu@intel.com>
2017-07-26tests sriov_kvm: adapt for dpdk17.05 and fix some issuesLijuan Tu
Rework the test suite and make sure it can work in the newest dts and dpdk17.05. 1, Rriov kvm test suite use the old framework ,so update it to the newest dts framework. 2, Rename dot1q to vlan 3, Using correct api to get the right mac 4, Consider LLDP packets when calc packets 5, Fix typos Signed-off-by: Lijuan Tu <lijuanx.a.tu@intel.com>
2017-07-26framework qemu_kvm: add vfio_pci pass-through optionxu,gang
Add new option for vfio-pci pass-through device. Signed-off-by: xu,gang <gangx.xu@intel.com>
2017-07-26tests pmdrss_hash: add bonding device dynamic RSS config casexu,huilong
update list: 1. add bonding device dynamic RSS config case 2. use two ports for this suite 3. Support Fortville 25G card Signed-off-by: xu,huilong <huilongx.xu@intel.com>
2017-07-26framework pmd_output: fix check function failured by lldp have different ↵xu,huilong
packet sizes Fortville interface will send two kinds of LLDP packets with different sizes. So update check function. Signed-off-by: xu,huilong <huilongx.xu@intel.com>
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-15tests fdir: add ipv4&ipv6 options and ivlan casesxu,huilong
Support fortville 25G NIC. Add 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_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-15tests vm_power_manager: adjust to dpdk1705Lijuan Tu
Output message of testpmd changed on dpdk1705, adjust to it. Signed-off-by: Lijuan Tu <lijuanx.a.tu@intel.com>
2017-05-15tests vf_to_vf_nic_bridge: remove crc-strip parameter and filter misc packetsLijuan Tu
Signed-off-by: Lijuan Tu <lijuanx.a.tu@intel.com>
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-05-15tests vf_offload: fix variable name typo and remove crc-strip parameterLijuan Tu
Signed-off-by: Lijuan Tu <lijuanx.a.tu@intel.com>
2017-05-15tests vf_macfilter: remove crc-strip parameterLijuan Tu
Signed-off-by: Lijuan Tu <lijuanx.a.tu@intel.com>
2017-05-15tests vf_packet_rxtx: remove crc-strip parameterLijuan Tu
Signed-off-by: Lijuan Tu <lijuanx.a.tu@intel.com>
2017-05-15tests vf_vlan: remove crc-strip parameter and adjust to latest kernel driverLijuan Tu
i40e VF HW crc-strip was default enabled after commit 60da774e. ixgbe's behavior of vlan changed after version 1.5. i40e's behavior of vlan changed after version 1.6. Signed-off-by: Lijuan Tu <lijuanx.a.tu@intel.com>
2017-05-15framework/tester: fix random packet check failure for unexpected packetsLijuan Tu
Random packet check maybe failed for misc packets received. When the received-packet not in the sent-packets, will continue to check next packet for workaround this kind of issue. Signed-off-by: Lijuan Tu <lijuanx.a.tu@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-05-12tests pmd: send html report for single core performance caseYulong Pei
Send out html format report for single core performance case. Signed-off-by: Yulong Pei <yulong.pei@intel.com>
2017-05-12nics: support html report for performance resultYulong Pei
Support html format report for NIC performance and support to send it out by email. Signed-off-by: Yulong Pei <yulong.pei@intel.com>
2017-05-12tests checksum_offload: remove crc-strip parameterxu,huilong
testpmd removed "crc-strip" parameter for it is enabled by default. If needed to disable crc-strip, must use new parameter "disable-crc-strip". Signed-off-by: xu,huilong <huilongx.xu@intel.com>
2017-05-12tests: fix timeout when start dpdk applicationsxu,huilong
dpdk app output log update in dpdk17.05, so must change corroborate text in ipfrag/ip_ressembly/kni/quota_watermak. Signed-off-by: xu,huilong <huilongx.xu@intel.com>
2017-05-12tests unit_test_pmd_perf: fix test app compile errorxu,huilong
Adapt to 17.05 source code tree. Signed-off-by: xu,huilong <huilongx.xu@intel.com>
2017-05-12tests tso: add fortville 25G NIC supportxu,huilong
Support fortville 25G NIC in tso test suite. Signed-off-by: xu,huilong <huilongx.xu@intel.com>
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>
2017-05-04test suite: add tx preparation test suiteLin, Xueqin
2017-05-02framework pmd_output: remove crc-strip parameter due to default setting changedXueqin Lin
i40e VF HW crc-strip default enabled after commit 60da774e.
2017-04-27test_plans: add test plan for MACSecPeng Yuan
Signed-off-by: Peng Yuan <yuan.peng@intel.com>
2017-04-21tests vf_daemon: add vlan filter test caseXueqin Lin
2017-04-21tests ddp_mpls: fix typosRami Rosen
This patch fixes trivial typos in DDP and MPLS test suite. Signed-off-by: Rami Rosen <rami.rosen@intel.com>
2017-04-20tests: add DDP and MPLS test suiteXueqin Lin
2017-04-20tests vf_jumboframe: adapt cases to support i350Lijuan Tu
1. Adapt cases to support i350 2. VF device enable crc-strip as default 3. Port should bind to default driver before generating VF device 4. Cleanup vm resouces after case or suite end Signed-off-by: Lijuan Tu <lijuanx.a.tu@intel.com>
2017-04-20tests: add crc generation and computation suitePeng 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