gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] branch master updated: Testing: Moved test case configuration f


From: gnunet
Subject: [gnunet] branch master updated: Testing: Moved test case configuration file.
Date: Wed, 01 Nov 2023 14:39:15 +0100

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

t3sserakt pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 10ca94f6c Testing: Moved test case configuration file.
10ca94f6c is described below

commit 10ca94f6c61397c8a4dd3fad324f157e77843b8b
Author: t3sserakt <t3ss@posteo.de>
AuthorDate: Wed Nov 1 14:39:02 2023 +0100

    Testing: Moved test case configuration file.
---
 src/core/test_core_just_run_topo.conf    |  7 -------
 src/service/core/test_core_just_run.conf | 12 ++++++++++--
 2 files changed, 10 insertions(+), 9 deletions(-)

diff --git a/src/core/test_core_just_run_topo.conf 
b/src/core/test_core_just_run_topo.conf
deleted file mode 100644
index 026c65596..000000000
--- a/src/core/test_core_just_run_topo.conf
+++ /dev/null
@@ -1,7 +0,0 @@
-M:4
-N:1
-X:0
-T:libgnunet_test_core_plugin_cmd_just_run
-P:1:1|{connect:{P:1:2:tcp}|{P:1:2:udp}}
-P:1:2|{connect:{P:1:1:tcp}|{P:1:1:udp}}
-P:1:3|{connect:{P:1:1:tcp}|{P:1:1:udp}}
\ No newline at end of file
diff --git a/src/service/core/test_core_just_run.conf 
b/src/service/core/test_core_just_run.conf
index 287824c61..b7d22f102 100644
--- a/src/service/core/test_core_just_run.conf
+++ b/src/service/core/test_core_just_run.conf
@@ -30,13 +30,15 @@ UNIXPATH = $GNUNET_RUNTIME_DIR/udp-comm-p1.sock
 [peerstore]
 IMMEDIATE_START = YES
 USE_INCLUDED_HELLOS = YES
-#PREFIX = valgrind --leak-check=full --track-origins=yes --trace-children=yes 
--log-file=$GNUNET_TEST_HOME/vg_peer1-%p
+PREFIX = valgrind --leak-check=full --track-origins=yes --trace-children=yes 
--log-file=$GNUNET_TEST_HOME/vg_peer1-%p
 
 [topology]
 IMMEDIATE_START = YES
+PREFIX = valgrind --leak-check=full --track-origins=yes --trace-children=yes 
--log-file=$GNUNET_TEST_HOME/vg_peer1-transport-%p
 
 [dht]
 IMMEDIATE_START = YES
+PREFIX = valgrind --leak-check=full --track-origins=yes --trace-children=yes 
--log-file=$GNUNET_TEST_HOME/vg_peer1-%p
 
 [fs]
 IMMEDIATE_START = YES
@@ -44,4 +46,10 @@ IMMEDIATE_START = YES
 [hostlist]
 IMMEDIATE_START = YES
 SERVERS = http://192.168.15.1:8080/
-#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
+PREFIX = valgrind --leak-check=full --track-origins=yes --trace-children=yes 
--log-file=$GNUNET_TEST_HOME/vg_peer1-%p
+
+[core]
+PREFIX = valgrind --leak-check=full --track-origins=yes --trace-children=yes 
--log-file=$GNUNET_TEST_HOME/vg_peer1-transport-%p
+
+[cadet]
+PREFIX = valgrind --leak-check=full --track-origins=yes --trace-children=yes 
--log-file=$GNUNET_TEST_HOME/vg_peer1-transport-%p

-- 
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]