|
3 | 3 | "package_name": "algod_client", |
4 | 4 | "version": "0.5", |
5 | 5 | "suite": { |
6 | | - "GET debug_settings_config": { |
7 | | - "desc": "Tests for the /debug/settings/config endpoint", |
8 | | - "groups": ["Common Tests"] |
9 | | - }, |
10 | | - "GET debug_settings_pprof": { |
11 | | - "desc": "Tests for the /debug/settings/pprof endpoint", |
12 | | - "groups": ["Common Tests"] |
13 | | - }, |
14 | | - "PUT debug_settings_pprof": { |
15 | | - "desc": "Tests for the /debug/settings/pprof endpoint", |
16 | | - "groups": ["Common Tests"] |
17 | | - }, |
18 | 6 | "GET genesis": { |
19 | 7 | "desc": "Tests for the /genesis endpoint", |
20 | 8 | "groups": ["Common Tests"] |
|
23 | 11 | "desc": "Tests for the /health endpoint", |
24 | 12 | "groups": ["Common Tests"] |
25 | 13 | }, |
26 | | - "GET metrics": { |
27 | | - "desc": "Tests for the /metrics endpoint", |
28 | | - "groups": ["Common Tests"] |
29 | | - }, |
30 | 14 | "GET ready": { |
31 | 15 | "desc": "Tests for the /ready endpoint", |
32 | 16 | "groups": ["Common Tests"] |
33 | 17 | }, |
34 | | - "GET swagger_json": { |
35 | | - "desc": "Tests for the /swagger.json endpoint", |
36 | | - "groups": ["Common Tests"] |
37 | | - }, |
38 | 18 | "GET v2_accounts_ADDRESS": { |
39 | 19 | "desc": "Tests for the /v2/accounts/{address} endpoint", |
40 | 20 | "groups": ["Common Tests"] |
|
43 | 23 | "desc": "Tests for the /v2/accounts/{address}/applications/{application-id} endpoint", |
44 | 24 | "groups": ["Common Tests"] |
45 | 25 | }, |
46 | | - "GET v2_accounts_ADDRESS_assets": { |
47 | | - "desc": "Tests for the /v2/accounts/{address}/assets endpoint", |
48 | | - "groups": ["Common Tests"] |
49 | | - }, |
50 | 26 | "GET v2_accounts_ADDRESS_assets_ASSET-ID": { |
51 | 27 | "desc": "Tests for the /v2/accounts/{address}/assets/{asset-id} endpoint", |
52 | 28 | "groups": ["Common Tests"] |
|
83 | 59 | "desc": "Tests for the /v2/blocks/{round}/lightheader/proof endpoint", |
84 | 60 | "groups": ["Common Tests"] |
85 | 61 | }, |
86 | | - "GET v2_blocks_ROUND_logs": { |
87 | | - "desc": "Tests for the /v2/blocks/{round}/logs endpoint", |
88 | | - "groups": ["Common Tests"] |
89 | | - }, |
90 | 62 | "GET v2_blocks_ROUND_transactions_TXID_proof": { |
91 | 63 | "desc": "Tests for the /v2/blocks/{round}/transactions/{txid}/proof endpoint", |
92 | 64 | "groups": ["Common Tests"] |
|
143 | 115 | "desc": "Tests for the /v2/ledger/sync/{round} endpoint", |
144 | 116 | "groups": ["Common Tests"] |
145 | 117 | }, |
146 | | - "POST v2_participation": { |
147 | | - "desc": "Tests for the /v2/participation endpoint", |
148 | | - "groups": ["Common Tests"] |
149 | | - }, |
150 | | - "GET v2_participation": { |
151 | | - "desc": "Tests for the /v2/participation endpoint", |
152 | | - "groups": ["Common Tests"] |
153 | | - }, |
154 | | - "POST v2_participation_generate_ADDRESS": { |
155 | | - "desc": "Tests for the /v2/participation/generate/{address} endpoint", |
156 | | - "groups": ["Common Tests"] |
157 | | - }, |
158 | | - "POST v2_participation_PARTICIPATION-ID": { |
159 | | - "desc": "Tests for the /v2/participation/{participation-id} endpoint", |
160 | | - "groups": ["Common Tests"] |
161 | | - }, |
162 | | - "GET v2_participation_PARTICIPATION-ID": { |
163 | | - "desc": "Tests for the /v2/participation/{participation-id} endpoint", |
164 | | - "groups": ["Common Tests"] |
165 | | - }, |
166 | | - "DELETE v2_participation_PARTICIPATION-ID": { |
167 | | - "desc": "Tests for the /v2/participation/{participation-id} endpoint", |
168 | | - "groups": ["Common Tests"] |
169 | | - }, |
170 | 118 | "POST v2_shutdown": { |
171 | 119 | "desc": "Tests for the /v2/shutdown endpoint", |
172 | 120 | "groups": ["Common Tests"] |
|
0 commit comments