Skip to content

Commit

Permalink
integration tests: add option -A (#234)
Browse files Browse the repository at this point in the history
  • Loading branch information
lupin012 authored Aug 12, 2024
1 parent 987b7a3 commit 56fc17b
Show file tree
Hide file tree
Showing 2 changed files with 121 additions and 130 deletions.
3 changes: 2 additions & 1 deletion integration/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ Launch an automated test sequence on Silkworm RpcDaemon (aka Silkrpc) or Erigon
-d,--compare-erigon-rpcdaemon: send requests also to the reference daemon e.g.: Erigon RpcDaemon
-T,--transport_type: <http,http_comp,websocket,websocket_comp>
-k,--jwt: authentication token file
-a,--api-list: <apis>: run all tests of the specified API (e.g.: eth_call,eth_getLogs,debug_)
-a,--api-list: <apis>: run all tests of the specified API that contains string (e.g.: eth_,debug_)
-A,--api-list: <apis>: run all tests of the specified API that match full name (e.g.: eth_call,eth_getLogs)
-x,--exclude-api-list: exclude API list (e.g.: txpool_content,txpool_status,engine_)
-X,--exclude-test-list: exclude test list (e.g.: 18,22)
-o,--dump-response: dump JSON RPC response
Expand Down
Loading

0 comments on commit 56fc17b

Please sign in to comment.