CONFIG = $DEFAULTCONFIG
BINARY = gnunet-daemon-hostlist
OPTIONS = -b
-SERVERS = http://v9.gnunet.org:58080/
+SERVERS = http://localhost:8080/
HTTP-PROXY =
[core]
#server.expect ("stdout", re.compile (r""))
test = server.read("stdout", 10240)
if (test.find(str(value)) == -1):
- return value
+ return -1
else:
return value
#definitions
testname = "test_integration_clique_nat"
-verbose = False
+verbose = True
check_timeout = 120
def success_connect_cont (check):
+ check.eval(False)
check_disconnect_server ()