latest.ipv8.test.dht.base

Module Contents

Classes

TestDHTBase

Extension to TestBase that provides common DHT shortcuts.

Attributes

OT

latest.ipv8.test.dht.base.OT
class latest.ipv8.test.dht.base.TestDHTBase(methodName: str = 'runTest')

Bases: latest.ipv8.test.base.TestBase[OT]

Extension to TestBase that provides common DHT shortcuts.

dht_node(i: int) latest.ipv8.dht.routing.Node

Get the node instance of node i.

routing_table(i: int) latest.ipv8.dht.routing.RoutingTable

Get the routing table of node i.

storage(i: int) latest.ipv8.dht.storage.Storage

Get the storage of node i.

my_node_id(i: int) bytes

Get the DHT node id of node i.