From 5a6d7a9c5c625ae2308b966a88de824bec514a6b Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Tue, 17 Dec 2013 13:19:58 +0000 Subject: [PATCH] UNIX Path --- src/integration-tests/confs/c_bootstrap_server.conf | 10 ++++++++++ src/integration-tests/confs/c_no_nat_client.conf | 7 ++++++- 2 files changed, 16 insertions(+), 1 deletion(-) 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 [transport-udp] PORT = 20009 +[gns] +UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-gns-15 +PORT = 20018 + +[dv] +UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-dv-16 +PORT = 20019 + + + [hostlist] OPTIONS = -p SERVERs = 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 PORT = 20033 [gns] -AUTOSTART = YES +UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-gns-35 +PORT = 20038 + +[dv] +UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-dv-36 +PORT = 20039 [transport-http] PORT = 20026 -- 2.25.1