From 61375320041b2c11ef9c10c21239fd2e24692a9a Mon Sep 17 00:00:00 2001 From: t3sserakt Date: Sun, 1 Aug 2021 14:59:33 +0200 Subject: - added config files for netjail testing. removed unshare from netjail script --- src/transport/test_transport_api2_tcp_node1.conf | 23 +++++++++++++++++++++++ src/transport/test_transport_api2_tcp_node2.conf | 22 ++++++++++++++++++++++ 2 files changed, 45 insertions(+) create mode 100644 src/transport/test_transport_api2_tcp_node1.conf create mode 100644 src/transport/test_transport_api2_tcp_node2.conf (limited to 'src/transport') diff --git a/src/transport/test_transport_api2_tcp_node1.conf b/src/transport/test_transport_api2_tcp_node1.conf new file mode 100644 index 000000000..a867ea81a --- /dev/null +++ b/src/transport/test_transport_api2_tcp_node1.conf @@ -0,0 +1,23 @@ +@INLINE@ template_cfg_peer1.conf +[PATHS] +GNUNET_TEST_HOME = $GNUNET_TMP/test-transport/api-tcp-p1/ + +[transport] +BINARY = gnunet-service-tng +PLUGINS = tcp +#PREFIX = valgrind --log-file=/tmp/vg_peer1-%p +UNIXPATH = $GNUNET_RUNTIME_DIR/tng-p1.sock + +[communicator-tcp] +BINARY = gnunet-communicator-tcp +BINDTO = 192.168.15.1:60002 +DISABLE_V6 = YES +IMMEDIATE_START = YES +UNIXPATH = $GNUNET_RUNTIME_DIR/tcp-comm-p1.sock +#PREFIX = valgrind --log-file=/tmp/vg_cpeer1-%p + +[peerstore] +IMMEDIATE_START = YES + +#[transport] +#PREFIX = valgrind diff --git a/src/transport/test_transport_api2_tcp_node2.conf b/src/transport/test_transport_api2_tcp_node2.conf new file mode 100644 index 000000000..f94368b3f --- /dev/null +++ b/src/transport/test_transport_api2_tcp_node2.conf @@ -0,0 +1,22 @@ +@INLINE@ template_cfg_peer2.conf +[PATHS] +GNUNET_TEST_HOME = $GNUNET_TMP/test-transport/api-tcp-p2/ + +[transport] +BINARY = gnunet-service-tng +#PREFIX = valgrind --log-file=/tmp/vg_peer2-%p +UNIXPATH = $GNUNET_RUNTIME_DIR/tng-p2.sock + +[communicator-tcp] +BINARY = gnunet-communicator-tcp +BINDTO = 192.168.15.2:60003 +DISABLE_V6 = YES +IMMEDIATE_START = YES +#PREFIX = valgrind --log-file=/tmp/vg_comm2-%p +UNIXPATH = $GNUNET_RUNTIME_DIR/tcp-comm-p2.sock + +[peerstore] +IMMEDIATE_START = YES + +#[transport] +#PREFIX = valgrind -- cgit v1.2.3