aboutsummaryrefslogtreecommitdiff
path: root/src/integration-tests/confs/c_normal_client_tcp_udp_http.conf
diff options
context:
space:
mode:
Diffstat (limited to 'src/integration-tests/confs/c_normal_client_tcp_udp_http.conf')
-rw-r--r--src/integration-tests/confs/c_normal_client_tcp_udp_http.conf22
1 files changed, 11 insertions, 11 deletions
diff --git a/src/integration-tests/confs/c_normal_client_tcp_udp_http.conf b/src/integration-tests/confs/c_normal_client_tcp_udp_http.conf
index 7b01fc9a3..5a70d9d4c 100644
--- a/src/integration-tests/confs/c_normal_client_tcp_udp_http.conf
+++ b/src/integration-tests/confs/c_normal_client_tcp_udp_http.conf
@@ -1,39 +1,39 @@
1@INLINE@ confs/test_defaults.conf 1@INLINE@ confs/test_defaults.conf
2 2
3[arm] 3[arm]
4UNIXPATH = /tmp/test-service-arm-46 4UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-arm-46
5PORT = 20058 5PORT = 20058
6 6
7[lockmanager] 7[lockmanager]
8AUTOSTART = YES 8AUTOSTART = YES
9 9
10[core] 10[core]
11UNIXPATH = /tmp/test-service-core-45 11UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-core-45
12PORT = 20057 12PORT = 20057
13 13
14[ats] 14[ats]
15UNIXPATH = /tmp/test-service-ats-51 15UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-ats-51
16PORT = 20066 16PORT = 20066
17 17
18[datastore] 18[datastore]
19UNIXPATH = /tmp/test-service-datastore-53 19UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-datastore-53
20PORT = 20068 20PORT = 20068
21 21
22[resolver] 22[resolver]
23UNIXPATH = /tmp/test-service-resolver-56 23UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-resolver-56
24PORT = 20071 24PORT = 20071
25 25
26[dht] 26[dht]
27UNIXPATH = /tmp/test-service-dht-43 27UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-dht-43
28PORT = 20054 28PORT = 20054
29 29
30[fs] 30[fs]
31UNIXPATH = /tmp/test-service-fs-48 31UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-fs-48
32PORT = 20059 32PORT = 20059
33 33
34[transport] 34[transport]
35PLUGINS = tcp udp http 35PLUGINS = tcp udp http
36UNIXPATH = /tmp/test-service-transport-50 36UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-transport-50
37PORT = 20065 37PORT = 20065
38 38
39[transport-tcp] 39[transport-tcp]
@@ -44,10 +44,10 @@ ADVERTISED_PORT = 20064
44PORT = 0 44PORT = 0
45 45
46[dv] 46[dv]
47UNIXPATH = /tmp/test-service-dv-b_c_normal_client_tcp_udp_http 47UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-dv-b_c_normal_client_tcp_udp_http
48 48
49[peerinfo] 49[peerinfo]
50UNIXPATH = /tmp/test-service-peerinfo-52 50UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-peerinfo-52
51USE_INCLUDED_HELLOS = YES 51USE_INCLUDED_HELLOS = YES
52PORT = 20067 52PORT = 20067
53 53
@@ -55,7 +55,7 @@ PORT = 20067
55GNUNET_TEST_HOME = /tmp/c_normal_client 55GNUNET_TEST_HOME = /tmp/c_normal_client
56 56
57[nse] 57[nse]
58UNIXPATH = /tmp/test-service-nse-54 58UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-nse-54
59PORT = 20069 59PORT = 20069
60 60
61[transport-http] 61[transport-http]