From e332dae5762158abaf7e165303a9692d6a55e6f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20D=C3=A9saulniers?= <rostydela@gmail.com> Date: Wed, 20 Jan 2016 14:25:30 -0500 Subject: [PATCH] python: insert test show entries for each prefix --- python/tools/dht/tests.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/python/tools/dht/tests.py b/python/tools/dht/tests.py index 9e46b8a4..c2d016db 100644 --- a/python/tools/dht/tests.py +++ b/python/tools/dht/tests.py @@ -322,6 +322,9 @@ class PhtTest(FeatureTest): all_entries[PhtTest.prefix] = [e.__str__() for e in PhtTest.indexEntries] + for p in all_entries.keys(): + DhtNetwork.log('All entries under prefix', p, ':') + DhtNetwork.log(all_entries[p]) PhtTest.drawTrie(all_entries) -- GitLab