TNG testing: Add config files
authorJulius Bünger <buenger@mytum.de>
Sun, 7 Jul 2019 20:34:00 +0000 (22:34 +0200)
committerJulius Bünger <buenger@mytum.de>
Sun, 7 Jul 2019 20:34:51 +0000 (22:34 +0200)
src/transport/test_communicator_1.conf [new file with mode: 0644]
src/transport/test_communicator_2.conf [new file with mode: 0644]

diff --git a/src/transport/test_communicator_1.conf b/src/transport/test_communicator_1.conf
new file mode 100644 (file)
index 0000000..af221e1
--- /dev/null
@@ -0,0 +1,23 @@
+@INLINE@ test_transport_defaults.conf
+
+[PATHS]
+GNUNET_TEST_HOME = $GNUNET_TMP/test-gnunetd-plugin-transport/
+
+[transport-tcp]
+PORT = 52400
+
+[transport-udp]
+PORT = 52401
+
+[transport]
+PORT = 60000
+UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-transport_test_1.sock
+
+[communicator-unix]
+UNIXPATH = $GNUNET_RUNTIME_DIR/test_gnunet-communicator-unix_1.sock
+
+[communicator-tcp]
+BINDTO = 60002
+
+[communicator-udp]
+BINDTO = 60002
diff --git a/src/transport/test_communicator_2.conf b/src/transport/test_communicator_2.conf
new file mode 100644 (file)
index 0000000..46a1326
--- /dev/null
@@ -0,0 +1,23 @@
+@INLINE@ test_transport_defaults.conf
+
+[PATHS]
+GNUNET_TEST_HOME = $GNUNET_TMP/test-gnunetd-plugin-transport/
+
+[transport-tcp]
+PORT = 52400
+
+[transport-udp]
+PORT = 52401
+
+[transport]
+PORT = 60001
+UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-transport_test_2.sock
+
+[communicator-unix]
+UNIXPATH = $GNUNET_RUNTIME_DIR/test_gnunet-communicator-unix_2.sock
+
+[communicator-tcp]
+BINDTO = 60003
+
+[communicator-udp]
+BINDTO = 60003