aboutsummaryrefslogtreecommitdiff
path: root/src/integration-tests
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-02-13 23:48:48 +0100
committerChristian Grothoff <christian@grothoff.org>2019-02-13 23:48:48 +0100
commit9188dd31aac92b19d931e42f699ac35471970cb2 (patch)
treeb4dd249753924b78139104f594f1f5f4c67c362b /src/integration-tests
parenta2de1176e7872185a8a6b0ce7cbc93bf30f0b395 (diff)
downloadgnunet-9188dd31aac92b19d931e42f699ac35471970cb2.tar.gz
gnunet-9188dd31aac92b19d931e42f699ac35471970cb2.zip
use disjoint UNIXPATHs and PORT for NAT
Diffstat (limited to 'src/integration-tests')
-rw-r--r--src/integration-tests/confs/c_bootstrap_server.conf3
-rw-r--r--src/integration-tests/confs/c_nat_client.conf3
-rw-r--r--src/integration-tests/confs/c_no_nat_client.conf3
-rw-r--r--src/integration-tests/confs/c_no_nat_client_2.conf3
4 files changed, 8 insertions, 4 deletions
diff --git a/src/integration-tests/confs/c_bootstrap_server.conf b/src/integration-tests/confs/c_bootstrap_server.conf
index 0087d8131..b2fd06a37 100644
--- a/src/integration-tests/confs/c_bootstrap_server.conf
+++ b/src/integration-tests/confs/c_bootstrap_server.conf
@@ -23,7 +23,8 @@ SERVERs =
23[nat] 23[nat]
24BEHIND_NAT = NO 24BEHIND_NAT = NO
25DISABLEV6 = NO 25DISABLEV6 = NO
26 26UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-nat-4
27PORT = 20070
27 28
28[arm] 29[arm]
29UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-arm-4 30UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-arm-4
diff --git a/src/integration-tests/confs/c_nat_client.conf b/src/integration-tests/confs/c_nat_client.conf
index 8ec2c60a0..c25a553fa 100644
--- a/src/integration-tests/confs/c_nat_client.conf
+++ b/src/integration-tests/confs/c_nat_client.conf
@@ -25,7 +25,8 @@ SERVERS = http://localhost:8080/
25[nat] 25[nat]
26BEHIND_NAT = YES 26BEHIND_NAT = YES
27DISABLEV6 = NO 27DISABLEV6 = NO
28 28UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-nat-46
29PORT = 20071
29 30
30[arm] 31[arm]
31UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-arm-46 32UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-arm-46
diff --git a/src/integration-tests/confs/c_no_nat_client.conf b/src/integration-tests/confs/c_no_nat_client.conf
index 16e514b96..8df66f299 100644
--- a/src/integration-tests/confs/c_no_nat_client.conf
+++ b/src/integration-tests/confs/c_no_nat_client.conf
@@ -21,7 +21,8 @@ SERVERS = http://localhost:8080/
21[nat] 21[nat]
22BEHIND_NAT = NO 22BEHIND_NAT = NO
23DISABLEV6 = NO 23DISABLEV6 = NO
24 24UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-nat-18
25PORT = 20072
25 26
26[arm] 27[arm]
27UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-arm-18 28UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-arm-18
diff --git a/src/integration-tests/confs/c_no_nat_client_2.conf b/src/integration-tests/confs/c_no_nat_client_2.conf
index cd952e36c..4c8080c67 100644
--- a/src/integration-tests/confs/c_no_nat_client_2.conf
+++ b/src/integration-tests/confs/c_no_nat_client_2.conf
@@ -26,7 +26,8 @@ SERVERS = http://localhost:8080/
26[nat] 26[nat]
27BEHIND_NAT = NO 27BEHIND_NAT = NO
28DISABLEV6 = NO 28DISABLEV6 = NO
29 29PORT = 20073
30UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-nat-18
30 31
31[arm] 32[arm]
32UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-arm-18 33UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-arm-18