Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-09-01 | [tests] fixups from set_test_params() | John Newbery | |
2017-09-01 | [tests] Functional tests must explicitly set num_nodes | John Newbery | |
2017-09-01 | [tests] don't override __init__() in individual tests | John Newbery | |
Almost all test scripts currently need to override the __init__() method. When they do that they need to call into super().__init__() as the base class does some generic initialization. This commit makes the base class __init__() call into set_test_params() method. Individual test cases can override set_test_params() to setup their test parameters. | |||
2017-08-17 | qa: Move wait_until to util | MarcoFalke | |
2017-08-16 | Merge #10705: Trivial: spelling fixes | MarcoFalke | |
f42fc1d50 doc: spelling fixes (klemens) Pull request description: patch contains some spelling fixes ( just in comments ) as found by a bot ( http://www.misfix.org, https://github.com/ka7/misspell_fixer ). Tree-SHA512: ba6046cfcd81b0783420daae7d776be92dd7b85a593e212f8f1b4403aca9b1b6af12cef7080d4ea5ed4a14952fd25e4300109a59c414e08f5395cdb9947bb750 | |||
2017-08-16 | doc: spelling fixes | klemens | |
2017-08-10 | qa: Fix inv race in example_test | MarcoFalke | |
2017-06-27 | [tests] add example test | John Newbery | |