Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tests: Update driver to pass test_wrapper argument | Amitay Isaacs | 2018-11-15 | 1 | -2/+8 |
| | | | | Signed-off-by: Amitay Isaacs <amitay@ozlabs.org> | ||||
* | tests: Update test driver with more features | Amitay Isaacs | 2018-09-07 | 1 | -0/+46 |
| | | | | | | | | | | | | | | | test_setup - Register hooks to be called before running tests test_cleanup - Register hooks to be called after running tests test_result - Will only match the output on stdout test_result_stderr - Match the output on stderr Following functions can be overriden. test_wrapper - To run test commands in a special context result_filter - To match varying output (typically using sed) Signed-off-by: Amitay Isaacs <amitay@ozlabs.org> | ||||
* | tests: Add simple shell test drivers | Amitay Isaacs | 2018-08-13 | 1 | -0/+38 |
Signed-off-by: Amitay Isaacs <amitay@ozlabs.org> |