- get rid of unnecessary code execution
authorJulius Bünger <buenger@mytum.de>
Tue, 10 Mar 2015 12:20:27 +0000 (12:20 +0000)
committerJulius Bünger <buenger@mytum.de>
Tue, 10 Mar 2015 12:20:27 +0000 (12:20 +0000)
src/rps/test_rps.conf

index 45f62133a02dae3db2c9c05f9d43da49d75b8bf0..411bde5ec575c2eae73f65939b74eb834b300378 100644 (file)
@@ -1,5 +1,5 @@
 [rps]
-#PREFIX = valgrind --leak-check=full --show-leak-kinds=all --log-file=/tmp/rps/valgrind!gnunet-service-rps!%p
+PREFIX = valgrind --leak-check=full --show-leak-kinds=all --log-file=/tmp/rps/valgrind!gnunet-service-rps!%p
 #BINARY = gnunet-service-rps
 UNIXPATH = /tmp/gnunet-service-rps.sock
 HOME = $SERVICEHOME
@@ -41,3 +41,50 @@ USE_LOCALADDR = YES
 # Do we use addresses from localhost address ranges? (::1, 127.0.0.0/8)
 RETURN_LOCAL_ADDRESSES = YES
 
+[transport]
+PLUGINS = unix
+
+[dht]
+DISABLE_TRY_CONNECT = YES
+
+[cadet]
+DISABLE_TRY_CONNECT = YES
+
+[PATHS]
+GNUNET_TEST_HOME = /tmp/rps/
+
+[peerinfo]
+NO_IO = YES
+
+[hostlist]
+FORCESTART = NO
+AUTOSTART = NO
+
+[namecache]
+FORCESTART = NO
+AUTOSTART = NO
+
+[namestore]
+FORCESTART = NO
+AUTOSTART = NO
+
+[topology]
+FORCESTART = NO
+AUTOSTART = NO
+
+[vpn]
+FORCESTART = NO
+AUTOSTART = NO
+
+[revocation]
+FORCESTART = NO
+AUTOSTART = NO
+
+[gns]
+FORCESTART = NO
+AUTOSTART = NO
+
+[fs]
+FORCESTART = NO
+AUTOSTART = NO
+