From e87b0c1fec0bff64dac2dabf6a6b103bd972b0c2 Mon Sep 17 00:00:00 2001 From: Sree Harsha Totakura Date: Fri, 31 Jul 2015 11:22:12 +0000 Subject: [PATCH] disable socket inheritance from ARM for the testcases --- src/rps/test_rps.conf | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/rps/test_rps.conf b/src/rps/test_rps.conf index 59d6f457c..e3c563e99 100644 --- a/src/rps/test_rps.conf +++ b/src/rps/test_rps.conf @@ -6,6 +6,9 @@ HOME = $SERVICEHOME # PORT = 2106 #@UNIXONLY@ PORT = 2087 FORCESTART = YES +AUTOSTART = NO +NOARMBIND = YES +#OPTIONS=-l /tmp/rps_profiler_logs/rps-[]-%Y-%m-%d.log # This is the timeinterval between the rounds ROUNDINTERVAL = 2 s @@ -49,10 +52,18 @@ DISABLE_TRY_CONNECT = YES [cadet] DISABLE_TRY_CONNECT = YES +#OPTIONS=-l /tmp/rps_profiler_logs/cadet-[]-%Y-%m-%d.log [PATHS] GNUNET_TEST_HOME = /tmp/rps-test/ +#[arm] +#GLOBAL_POSTFIX=-l /tmp/rps_profiler_logs/other-[]-%Y-%m-%d.log + +#[statistics] +#FORCESTART = NO +#AUTOSTART = NO + [peerinfo] NO_IO = YES -- 2.25.1