From 729863758c285574a8887d2990ce282f7f422e7c 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 f35a2138..8c63fc24 100644 --- a/python/tools/dht/tests.py +++ b/python/tools/dht/tests.py @@ -291,6 +291,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