index
:
linux
master
Torvalds' mirror for benchmark reasons
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
tc-testing
/
tdc.py
Age
Commit message (
Expand
)
Author
2024-08-16
tc-testing: don't access non-existent variable on exception
Simon Horman
2024-01-25
selftests: tc-testing: return fail if a test fails in setup/teardown
Pedro Tammela
2023-11-27
selftests: tc-testing: cleanup on Ctrl-C
Pedro Tammela
2023-11-27
selftests: tc-testing: remove unnecessary time.sleep
Pedro Tammela
2023-11-20
selftests: tc-testing: report number of workers in use
Pedro Tammela
2023-11-20
selftests: tc-testing: cap parallel tdc to 4 cores
Pedro Tammela
2023-09-28
selftests/tc-testing: implement tdc parallel test run
Pedro Tammela
2023-09-28
selftests/tc-testing: localize test resources
Pedro Tammela
2023-03-30
selftests: tc-testing: add "depends_on" property to skip tests
Davide Caratti
2022-10-26
selftests: tc-testing: Add matchJSON to tdc
Victor Nogueira
2021-12-03
selftests/tc-testing: add exit code
Li Zhijian
2020-04-07
tc-testing: remove duplicate code in tdc.py
Roman Mashak
2019-07-31
tc-testing: Clarify the use of tdc's -d option
Lucas Bates
2019-07-09
tc-testing: Allow tdc plugins to see test case data
Lucas Bates
2019-06-25
tc-testing: Restore original behaviour for namespaces in tdc
Lucas Bates
2019-03-01
tc-testing: Allow test cases to be skipped
Lucas Bates
2018-12-07
tc-testing: Implement the TdcResults module in tdc
Lucas Bates
2018-12-07
tc-testing: Add command timeout feature to tdc
Lucas Bates
2018-11-17
tc-testing: tdc.py: Guard against lack of returncode in executed command
Brenda J. Butler
2018-11-17
tc-testing: tdc.py: ignore errors when decoding stdout/stderr
Lucas Bates
2018-03-30
tc-testing: Add newline when writing test case files
Lucas Bates
2018-03-09
tools: tc-testing: Can pause just before post-suite
Brenda J. Butler
2018-03-09
tools: tc-testing: Can refer to $TESTID in test spec
Brenda J. Butler
2018-03-04
tools: tc-testing: Add notap option
Brenda J. Butler
2018-02-26
tc: python3, string formattings
BTaskaya
2018-02-26
tools: tc-testing: better error reporting
Brenda J. Butler
2018-02-26
tools: tc-testing: Fix indentation
Brenda J. Butler
2018-02-15
tools: tc-testing: nsPlugin
Brenda J. Butler
2018-02-15
tools: tc-testing: rootPlugin
Brenda J. Butler
2018-02-15
tools: tc-testing: Introduce plugin architecture
Brenda J. Butler
2018-02-15
tools: tc-testing: Refactor test-runner
Brenda J. Butler
2018-02-15
tools: tc-testing: Command line parms
Brenda J. Butler
2017-11-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-11-02
Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-11-01
tc-testing: better test case file error reporting
Brenda J. Butler
2017-10-31
tc-testing: fix arg to ip command: -s -> -n
Brenda J. Butler
2017-10-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-10-29
selftests: Introduce a new test case to tc testsuite
Chris Mi
2017-10-14
tc-testing: fix the -l argument bug in tdc.py
Lucas Bates
2017-06-20
selftests: Introduce tc testsuite
Lucas Bates