tools: tc-testing: Can refer to $TESTID in test spec
authorBrenda J. Butler <bjb@mojatatu.com>
Thu, 8 Mar 2018 20:27:44 +0000 (15:27 -0500)
committerDavid S. Miller <davem@davemloft.net>
Fri, 9 Mar 2018 16:21:55 +0000 (11:21 -0500)
commit75291f3a6b86a53f2607658de3b8b267e306bf60
tree2612421d4893f8dd3e0956e80ea53f4fc7b2069a
parentb19e5c1515f2ed0adf5806581ac6d0c4dc3e6dff
tools: tc-testing: Can refer to $TESTID in test spec

When processing the commands in the test cases, substitute
the test id for $TESTID.  This helps to make more flexible
tests.  For example, the testid can be given as a command
line argument.

As an example, if we wish to save the test output to a file
named for the test case, we can write in the test case:

"cmdUnderTest": "some test command | tee -a $TESTID.out"

Signed-off-by: Brenda J. Butler <bjb@mojatatu.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
tools/testing/selftests/tc-testing/tdc.py