aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authort3sserakt <t3ss@posteo.de>2023-10-23 10:53:39 +0200
committert3sserakt <t3ss@posteo.de>2023-10-23 10:53:39 +0200
commit7a3df52b28649fd5a0b7f0f29e5656df4022e4f6 (patch)
treef78a5a3834f721269de2af246f48feb3bbffadb2
parent692fd292fcb8096f7c8260046e53046f41a666d1 (diff)
downloadgnunet-7a3df52b28649fd5a0b7f0f29e5656df4022e4f6.tar.gz
gnunet-7a3df52b28649fd5a0b7f0f29e5656df4022e4f6.zip
TNG: Added missing configuration files for the manual testing use case.
-rw-r--r--src/service/core/test_core_just_run.conf47
-rw-r--r--src/service/core/test_core_just_run_host.conf45
2 files changed, 92 insertions, 0 deletions
diff --git a/src/service/core/test_core_just_run.conf b/src/service/core/test_core_just_run.conf
new file mode 100644
index 000000000..7ea8686a1
--- /dev/null
+++ b/src/service/core/test_core_just_run.conf
@@ -0,0 +1,47 @@
1@INLINE@ ../transport/template_tng_cfg_peer1.conf
2[PATHS]
3GNUNET_TEST_HOME = $GNUNET_TMP/test-transport/api-tcp-p1/
4
5[transport]
6BINARY = gnunet-service-tng
7#PREFIX = valgrind --leak-check=full --track-origins=yes --trace-children=yes --log-file=$GNUNET_TEST_HOME/vg_peer1-%p
8UNIXPATH = $GNUNET_RUNTIME_DIR/tng-p1.sock
9
10[PEER]
11PRIVATE_KEY = $GNUNET_RUNTIME_DIR/private.key
12
13[communicator-tcp]
14BINARY = gnunet-communicator-tcp
15BINDTO = 192.168.15.1:60002
16DISABLE_V6 = YES
17IMMEDIATE_START = YES
18UNIXPATH = $GNUNET_RUNTIME_DIR/tcp-comm-p1.sock
19#PREFIX = valgrind --leak-check=full --track-origins=yes --trace-children=yes --log-file=$GNUNET_TEST_HOME/vg_ctpeer1-%p
20#PREFIX = xterm -geometry 100x85 -T peer1 -e gdb --args
21
22[communicator-udp]
23#PREFIX = valgrind --leak-check=full --track-origins=yes --trace-children=yes --log-file=$GNUNET_TEST_HOME/vg_cupeer1-%p
24BINARY = gnunet-communicator-udp
25BINDTO = 192.168.15.1:60002
26DISABLE_V6 = YES
27IMMEDIATE_START = YES
28UNIXPATH = $GNUNET_RUNTIME_DIR/udp-comm-p1.sock
29
30[peerstore]
31IMMEDIATE_START = YES
32USE_INCLUDED_HELLOS = YES
33#PREFIX = valgrind --leak-check=full --track-origins=yes --trace-children=yes --log-file=$GNUNET_TEST_HOME/vg_peer1-%p
34
35[topology]
36IMMEDIATE_START = YES
37
38[dht]
39IMMEDIATE_START = YES
40
41[fs]
42IMMEDIATE_START = YES
43
44[hostlist]
45IMMEDIATE_START = YES
46SERVERS = http://192.168.15.1:8080/
47#PREFIX = valgrind --leak-check=full --track-origins=yes --trace-children=yes --log-file=$GNUNET_TEST_HOME/vg_peer1-%p \ No newline at end of file
diff --git a/src/service/core/test_core_just_run_host.conf b/src/service/core/test_core_just_run_host.conf
new file mode 100644
index 000000000..045ed5940
--- /dev/null
+++ b/src/service/core/test_core_just_run_host.conf
@@ -0,0 +1,45 @@
1@INLINE@ ../transport/template_tng_cfg_peer1.conf
2[PATHS]
3GNUNET_TEST_HOME = $GNUNET_TMP/test-transport/api-tcp-p1/
4
5[transport]
6BINARY = gnunet-service-tng
7#PREFIX = valgrind --leak-check=full --track-origins=yes --trace-children=yes --log-file=$GNUNET_TEST_HOME/vg_peer1-%p
8UNIXPATH = $GNUNET_RUNTIME_DIR/tng-p1.sock
9
10[PEER]
11PRIVATE_KEY = $GNUNET_RUNTIME_DIR/private.key
12
13[communicator-tcp]
14BINARY = gnunet-communicator-tcp
15BINDTO = 192.168.15.1:60002
16DISABLE_V6 = YES
17IMMEDIATE_START = YES
18UNIXPATH = $GNUNET_RUNTIME_DIR/tcp-comm-p1.sock
19#PREFIX = valgrind --leak-check=full --track-origins=yes --trace-children=yes --log-file=$GNUNET_TEST_HOME/vg_ctpeer1-%p
20#PREFIX = xterm -geometry 100x85 -T peer1 -e gdb --args
21
22[communicator-udp]
23#PREFIX = valgrind --leak-check=full --track-origins=yes --trace-children=yes --log-file=$GNUNET_TEST_HOME/vg_cupeer1-%p
24BINARY = gnunet-communicator-udp
25BINDTO = 192.168.15.1:60002
26DISABLE_V6 = YES
27IMMEDIATE_START = YES
28UNIXPATH = $GNUNET_RUNTIME_DIR/udp-comm-p1.sock
29
30[peerstore]
31IMMEDIATE_START = YES
32USE_INCLUDED_HELLOS = YES
33
34[topology]
35IMMEDIATE_START = YES
36
37[dht]
38IMMEDIATE_START = YES
39
40[fs]
41IMMEDIATE_START = YES
42
43[hostlist]
44IMMEDIATE_START = YES
45OPTIONS = -p \ No newline at end of file