summaryrefslogtreecommitdiff
path: root/src/integration-tests/confs
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2011-12-09 14:48:25 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2011-12-09 14:48:25 +0000
commit3edb9f0c49a95493e67549e5ccb2016782c5b17c (patch)
tree52d1c6b81971899403038827927da1f9250f480e /src/integration-tests/confs
parenta7acd081b77cb34147578be4cab5e9e0ad0a69c3 (diff)
downloadgnunet-3edb9f0c49a95493e67549e5ccb2016782c5b17c.tar.gz
gnunet-3edb9f0c49a95493e67549e5ccb2016782c5b17c.zip
first test ready
Diffstat (limited to 'src/integration-tests/confs')
-rw-r--r--src/integration-tests/confs/c_bootstrap_server.conf2
-rw-r--r--src/integration-tests/confs/c_no_nat_client.conf2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/integration-tests/confs/c_bootstrap_server.conf b/src/integration-tests/confs/c_bootstrap_server.conf
index 2d20e08a6..372ad8ac5 100644
--- a/src/integration-tests/confs/c_bootstrap_server.conf
+++ b/src/integration-tests/confs/c_bootstrap_server.conf
@@ -262,7 +262,7 @@ CONFIG = $DEFAULTCONFIG
262BINARY = gnunet-service-arm 262BINARY = gnunet-service-arm
263ACCEPT_FROM = 127.0.0.1; 263ACCEPT_FROM = 127.0.0.1;
264ACCEPT_FROM6 = ::1; 264ACCEPT_FROM6 = ::1;
265DEFAULTSERVICES = topology hostlist 265DEFAULTSERVICES = topology hostlist fs
266UNIXPATH = /tmp/test-service-arm-4 266UNIXPATH = /tmp/test-service-arm-4
267UNIX_MATCH_UID = YES 267UNIX_MATCH_UID = YES
268UNIX_MATCH_GID = YES 268UNIX_MATCH_GID = YES
diff --git a/src/integration-tests/confs/c_no_nat_client.conf b/src/integration-tests/confs/c_no_nat_client.conf
index e103ba8fe..5e9e68465 100644
--- a/src/integration-tests/confs/c_no_nat_client.conf
+++ b/src/integration-tests/confs/c_no_nat_client.conf
@@ -263,7 +263,7 @@ CONFIG = $DEFAULTCONFIG
263BINARY = gnunet-service-arm 263BINARY = gnunet-service-arm
264ACCEPT_FROM = 127.0.0.1; 264ACCEPT_FROM = 127.0.0.1;
265ACCEPT_FROM6 = ::1; 265ACCEPT_FROM6 = ::1;
266DEFAULTSERVICES = topology hostlist 266DEFAULTSERVICES = topology hostlist fs
267UNIXPATH = /tmp/test-service-arm-18 267UNIXPATH = /tmp/test-service-arm-18
268UNIX_MATCH_UID = YES 268UNIX_MATCH_UID = YES
269UNIX_MATCH_GID = YES 269UNIX_MATCH_GID = YES