From b9e95f034c7d2e059340c5d282933c102e834c71 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 19 Feb 2019 12:32:31 +0100 Subject: [PATCH] disable rps in unrelated tests --- src/secretsharing/test_secretsharing.conf | 4 ++++ src/testbed/test_testbed_api_template.conf | 4 ++++ src/testing/test_testing_defaults.conf | 4 ++++ src/topology/test_gnunet_daemon_topology_data.conf | 4 ++++ 4 files changed, 16 insertions(+) diff --git a/src/secretsharing/test_secretsharing.conf b/src/secretsharing/test_secretsharing.conf index 3391c88db..7c8e45480 100644 --- a/src/secretsharing/test_secretsharing.conf +++ b/src/secretsharing/test_secretsharing.conf @@ -34,3 +34,7 @@ RETURN_LOCAL_ADDRESSES = YES [nse] START_ON_DEMAND = NO + +[rps] +START_ON_DEMAND = NO +IMMEDIATE_START = NO diff --git a/src/testbed/test_testbed_api_template.conf b/src/testbed/test_testbed_api_template.conf index 381c1bd85..43ae06f81 100644 --- a/src/testbed/test_testbed_api_template.conf +++ b/src/testbed/test_testbed_api_template.conf @@ -43,3 +43,7 @@ RETURN_LOCAL_ADDRESSES = YES [peerinfo] NO_IO = YES + +[rps] +START_ON_DEMAND = NO +IMMEDIATE_START = NO diff --git a/src/testing/test_testing_defaults.conf b/src/testing/test_testing_defaults.conf index e6a18bc86..2e7c39113 100644 --- a/src/testing/test_testing_defaults.conf +++ b/src/testing/test_testing_defaults.conf @@ -19,3 +19,7 @@ INTERNAL_ADDRESS = 127.0.0.1 EXTERNAL_ADDRESS = 127.0.0.1 USE_LOCALADDR = NO + +[rps] +START_ON_DEMAND = NO +IMMEDIATE_START = NO diff --git a/src/topology/test_gnunet_daemon_topology_data.conf b/src/topology/test_gnunet_daemon_topology_data.conf index 43d3da375..8d8636bff 100644 --- a/src/topology/test_gnunet_daemon_topology_data.conf +++ b/src/topology/test_gnunet_daemon_topology_data.conf @@ -24,3 +24,7 @@ USE_HOSTNAME = NO [nse] WORKBITS = 0 + +[rps] +START_ON_DEMAND = NO +IMMEDIATE_START = NO -- 2.25.1