only run malicious tests if malicious features are enabled
[oweals/gnunet.git] / src / arm / test_arm_api_data.conf
index 75eae0d179e643cee8f5eaeeee7af6fe2b484970..fef6cfb4003c35035527cc00428e8679a363ce86 100644 (file)
@@ -1,26 +1,38 @@
-@INLINE@ ../../contrib/no_forcestart.conf
+@INLINE@ ../../contrib/conf/gnunet/no_forcestart.conf
+@INLINE@ ../../contrib/conf/gnunet/no_autostart_above_core.conf
 
 [PATHS]
-GNUNET_TEST_HOME = /tmp/test-gnunet-arm/
+GNUNET_TEST_HOME = $GNUNET_TMP/test-gnunet-arm/
 
 [arm]
-PORT = 23354
 BINARY = gnunet-service-arm
 OPTIONS = -L ERROR
 #PREFIX = valgrind --tool=memcheck --leak-check=yes
 
 [resolver]
+START_ON_DEMAND = YES
 PORT = 23355
 # PREFIX = valgrind
 
 [do-nothing]
-AUTOSTART = NO
-PORT = 2223
+START_ON_DEMAND = NO
+PORT = 48223
 HOSTNAME = localhost
 BINARY = /will/be/overwritten/by/test_exponential_backoff
 ACCEPT_FROM = 127.0.0.1;
 ACCEPT_FROM6 = ::1;
 
 [statistics]
-AUTOSTART = YES
+START_ON_DEMAND = YES
 
+[core]
+START_ON_DEMAND = NO
+
+[transport]
+START_ON_DEMAND = NO
+
+[ats]
+START_ON_DEMAND = NO
+
+[peerinfo]
+START_ON_DEMAND = NO