Skip to content

Commit 61b8f7f

Browse files
committed
[tests] Rename p2p_* functional tests.
1 parent 90600bc commit 61b8f7f

15 files changed

+16
-16
lines changed

test/functional/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ start the networking thread. (Continue with the test logic in your existing
8787
thread.)
8888

8989
- Can be used to write tests where specific P2P protocol behavior is tested.
90-
Examples tests are `p2p-acceptblock.py`, `p2p-compactblocks.py`.
90+
Examples tests are `p2p_unrequested_blocks.py`, `p2p_compactblocks.py`.
9191

9292
#### Comptool
9393

@@ -133,7 +133,7 @@ Each `TestInstance` consists of:
133133
acceptance is tested against the given outcome.
134134

135135
- For examples of tests written in this framework, see
136-
`invalidblockrequest.py` and `feature_block.py`.
136+
`p2p_invalid_block.py` and `feature_block.py`.
137137

138138
### test-framework modules
139139

File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)