aboutsummaryrefslogtreecommitdiff
path: root/src/integration-tests
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2013-12-17 13:19:58 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2013-12-17 13:19:58 +0000
commit5a6d7a9c5c625ae2308b966a88de824bec514a6b (patch)
tree7983ea0ea690610e6f349b8b6aa74e3cfe8e1822 /src/integration-tests
parent3d42e3548d86c3dd6f65a9c69fa99bcdb3072ecd (diff)
downloadgnunet-5a6d7a9c5c625ae2308b966a88de824bec514a6b.tar.gz
gnunet-5a6d7a9c5c625ae2308b966a88de824bec514a6b.zip
UNIX Path
Diffstat (limited to 'src/integration-tests')
-rw-r--r--src/integration-tests/confs/c_bootstrap_server.conf10
-rw-r--r--src/integration-tests/confs/c_no_nat_client.conf7
2 files changed, 16 insertions, 1 deletions
diff --git a/src/integration-tests/confs/c_bootstrap_server.conf b/src/integration-tests/confs/c_bootstrap_server.conf
index 064ac619e..f6bd4a439 100644
--- a/src/integration-tests/confs/c_bootstrap_server.conf
+++ b/src/integration-tests/confs/c_bootstrap_server.conf
@@ -56,6 +56,16 @@ ADVERTISED_PORT = 20010
56[transport-udp] 56[transport-udp]
57PORT = 20009 57PORT = 20009
58 58
59[gns]
60UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-gns-15
61PORT = 20018
62
63[dv]
64UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-dv-16
65PORT = 20019
66
67
68
59[hostlist] 69[hostlist]
60OPTIONS = -p 70OPTIONS = -p
61SERVERs = 71SERVERs =
diff --git a/src/integration-tests/confs/c_no_nat_client.conf b/src/integration-tests/confs/c_no_nat_client.conf
index f03e118d8..f26925265 100644
--- a/src/integration-tests/confs/c_no_nat_client.conf
+++ b/src/integration-tests/confs/c_no_nat_client.conf
@@ -108,7 +108,12 @@ WORKBITS = 22
108PORT = 20033 108PORT = 20033
109 109
110[gns] 110[gns]
111AUTOSTART = YES 111UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-gns-35
112PORT = 20038
113
114[dv]
115UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-dv-36
116PORT = 20039
112 117
113[transport-http] 118[transport-http]
114PORT = 20026 119PORT = 20026