Re: [PATCH net-next 1/1] tools: tc-testing: Can refer to $TESTID in test spec

2018-03-08 Thread Brenda Butler
The patches are independent and can be applied in any order. I will change my process, to use send-email in separate invocations for unrelated patches, so the patches are more obviously independent. Sorry for the misleading submission. Thanks for feedback. I will resubmit the patches. bjb On T

Re: [PATCH net-next 1/1] tools: tc-testing: Can refer to $TESTID in test spec

2018-03-08 Thread David Miller
From: "Brenda J. Butler" Date: Wed, 7 Mar 2018 09:27:15 -0500 > At debug level 5 or above, the test script will pause just before > the post_suite functions are called. This allows the tester to > inspect the system before it is torn down. I've asked for changes in that patch, which means this

[PATCH net-next 1/1] tools: tc-testing: Can refer to $TESTID in test spec

2018-03-07 Thread Brenda J. Butler
At debug level 5 or above, the test script will pause just before the post_suite functions are called. This allows the tester to inspect the system before it is torn down. When processing the commands in the test cases, substitute the test id for $TESTID. This helps to make more flexible tests.