From: Matthias Wachs Date: Tue, 17 Dec 2013 13:19:58 +0000 (+0000) Subject: UNIX Path X-Git-Tag: initial-import-from-subversion-38251~5386 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=5a6d7a9c5c625ae2308b966a88de824bec514a6b;p=oweals%2Fgnunet.git UNIX Path --- 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