aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/tc-testing/tdc.py (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-01tc-testing: Allow test cases to be skippedLucas Bates1-3/+12
2018-12-07tc-testing: Implement the TdcResults module in tdcLucas Bates1-48/+69
2018-12-07tc-testing: Add command timeout feature to tdcLucas Bates1-5/+11
2018-11-17tc-testing: tdc.py: Guard against lack of returncode in executed commandBrenda J. Butler1-3/+11
2018-11-17tc-testing: tdc.py: ignore errors when decoding stdout/stderrLucas Bates1-2/+2
2018-03-30tc-testing: Add newline when writing test case filesLucas Bates1-0/+1
2018-03-09tools: tc-testing: Can pause just before post-suiteBrenda J. Butler1-0/+9
2018-03-09tools: tc-testing: Can refer to $TESTID in test specBrenda J. Butler1-0/+6
2018-03-04tools: tc-testing: Add notap optionBrenda J. Butler1-11/+23
2018-02-26tc: python3, string formattingsBTaskaya1-1/+1
2018-02-26tools: tc-testing: better error reportingBrenda J. Butler1-14/+70
2018-02-26tools: tc-testing: Fix indentationBrenda J. Butler1-2/+2
2018-02-15tools: tc-testing: nsPluginBrenda J. Butler1-44/+1
2018-02-15tools: tc-testing: rootPluginBrenda J. Butler1-4/+0
2018-02-15tools: tc-testing: Introduce plugin architectureBrenda J. Butler1-58/+163
2018-02-15tools: tc-testing: Refactor test-runnerBrenda J. Butler1-29/+52
2018-02-15tools: tc-testing: Command line parmsBrenda J. Butler1-75/+134
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2017-11-01tc-testing: better test case file error reportingBrenda J. Butler1-9/+14
2017-10-31tc-testing: fix arg to ip command: -s -> -nBrenda J. Butler1-2/+2
2017-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+16
2017-10-29selftests: Introduce a new test case to tc testsuiteChris Mi1-4/+16
2017-10-14tc-testing: fix the -l argument bug in tdc.pyLucas Bates1-4/+4
2017-06-20selftests: Introduce tc testsuiteLucas Bates1-0/+413