2.13.ipv8.test.dht.base

Module Contents

Classes

Attributes

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

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

Extension to TestBase that provides common DHT shortcuts.

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

Get the node instance of node i.

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

Get the routing table of node i.

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

Get the storage of node i.

my_node_id(i: int) bytes

Get the DHT node id of node i.