aboutsummaryrefslogtreecommitdiff
path: root/src/hostlist
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-12-16 21:28:24 +0000
committerChristian Grothoff <christian@grothoff.org>2014-12-16 21:28:24 +0000
commitccf6f34ed713d2b9f2aa99341153e480cdbcece1 (patch)
treee63d32383aa5c4014485a03500ecb52606843ff1 /src/hostlist
parentbf36352bcdb8eeee76e63604a8ef74a61f899b43 (diff)
downloadgnunet-ccf6f34ed713d2b9f2aa99341153e480cdbcece1.tar.gz
gnunet-ccf6f34ed713d2b9f2aa99341153e480cdbcece1.zip
-hostlist tests need topology
Diffstat (limited to 'src/hostlist')
-rw-r--r--src/hostlist/test_gnunet_daemon_hostlist_peer1.conf4
-rw-r--r--src/hostlist/test_gnunet_daemon_hostlist_peer2.conf4
-rw-r--r--src/hostlist/test_learning_adv_peer.conf3
-rw-r--r--src/hostlist/test_learning_learn_peer.conf3
-rw-r--r--src/hostlist/test_learning_learn_peer2.conf3
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
33HTTPPORT = 12980 33HTTPPORT = 12980
34HOSTLISTFILE = hostlists_peer1.file 34HOSTLISTFILE = hostlists_peer1.file
35OPTIONS = -b -p 35OPTIONS = -b -p
36SERVERS = http://localhost:12981/ 36SERVERS = http://localhost:22981/
37FORCESTART = YES 37FORCESTART = YES
38 38
39[ats] 39[ats]
40PORT = 12971 40PORT = 12971
41UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-p1-service-ats.sock 41UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-p1-service-ats.sock
42 42
43[topology]
44FORCESTART = 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
30UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-p2-service-core.sock 30UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-p2-service-core.sock
31 31
32[hostlist] 32[hostlist]
33HTTPPORT = 12981 33HTTPPORT = 22981
34HOSTLISTFILE = hostlists_peer2.file 34HOSTLISTFILE = hostlists_peer2.file
35OPTIONS = -b -p 35OPTIONS = -b -p
36SERVERS = http://localhost:12980/ 36SERVERS = http://localhost:12980/
@@ -40,3 +40,5 @@ FORCESTART = YES
40PORT = 22971 40PORT = 22971
41UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-p2-service-ats.sock 41UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-p2-service-ats.sock
42 42
43[topology]
44FORCESTART = 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
40[ats] 40[ats]
41PORT = 22971 41PORT = 22971
42UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-ats-p2-service-core.sock 42UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-ats-p2-service-core.sock
43
44[topology]
45FORCESTART = 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
39[ats] 39[ats]
40PORT = 12971 40PORT = 12971
41UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-ats-p1-service-core.sock 41UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-ats-p1-service-core.sock
42
43[topology]
44FORCESTART = 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
35OPTIONS = -b -e 35OPTIONS = -b -e
36SERVERS = http://localhost:12981/ 36SERVERS = http://localhost:12981/
37FORCESTART = YES 37FORCESTART = YES
38
39[topology]
40FORCESTART = YES