[tests] Rename p2p_* functional tests.

This commit is contained in:
Anthony Towns
2018-01-25 09:44:29 +10:00
parent 90600bc7db
commit 61b8f7f273
15 changed files with 16 additions and 16 deletions

View File

@@ -87,7 +87,7 @@ start the networking thread. (Continue with the test logic in your existing
thread.)
- Can be used to write tests where specific P2P protocol behavior is tested.
Examples tests are `p2p-acceptblock.py`, `p2p-compactblocks.py`.
Examples tests are `p2p_unrequested_blocks.py`, `p2p_compactblocks.py`.
#### Comptool
@@ -133,7 +133,7 @@ Each `TestInstance` consists of:
acceptance is tested against the given outcome.
- For examples of tests written in this framework, see
`invalidblockrequest.py` and `feature_block.py`.
`p2p_invalid_block.py` and `feature_block.py`.
### test-framework modules