summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/tc-testing/tdc.py
AgeCommit message (Expand)AuthorLines
2024-08-16tc-testing: don't access non-existent variable on exceptionSimon Horman-1/+0
2024-01-25selftests: tc-testing: return fail if a test fails in setup/teardownPedro Tammela-1/+1
2023-11-27selftests: tc-testing: cleanup on Ctrl-CPedro Tammela-1/+5
2023-11-27selftests: tc-testing: remove unnecessary time.sleepPedro Tammela-5/+0
2023-11-20selftests: tc-testing: report number of workers in usePedro Tammela-1/+1
2023-11-20selftests: tc-testing: cap parallel tdc to 4 coresPedro Tammela-0/+1
2023-09-28selftests/tc-testing: implement tdc parallel test runPedro Tammela-21/+102
2023-09-28selftests/tc-testing: localize test resourcesPedro Tammela-41/+88
2023-03-30selftests: tc-testing: add "depends_on" property to skip testsDavide Caratti-0/+13
2022-10-26selftests: tc-testing: Add matchJSON to tdcVictor Nogueira-7/+118
2021-12-03selftests/tc-testing: add exit codeLi Zhijian-3/+5
2020-04-07tc-testing: remove duplicate code in tdc.pyRoman Mashak-3/+2
2019-07-31tc-testing: Clarify the use of tdc's -d optionLucas Bates-4/+8
2019-07-09tc-testing: Allow tdc plugins to see test case dataLucas Bates-5/+5
2019-06-25tc-testing: Restore original behaviour for namespaces in tdcLucas Bates-3/+75
2019-03-01tc-testing: Allow test cases to be skippedLucas Bates-3/+12
2018-12-07tc-testing: Implement the TdcResults module in tdcLucas Bates-48/+69
2018-12-07tc-testing: Add command timeout feature to tdcLucas Bates-5/+11
2018-11-17tc-testing: tdc.py: Guard against lack of returncode in executed commandBrenda J. Butler-3/+11
2018-11-17tc-testing: tdc.py: ignore errors when decoding stdout/stderrLucas Bates-2/+2
2018-03-30tc-testing: Add newline when writing test case filesLucas Bates-0/+1
2018-03-09tools: tc-testing: Can pause just before post-suiteBrenda J. Butler-0/+9
2018-03-09tools: tc-testing: Can refer to $TESTID in test specBrenda J. Butler-0/+6
2018-03-04tools: tc-testing: Add notap optionBrenda J. Butler-11/+23
2018-02-26tc: python3, string formattingsBTaskaya-1/+1
2018-02-26tools: tc-testing: better error reportingBrenda J. Butler-14/+70
2018-02-26tools: tc-testing: Fix indentationBrenda J. Butler-2/+2
2018-02-15tools: tc-testing: nsPluginBrenda J. Butler-44/+1
2018-02-15tools: tc-testing: rootPluginBrenda J. Butler-4/+0
2018-02-15tools: tc-testing: Introduce plugin architectureBrenda J. Butler-58/+163
2018-02-15tools: tc-testing: Refactor test-runnerBrenda J. Butler-29/+52
2018-02-15tools: tc-testing: Command line parmsBrenda J. Butler-75/+134
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+1
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-2/+2
2017-11-01tc-testing: better test case file error reportingBrenda J. Butler-9/+14
2017-10-31tc-testing: fix arg to ip command: -s -> -nBrenda J. Butler-2/+2
2017-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-4/+16
2017-10-29selftests: Introduce a new test case to tc testsuiteChris Mi-4/+16
2017-10-14tc-testing: fix the -l argument bug in tdc.pyLucas Bates-4/+4
2017-06-20selftests: Introduce tc testsuiteLucas Bates-0/+413