aboutsummaryrefslogtreecommitdiff
path: root/src/dht/test_dht_tools.py.in
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-12-16 23:11:22 +0000
committerChristian Grothoff <christian@grothoff.org>2014-12-16 23:11:22 +0000
commitd3b5cece9a39bdbc3c1db2a68901938b430ec1b9 (patch)
tree87d347eea79b4a94bc196965cdda5a4ef589c5e2 /src/dht/test_dht_tools.py.in
parent80f9251063c14ebbb087d042ad64a178b17d1995 (diff)
downloadgnunet-d3b5cece9a39bdbc3c1db2a68901938b430ec1b9.tar.gz
gnunet-d3b5cece9a39bdbc3c1db2a68901938b430ec1b9.zip
-simplify tools test
Diffstat (limited to 'src/dht/test_dht_tools.py.in')
-rw-r--r--src/dht/test_dht_tools.py.in4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/dht/test_dht_tools.py.in b/src/dht/test_dht_tools.py.in
index 1c6bdea18..2fb611576 100644
--- a/src/dht/test_dht_tools.py.in
+++ b/src/dht/test_dht_tools.py.in
@@ -98,10 +98,6 @@ def print_only_failer (command, rc, stdo, stde, normal):
98 98
99shutil.copyfile ('test_dht_api_peer1.conf', tempcfg) 99shutil.copyfile ('test_dht_api_peer1.conf', tempcfg)
100 100
101print ("TEST: Generating hostkey...", end='')
102r_pif ([], failer = print_only_failer)
103print ("PASS")
104
105print ("TEST: Starting ARM...", end='') 101print ("TEST: Starting ARM...", end='')
106r_arm (['-s'], failer = end_arm_failer, want_stdo = False, want_stde = False) 102r_arm (['-s'], failer = end_arm_failer, want_stdo = False, want_stde = False)
107print ("PASS") 103print ("PASS")