gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnunet] branch master updated: -add test configs


From: gnunet
Subject: [gnunet] branch master updated: -add test configs
Date: Tue, 23 Feb 2021 11:44:06 +0100

This is an automated email from the git hooks/post-receive script.

martin-schanzenbach pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new d08924400 -add test configs
d08924400 is described below

commit d08924400d0750c7d37b2959cd262937d3d57840
Author: Martin Schanzenbach <mschanzenbach@posteo.de>
AuthorDate: Tue Feb 23 11:42:47 2021 +0100

    -add test configs
---
 src/transport/test_transport_api2_tcp_peer1.conf | 19 +++++++++++++++++++
 src/transport/test_transport_api2_tcp_peer2.conf | 18 ++++++++++++++++++
 2 files changed, 37 insertions(+)

diff --git a/src/transport/test_transport_api2_tcp_peer1.conf 
b/src/transport/test_transport_api2_tcp_peer1.conf
new file mode 100644
index 000000000..5b5fcb55b
--- /dev/null
+++ b/src/transport/test_transport_api2_tcp_peer1.conf
@@ -0,0 +1,19 @@
+@INLINE@ template_cfg_peer1.conf
+[PATHS]
+GNUNET_TEST_HOME = $GNUNET_TMP/test-transport/api-tcp-p1/
+
+[transport]
+BINARY = gnunet-service-tng
+PLUGINS = tcp
+
+[communicator-tcp]
+BINARY = gnunet-communicator-tcp
+BINDTO = 60002
+DISABLE_V6 = YES
+IMMEDIATE_START = YES
+
+[peerstore]
+IMMEDIATE_START = YES
+
+#[transport]
+#PREFIX = valgrind
diff --git a/src/transport/test_transport_api2_tcp_peer2.conf 
b/src/transport/test_transport_api2_tcp_peer2.conf
new file mode 100644
index 000000000..42d7c7b7e
--- /dev/null
+++ b/src/transport/test_transport_api2_tcp_peer2.conf
@@ -0,0 +1,18 @@
+@INLINE@ template_cfg_peer2.conf
+[PATHS]
+GNUNET_TEST_HOME = $GNUNET_TMP/test-transport/api-tcp-p2/
+
+[transport]
+BINARY = gnunet-service-tng
+
+[communicator-tcp]
+BINARY = gnunet-communicator-tcp
+BINDTO = 60003
+DISABLE_V6 = YES
+IMMEDIATE_START = YES
+
+[peerstore]
+IMMEDIATE_START = YES
+
+#[transport]
+#PREFIX = valgrind

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]