From 9a1b68eb61189276e5cb862cd78bf6128da0d007 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Julius=20B=C3=BCnger?= Date: Sun, 7 Jul 2019 22:34:00 +0200 Subject: [PATCH] TNG testing: Add config files --- src/transport/test_communicator_1.conf | 23 +++++++++++++++++++++++ src/transport/test_communicator_2.conf | 23 +++++++++++++++++++++++ 2 files changed, 46 insertions(+) create mode 100644 src/transport/test_communicator_1.conf create mode 100644 src/transport/test_communicator_2.conf 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 @@ +@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 index 000000000..46a132648 --- /dev/null +++ b/src/transport/test_communicator_2.conf @@ -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 -- 2.25.1