3.0.ipv8.test.dht.test_churn ============================ .. py:module:: 3.0.ipv8.test.dht.test_churn Classes ------- .. autoapisummary:: 3.0.ipv8.test.dht.test_churn.TestPingChurn Module Contents --------------- .. py:class:: TestPingChurn Bases: :py:obj:`3.0.ipv8.test.dht.base.TestDHTBase`\ [\ :py:obj:`3.0.ipv8.dht.community.DHTCommunity`\ ] Tests for pinging nodes in the DHT community. .. py:method:: setUp() -> None Create two nodes with a ping churn strategy. .. py:method:: test_ping_all() -> None :async: Check if a failed node without a previous response is pinged and if it responds. .. py:method:: test_ping_all_skip() -> None :async: Check if a failed node that recently responded is not spammed with a ping.