Browse Source

M test/daemontest_d/ut_rpc.py

The MMGen Project 2 weeks ago
parent
commit
ef2d8ae82d
1 changed files with 4 additions and 1 deletions
  1. 4 1
      test/daemontest_d/ut_rpc.py

+ 4 - 1
test/daemontest_d/ut_rpc.py

@@ -167,7 +167,7 @@ async def run_test(network_ids, test_cf_auth=False, daemon_ids=None, cfg_overrid
 
 class unit_tests:
 
-	altcoin_deps = ('ltc', 'bch', 'geth', 'erigon', 'parity', 'xmrwallet')
+	altcoin_deps = ('ltc', 'bch', 'geth', 'reth', 'erigon', 'parity', 'xmrwallet')
 	arm_skip = ('parity',) # no prebuilt binaries for ARM
 
 	async def btc(self, name, ut):
@@ -204,6 +204,9 @@ class unit_tests:
 				'eth_testnet_chain_names': ['goerli', 'holesky', 'foo', 'bar', 'baz'],
 		})
 
+	async def reth(self, name, ut):
+		return await run_test(['eth', 'eth_rt'], daemon_ids=['reth']) # TODO: eth_tn
+
 	async def erigon(self, name, ut):
 		return await run_test(['eth', 'eth_tn', 'eth_rt'], daemon_ids=['erigon'])