aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJulius Bünger <buenger@mytum.de>2019-07-07 22:34:00 +0200
committerJulius Bünger <buenger@mytum.de>2019-07-07 22:34:51 +0200
commit9a1b68eb61189276e5cb862cd78bf6128da0d007 (patch)
tree754c4bf7012c123cd8b70ce52283de204c38d769 /src
parenta8e3a109f326b583318257f8d2bec9b21fbab204 (diff)
downloadgnunet-9a1b68eb61189276e5cb862cd78bf6128da0d007.tar.gz
gnunet-9a1b68eb61189276e5cb862cd78bf6128da0d007.zip
TNG testing: Add config files
Diffstat (limited to 'src')
-rw-r--r--src/transport/test_communicator_1.conf23
-rw-r--r--src/transport/test_communicator_2.conf23
2 files changed, 46 insertions, 0 deletions
diff --git a/src/transport/test_communicator_1.conf b/src/transport/test_communicator_1.conf
new file mode 100644
index 000000000..af221e1d3
--- /dev/null
+++ b/src/transport/test_communicator_1.conf
@@ -0,0 +1,23 @@
1@INLINE@ test_transport_defaults.conf
2
3[PATHS]
4GNUNET_TEST_HOME = $GNUNET_TMP/test-gnunetd-plugin-transport/
5
6[transport-tcp]
7PORT = 52400
8
9[transport-udp]
10PORT = 52401
11
12[transport]
13PORT = 60000
14UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-transport_test_1.sock
15
16[communicator-unix]
17UNIXPATH = $GNUNET_RUNTIME_DIR/test_gnunet-communicator-unix_1.sock
18
19[communicator-tcp]
20BINDTO = 60002
21
22[communicator-udp]
23BINDTO = 60002
diff --git a/src/transport/test_communicator_2.conf b/src/transport/test_communicator_2.conf
new file mode 100644
index 000000000..46a132648
--- /dev/null
+++ b/src/transport/test_communicator_2.conf
@@ -0,0 +1,23 @@
1@INLINE@ test_transport_defaults.conf
2
3[PATHS]
4GNUNET_TEST_HOME = $GNUNET_TMP/test-gnunetd-plugin-transport/
5
6[transport-tcp]
7PORT = 52400
8
9[transport-udp]
10PORT = 52401
11
12[transport]
13PORT = 60001
14UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-transport_test_2.sock
15
16[communicator-unix]
17UNIXPATH = $GNUNET_RUNTIME_DIR/test_gnunet-communicator-unix_2.sock
18
19[communicator-tcp]
20BINDTO = 60003
21
22[communicator-udp]
23BINDTO = 60003