Skip to content
Snippets Groups Projects
Commit e332dae5 authored by Simon Désaulniers's avatar Simon Désaulniers Committed by Adrien Béraud
Browse files

python: insert test show entries for each prefix

parent 727fd4e9
No related branches found
No related tags found
No related merge requests found
...@@ -322,6 +322,9 @@ class PhtTest(FeatureTest): ...@@ -322,6 +322,9 @@ class PhtTest(FeatureTest):
all_entries[PhtTest.prefix] = [e.__str__() all_entries[PhtTest.prefix] = [e.__str__()
for e in PhtTest.indexEntries] 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) PhtTest.drawTrie(all_entries)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment