From ccf6f34ed713d2b9f2aa99341153e480cdbcece1 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 16 Dec 2014 21:28:24 +0000 Subject: -hostlist tests need topology --- src/hostlist/test_gnunet_daemon_hostlist_peer1.conf | 4 +++- src/hostlist/test_gnunet_daemon_hostlist_peer2.conf | 4 +++- src/hostlist/test_learning_adv_peer.conf | 3 +++ src/hostlist/test_learning_learn_peer.conf | 3 +++ src/hostlist/test_learning_learn_peer2.conf | 3 +++ 5 files changed, 15 insertions(+), 2 deletions(-) diff --git a/src/hostlist/test_gnunet_daemon_hostlist_peer1.conf b/src/hostlist/test_gnunet_daemon_hostlist_peer1.conf index af86e374c..6269a13fe 100644 --- a/src/hostlist/test_gnunet_daemon_hostlist_peer1.conf +++ b/src/hostlist/test_gnunet_daemon_hostlist_peer1.conf @@ -33,10 +33,12 @@ UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-p1-service-core.sock HTTPPORT = 12980 HOSTLISTFILE = hostlists_peer1.file OPTIONS = -b -p -SERVERS = http://localhost:12981/ +SERVERS = http://localhost:22981/ FORCESTART = YES [ats] PORT = 12971 UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-p1-service-ats.sock +[topology] +FORCESTART = YES \ No newline at end of file diff --git a/src/hostlist/test_gnunet_daemon_hostlist_peer2.conf b/src/hostlist/test_gnunet_daemon_hostlist_peer2.conf index 11d32cd1a..91df6a65d 100644 --- a/src/hostlist/test_gnunet_daemon_hostlist_peer2.conf +++ b/src/hostlist/test_gnunet_daemon_hostlist_peer2.conf @@ -30,7 +30,7 @@ PORT = 22970 UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-p2-service-core.sock [hostlist] -HTTPPORT = 12981 +HTTPPORT = 22981 HOSTLISTFILE = hostlists_peer2.file OPTIONS = -b -p SERVERS = http://localhost:12980/ @@ -40,3 +40,5 @@ FORCESTART = YES PORT = 22971 UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-p2-service-ats.sock +[topology] +FORCESTART = YES diff --git a/src/hostlist/test_learning_adv_peer.conf b/src/hostlist/test_learning_adv_peer.conf index 43db0992f..0b010ada1 100644 --- a/src/hostlist/test_learning_adv_peer.conf +++ b/src/hostlist/test_learning_adv_peer.conf @@ -40,3 +40,6 @@ FORCESTART = YES [ats] PORT = 22971 UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-ats-p2-service-core.sock + +[topology] +FORCESTART = YES diff --git a/src/hostlist/test_learning_learn_peer.conf b/src/hostlist/test_learning_learn_peer.conf index 3411d3e70..6675ba364 100644 --- a/src/hostlist/test_learning_learn_peer.conf +++ b/src/hostlist/test_learning_learn_peer.conf @@ -39,3 +39,6 @@ FORCESTART = YES [ats] PORT = 12971 UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-ats-p1-service-core.sock + +[topology] +FORCESTART = YES diff --git a/src/hostlist/test_learning_learn_peer2.conf b/src/hostlist/test_learning_learn_peer2.conf index de3e81271..6fd289e49 100644 --- a/src/hostlist/test_learning_learn_peer2.conf +++ b/src/hostlist/test_learning_learn_peer2.conf @@ -35,3 +35,6 @@ HOSTLISTFILE = hostlists_learn_peer2.file OPTIONS = -b -e SERVERS = http://localhost:12981/ FORCESTART = YES + +[topology] +FORCESTART = YES -- cgit v1.2.3